dolphin/Source/Core/VideoBackends
TellowKrinkle 0ee12b6164 VideoBackends:Metal: Allocate bounding box uploads on a cpu buffer
AMD Metal drivers have a goofy bug where the bbox buffer stops being coherent with the cpu if you copy to it from a private (gpu) buffer and don't do anything else with it in that command buffer.
2023-05-28 17:08:08 -05:00
..
D3D Divide by MSAA for PerfQuery in all backends. 2023-03-14 02:13:25 +01:00
D3D12 Embrace nullptr over NULL and 0 2023-04-15 16:07:05 -05:00
D3DCommon D3DCommon: Remove unused swap chain functions 2022-08-17 18:16:50 -07:00
Metal VideoBackends:Metal: Allocate bounding box uploads on a cpu buffer 2023-05-28 17:08:08 -05:00
Null Software: Implement GetSurfaceInfo() 2023-03-02 11:08:49 -08:00
OGL Merge pull request #11628 from Pokechu22/gles-32-only-multisample 2023-04-23 16:02:15 +02:00
Software Software: Implement GetSurfaceInfo() 2023-03-02 11:08:49 -08:00
Vulkan Common/LinearDiskCache: Move interface into Common namespace 2023-04-19 09:14:39 -04:00
CMakeLists.txt CMake: Check WIN32 instead of CMAKE_SYSTEM_NAME STREQUAL Windows 2023-04-06 18:37:45 -07:00