dolphin/Source/Core/VideoBackends/OGL
Léo Lam 13939b13d7
Merge pull request #10311 from JosJuice/gles-sampler2dmsarray
GLES: Fix missing precision for sampler2DMSArray
2022-01-01 16:49:34 +01:00
..
CMakeLists.txt
GPUTimer.h
OGLBoundingBox.cpp VideoCommon: Abstract bounding box 2021-10-04 15:51:24 -04:00
OGLBoundingBox.h VideoCommon: Abstract bounding box 2021-10-04 15:51:24 -04:00
OGLMain.cpp VideoConfig: Add bool for sampler LOD bias support 2021-12-25 15:16:27 -05:00
OGLNativeVertexFormat.cpp Eliminate VarType for ComponentFormat 2021-12-18 15:21:48 -08:00
OGLPerfQuery.cpp
OGLPerfQuery.h
OGLPipeline.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
OGLPipeline.h
OGLRender.cpp VideoConfig: Add bool for sampler LOD bias support 2021-12-25 15:16:27 -05:00
OGLRender.h VideoCommon: Abstract bounding box 2021-10-04 15:51:24 -04:00
OGLShader.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
OGLShader.h VideoBackends / VideoCommon: allow the ability to set debug names for shaders / textures. These names are visible in applications like RenderDoc 2021-08-30 13:47:48 -05:00
OGLStreamBuffer.cpp
OGLStreamBuffer.h
OGLTexture.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
OGLTexture.h VideoBackends / VideoCommon: allow the ability to set debug names for shaders / textures. These names are visible in applications like RenderDoc 2021-08-30 13:47:48 -05:00
OGLVertexManager.cpp
OGLVertexManager.h
ProgramShaderCache.cpp GLES: Fix missing precision for sampler2DMSArray 2021-12-28 11:36:11 +01:00
ProgramShaderCache.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
SamplerCache.cpp SamplerCache: Check for bSupportsLodBiasInSampler instead of IsGLES 2021-12-25 15:17:19 -05:00
SamplerCache.h
VideoBackend.h