dolphin/Source
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
..
Android Merge pull request #5959 from mahdihijazi/tv_version_number 2017-09-08 12:17:06 +02:00
Core StreamBuffer: Don't wait on fences twice when reserve > commit 2017-09-09 13:26:30 +10:00
DSPSpy DSPSpy: Add test for accelerator masking behaviour 2017-09-04 00:30:23 +02:00
DSPTool
PCH
UnitTests BitUtilsTest: update to pass clang-format 2017-08-13 19:04:56 -07:00
VSProps Only build OpenAL on Windows 2017-06-27 00:06:14 -07:00
.clang-format
CMakeLists.txt
dolphin-emu.sln