dolphin/Source/Core/VideoBackends/OGL
2023-02-14 18:25:33 +01:00
..
CMakeLists.txt Implement AbstractGfx for OpenGL 2023-01-31 18:46:04 +13:00
GPUTimer.h
OGLBoundingBox.cpp Implement AbstractGfx for OpenGL 2023-01-31 18:46:04 +13:00
OGLBoundingBox.h
OGLConfig.cpp VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS) 2023-02-14 18:25:33 +01:00
OGLConfig.h VideoBackend/OGL: Prefer KHR_subgroup over NV_shader_thread. 2023-02-09 13:27:02 +01:00
OGLGfx.cpp OGL: Fix GLES crashing on initialization 2023-02-09 18:09:03 +01:00
OGLGfx.h VideoCommon: add constant value to set the allowed maximum number of pixel samplers 2023-02-10 00:46:11 -06:00
OGLMain.cpp Don't set common globals from Video Backends 2023-01-31 19:41:23 +13:00
OGLNativeVertexFormat.cpp Implement AbstractGfx for OpenGL 2023-01-31 18:46:04 +13:00
OGLPerfQuery.cpp Lint fixes 2023-02-09 18:36:20 +13:00
OGLPerfQuery.h Don't set common globals from Video Backends 2023-01-31 19:41:23 +13:00
OGLPipeline.cpp VideoCommon: store the configuration used to create the AbstractPipeline on the pipeline itself, so that it's easy to duplicate pipelines with slightly altered configuration 2023-02-09 02:13:53 -06:00
OGLPipeline.h VideoCommon: store the configuration used to create the AbstractPipeline on the pipeline itself, so that it's easy to duplicate pipelines with slightly altered configuration 2023-02-09 02:13:53 -06:00
OGLShader.cpp
OGLShader.h
OGLStreamBuffer.cpp Implement AbstractGfx for OpenGL 2023-01-31 18:46:04 +13:00
OGLStreamBuffer.h
OGLTexture.cpp Merge pull request #11522 from phire/KillRendererWithFire 2023-02-09 19:59:16 +13:00
OGLTexture.h VideoBackends: add a way to load data into a specific level AND layer, default to layer 0 2023-01-27 18:46:53 -06:00
OGLVertexManager.cpp Implement AbstractGfx for OpenGL 2023-01-31 18:46:04 +13:00
OGLVertexManager.h
ProgramShaderCache.cpp VideoBackend/OGL: Prefer KHR_subgroup over NV_shader_thread. 2023-02-09 13:27:02 +01:00
ProgramShaderCache.h
SamplerCache.cpp Implement AbstractGfx for OpenGL 2023-01-31 18:46:04 +13:00
SamplerCache.h VideoCommon: add constant value to set the allowed maximum number of pixel samplers 2023-02-10 00:46:11 -06:00
VideoBackend.h