..
CMakeLists.txt
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
GPUTimer.h
OGL: Add GPUTimer class for measuring execution time of a draw/dispatch
2017-04-01 12:32:57 +10:00
OGLBoundingBox.cpp
OGL: Force memory barrier when reading back bounding box values
2021-05-29 16:57:40 +10:00
OGLBoundingBox.h
VideoBackends/OGL: Cache bounding box values between reads
2021-05-28 19:30:46 +10:00
OGLMain.cpp
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
OGLNativeVertexFormat.cpp
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
OGLPerfQuery.cpp
Fix perf query regression
2021-05-21 13:39:59 +02:00
OGLPerfQuery.h
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
OGLPipeline.cpp
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
OGLPipeline.h
OGL: Support returning pipeline cache data
2019-04-16 00:39:43 +10:00
OGLRender.cpp
VideoCommon: Perform OpenGL bounding box inversion in pixel shader
2021-06-06 20:55:06 -04:00
OGLRender.h
VideoCommon: Restore BBox* forwarding functions
2021-05-31 18:01:47 -04:00
OGLShader.cpp
VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()
2019-05-30 03:29:35 -04:00
OGLShader.h
VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()
2019-05-30 03:29:35 -04:00
OGLStreamBuffer.cpp
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
OGLStreamBuffer.h
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
OGLTexture.cpp
General: Convert PanicAlerts over to fmt equivalent
2020-12-02 13:38:33 -05:00
OGLTexture.h
Move most backend functionality to VideoCommon
2019-02-19 16:57:54 +10:00
OGLVertexManager.cpp
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
OGLVertexManager.h
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
ProgramShaderCache.cpp
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
ProgramShaderCache.h
OGL/ProgramShaderCache: Convert typedef over to a using alias
2019-07-26 18:43:44 -04:00
SamplerCache.cpp
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
SamplerCache.h
normalize common filenames in VideoBackends/OGL
2021-01-27 14:29:48 -08:00
VideoBackend.h
Make default graphics backend not show up as empty
2020-09-06 12:56:45 +02:00