dolphin-emulator/Source/Core/VideoBackends/OGL
2025-03-17 20:46:19 -05:00
..
CMakeLists.txt port to OpenBSD 2024-04-22 20:50:47 +00:00
GPUTimer.h
OGLBoundingBox.cpp Replace 'reinterpret_cast' with 'static_cast' 2024-11-08 07:26:47 +01:00
OGLBoundingBox.h VideoCommon: Use std::span for BoundingBox::Write() 2023-12-09 16:33:21 -05:00
OGLConfig.cpp VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
OGLConfig.h
OGLGfx.cpp VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
OGLGfx.h VideoBackends:Vulkan: Don't try to present if swapchain acquire failed 2024-10-02 19:22:16 -05:00
OGLMain.cpp VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
OGLNativeVertexFormat.cpp Fix out of bounds accesses for invalid vertex component formats 2024-04-04 12:50:34 -07:00
OGLPerfQuery.cpp
OGLPerfQuery.h
OGLPipeline.cpp VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
OGLPipeline.h
OGLShader.cpp VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
OGLShader.h
OGLStreamBuffer.cpp
OGLStreamBuffer.h
OGLTexture.cpp Merge pull request #13181 from tygyh/Replace-'reinterpret_cast' 2025-03-15 15:31:38 +01:00
OGLTexture.h VideoBackends / VideoCommon: add type enum to dictate whether a texture is a 2D texture, a texture array, or a cube map; support 2D texture type across backends 2023-12-15 11:06:02 -06:00
OGLVertexManager.cpp VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
OGLVertexManager.h
ProgramShaderCache.cpp VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
ProgramShaderCache.h C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
SamplerCache.cpp Enable anisotropic filtering when the game requests it 2025-03-17 20:46:19 -05:00
SamplerCache.h
VideoBackend.h