dolphin/Source/Core/VideoBackends
mitaclaw 01d0bdf1bb Modernize `std::is_sorted` with ranges
In OGLConfig.cpp, `std::views::reverse` is used rather than sorting using `std::ranges::greater` in order to parallel other instances of reverse iteration in the function.
2024-10-10 00:53:48 -07:00
..
D3D VideoBackends:Vulkan: Don't try to present if swapchain acquire failed 2024-10-02 19:22:16 -05:00
D3D12 VideoBackends:Vulkan: Don't try to present if swapchain acquire failed 2024-10-02 19:22:16 -05:00
D3DCommon Video: implement color correction to match the NTSC and PAL color spaces (and gamma) that GC and Wii targeted. 2023-06-19 01:34:42 +03:00
Metal Merge pull request #13088 from TellowKrinkle/iOSFixes 2024-10-04 17:32:44 -04:00
Null VideoCommon: Use std::span for BoundingBox::Write() 2023-12-09 16:33:21 -05:00
OGL Modernize `std::is_sorted` with ranges 2024-10-10 00:53:48 -07:00
Software VideoBackends:Vulkan: Don't try to present if swapchain acquire failed 2024-10-02 19:22:16 -05:00
Vulkan VideoBackends:Vulkan: Increase VMA Vulkan Version to 1.2 2024-10-05 16:51:14 -05:00
CMakeLists.txt CMake: Check `WIN32` instead of `CMAKE_SYSTEM_NAME STREQUAL Windows` 2023-04-06 18:37:45 -07:00