dolphin/Source/Core
Stenzek 9e1c09e347 StreamBuffer: Don't wait on fences twice when reserve > commit
If we allocate a large amount of memory (A), commit a smaller amount,
then allocate memory smaller than allocation A, we will have already
waited for these fences in A, but not used the space. In this case,
don't set m_free_iterator to a position before that which we know is
safe to use, which would result in waiting on the same fence(s) next
time.
2017-09-09 13:26:30 +10:00
..
AudioCommon Remove NonCopyable 2017-08-22 16:40:34 +02:00
Common JitArm64: Reimplement aarch64 cycle counters. 2017-09-02 13:24:37 +02:00
Core Merge pull request #5923 from degasus/profiler 2017-09-08 18:20:35 +10:00
DiscIO DiscIO: Fix TMD extraction 2017-08-25 17:31:50 +02:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Merge pull request #6035 from leoetlino/warning-fixes 2017-09-08 09:17:31 +02:00
DolphinWX DolphinWX: Enable branch following in the JIT debug interface. 2017-09-02 13:05:58 +02:00
InputCommon Implement GamePAd and MultiAxisController detection 2017-08-24 00:31:59 -04:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends StreamBuffer: Don't wait on fences twice when reserve > commit 2017-09-09 13:26:30 +10:00
VideoCommon Vulkan: Extend the NVIDIA MSAA bug to render-pass based clears 2017-09-07 17:05:43 +10:00
CMakeLists.txt