This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
dolphin
Watch
2
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-02-10 06:29:00 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
/
VideoBackends
/
OGL
History
iwubcode
69e79045a3
VideoBackends: fix opengl object label which was given an invalid enumeration as the identifier parameter. Most implementations will warn in this case but there is an implementation that will crash (ANGLE)
2022-03-24 00:25:59 -05:00
..
CMakeLists.txt
…
GPUTimer.h
…
OGLBoundingBox.cpp
…
OGLBoundingBox.h
…
OGLMain.cpp
OGLMain: Set default value for bSupportsSettingObjectNames
2022-02-08 14:53:51 -05:00
OGLNativeVertexFormat.cpp
Eliminate VarType for ComponentFormat
2021-12-18 15:21:48 -08:00
OGLPerfQuery.cpp
…
OGLPerfQuery.h
…
OGLPipeline.cpp
…
OGLPipeline.h
…
OGLRender.cpp
OGLRender: Log video backend info, in addition to showing it via OSD
2022-02-23 18:30:02 -08:00
OGLRender.h
…
OGLShader.cpp
VideoBackends: fix opengl object label which was given an invalid enumeration as the identifier parameter. Most implementations will warn in this case but there is an implementation that will crash (ANGLE)
2022-03-24 00:25:59 -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
Fix static initialisation order fiasco issue for Version variables
2022-01-14 00:04:22 +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
…