This website requires JavaScript.
Explore
Help
Sign In
H3cJP
/
dolphin
Watch
1
Star
0
Fork
0
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-09-20 19:54:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6dbb5cc4eab19733cb78d809ba7ca597f80a327b
dolphin
/
Source
/
Core
/
VideoBackends
/
OGL
T
History
Lioncash
67bd2de73e
OGL/ProgramShaderCache: Convert typedef over to a using alias
...
Same thing, but nicer to read from left to right.
2019-07-26 18:43:44 -04:00
..
BoundingBox.cpp
…
BoundingBox.h
…
CMakeLists.txt
VideoOGL/CMakeLists: Specify headers in target sources
2019-05-31 06:54:26 -04:00
GPUTimer.h
…
main.cpp
…
NativeVertexFormat.cpp
…
OGL.vcxproj
…
OGL.vcxproj.filters
…
OGLPipeline.cpp
…
OGLPipeline.h
…
OGLShader.cpp
…
OGLShader.h
…
OGLTexture.cpp
…
OGLTexture.h
…
PerfQuery.cpp
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
2019-07-16 20:54:34 -04:00
PerfQuery.h
…
ProgramShaderCache.cpp
OGL/ProgramShaderCache: Use std::lock_guard deduction guides where applicable
2019-07-26 18:22:55 -04:00
ProgramShaderCache.h
OGL/ProgramShaderCache: Convert typedef over to a using alias
2019-07-26 18:43:44 -04:00
Render.cpp
Merge pull request
#8049
from stenzek/crop
2019-06-08 20:57:52 +10:00
Render.h
Merge pull request
#8049
from stenzek/crop
2019-06-08 20:57:52 +10:00
SamplerCache.cpp
…
SamplerCache.h
…
StreamBuffer.cpp
…
StreamBuffer.h
…
VertexManager.cpp
VideoCommon/Statistics: Rename stats global to g_stats
2019-07-10 23:34:54 -04:00
VertexManager.h
…
VideoBackend.h
…