dolphin/Source/Core/VideoBackends/OGL
Lioncash a99c7d01e1 VideoCommon/Statistics: Normalize statistic variable names
Normalizes all variables related to statistics so that they follow our
coding style.

These are relatively low traffic areas, so this modification isn't too
noisy.
2019-07-10 23:19:10 -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 AbstractPipeline: Support returning "cache data" 2019-04-16 00:09:47 +10:00
NativeVertexFormat.cpp OGL: Fix binding error on shutdown 2019-04-21 14:28:14 +10:00
OGL.vcxproj
OGL.vcxproj.filters
OGLPipeline.cpp OGL: Support returning pipeline cache data 2019-04-16 00:39:43 +10:00
OGLPipeline.h OGL: Support returning pipeline cache data 2019-04-16 00:39:43 +10: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
OGLTexture.cpp
OGLTexture.h
PerfQuery.cpp Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
PerfQuery.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
ProgramShaderCache.cpp VideoCommon/Statistics: Normalize statistic variable names 2019-07-10 23:19:10 -04:00
ProgramShaderCache.h OGL: Fix binding error on shutdown 2019-04-21 14:28:14 +10: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 Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
StreamBuffer.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
StreamBuffer.h
VertexManager.cpp VideoCommon/Statistics: Normalize statistic variable names 2019-07-10 23:19:10 -04:00
VertexManager.h
VideoBackend.h