dolphin/Source
Connor McLaughlin 6393f157f0 OGL: Force memory barrier when reading back bounding box values
We also need to ensure the the CPU does not receive stale values
which have been updated by the GPU. Apparently the buffer here
is not coherent on NVIDIA drivers. Not sure if this is a driver
bug/spec violation or not, one would think that
glGetBufferSubData() would invalidate any caches as needed, but
this path is only used on NVIDIA anyway, so it's fine. A point
to note is that according to ARB_debug_report, it's moved from
video to host memory, which would explain why it needs the
cache invalidate.
2021-05-29 16:57:40 +10:00
..
Android Implement Cursor Locking and new input focus checks for it 2021-05-27 10:31:12 +03:00
Core OGL: Force memory barrier when reading back bounding box values 2021-05-29 16:57:40 +10:00
DSPSpy
DSPTool Implement Cursor Locking and new input focus checks for it 2021-05-27 10:31:12 +03:00
PCH Fix PCH when building with CMake + Ninja + MSVC on Windows 2021-04-17 17:48:47 +02:00
UnitTests Implement Cursor Locking and new input focus checks for it 2021-05-27 10:31:12 +03:00
VSProps DolphinQt: Add quotes around QtIncludeDir on Windows 2021-05-16 20:45:19 -07:00
.clang-format
CMakeLists.txt CMake: Build with -std:c++latest for MSVC 2021-03-03 23:44:35 +01:00
dolphin-emu.sln msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00