This website requires JavaScript.
Explore
Help
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-03-09 16:14:06 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
/
VideoBackends
/
OGL
History
OatmealDome
b36c866398
OGLTexture: Only set texture name if supported
2022-01-31 01:17:40 -05:00
..
CMakeLists.txt
…
GPUTimer.h
…
OGLBoundingBox.cpp
…
OGLBoundingBox.h
…
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
OGLRender: Set object name support on GL >4.3 and GL ES 3.2
2022-01-31 01:17:40 -05:00
OGLRender.h
…
OGLShader.cpp
OGLShader: Only set shader name if supported
2022-01-31 01:17:40 -05:00
OGLShader.h
…
OGLStreamBuffer.cpp
…
OGLStreamBuffer.h
…
OGLTexture.cpp
OGLTexture: Only set texture name if supported
2022-01-31 01:17:40 -05:00
OGLTexture.h
…
OGLVertexManager.cpp
…
OGLVertexManager.h
…
ProgramShaderCache.cpp
GLES: Fix missing precision for sampler2DMSArray
2021-12-28 11:36:11 +01:00
ProgramShaderCache.h
…
SamplerCache.cpp
SamplerCache: Check for bSupportsLodBiasInSampler instead of IsGLES
2021-12-25 15:17:19 -05:00
SamplerCache.h
…
VideoBackend.h
…