dolphin/Source/Core/VideoBackends/OGL
mitaclaw 140252ffc0 Modernize std::any_of with ranges
In WiimoteReal.cpp, JitRegCache.cpp, lambda predicates were replaced by pointers to member functions because ranges algorithms are able invoke those.

In ConvertDialog.cpp, the `std::mem_fn` helper was removed because ranges algorithms are able to handle pointers to member functions as predicates.
2024-12-15 19:54:16 -08:00
..
CMakeLists.txt
GPUTimer.h
OGLBoundingBox.cpp
OGLBoundingBox.h
OGLConfig.cpp Modernize std::set_intersection with ranges 2024-10-10 00:53:48 -07:00
OGLConfig.h
OGLGfx.cpp Modernize std::any_of with ranges 2024-12-15 19:54:16 -08:00
OGLGfx.h VideoBackends:Vulkan: Don't try to present if swapchain acquire failed 2024-10-02 19:22:16 -05:00
OGLMain.cpp
OGLNativeVertexFormat.cpp
OGLPerfQuery.cpp
OGLPerfQuery.h
OGLPipeline.cpp
OGLPipeline.h
OGLShader.cpp
OGLShader.h
OGLStreamBuffer.cpp
OGLStreamBuffer.h
OGLTexture.cpp
OGLTexture.h
OGLVertexManager.cpp
OGLVertexManager.h
ProgramShaderCache.cpp C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
ProgramShaderCache.h C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
SamplerCache.cpp
SamplerCache.h
VideoBackend.h