dolphin/Source/Core/VideoBackends
Pokechu22 53beda526b OGL: Remove bSupports2DTextureStorageMultisample and bSupports3DTextureStorageMultisample
bSupports2DTextureStorageMultisample is completely unused, while bSupports3DTextureStorageMultisample is practically unused. In the past, these were checked and fell back to sampler2DMS instead of sampler2DMSArray on GLES 3.1, but this path was removed in f039149198 and Dolphin always uses array textures now.
2023-04-08 15:32:27 -07:00
..
D3D Divide by MSAA for PerfQuery in all backends. 2023-03-14 02:13:25 +01:00
D3D12 Divide by MSAA for PerfQuery in all backends. 2023-03-14 02:13:25 +01:00
D3DCommon D3DCommon: Remove unused swap chain functions 2022-08-17 18:16:50 -07:00
Metal Return quarter value for PerfQuery in all backends. 2023-03-14 02:08:20 +01:00
Null Software: Implement GetSurfaceInfo() 2023-03-02 11:08:49 -08:00
OGL OGL: Remove bSupports2DTextureStorageMultisample and bSupports3DTextureStorageMultisample 2023-04-08 15:32:27 -07:00
Software Software: Implement GetSurfaceInfo() 2023-03-02 11:08:49 -08:00
Vulkan Merge pull request #11417 from K0bin/vk-submit-thread-cleanup 2023-04-04 22:02:39 +02:00
CMakeLists.txt CMake: Check WIN32 instead of CMAKE_SYSTEM_NAME STREQUAL Windows 2023-04-06 18:37:45 -07:00