dolphin/Source/Core/VideoBackends/OGL
Lioncash 2b9389202e VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
This header doesn't actually make use of MathUtil.h within itself, so
this can be removed. Many other source files used VideoCommon.h as an
indirect include to include MathUtil.h, so these includes can also be
adjusted.

While we're at it, we can also migrate valid inclusions of VideoCommon.h
into cpp files where it can feasibly be done to minimize propagating it
via other headers.
2019-07-16 20:54:34 -04:00
..
BoundingBox.cpp Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
BoundingBox.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
CMakeLists.txt VideoOGL/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
GPUTimer.h OGL: Add GPUTimer class for measuring execution time of a draw/dispatch 2017-04-01 12:32:57 +10:00
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 Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
OGL.vcxproj.filters Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
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 Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
OGLTexture.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
PerfQuery.cpp VideoCommon: Remove unused MathUtil.h include from VideoCommon.h 2019-07-16 20:54:34 -04:00
PerfQuery.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
ProgramShaderCache.cpp VideoCommon/Statistics: Rename stats global to g_stats 2019-07-10 23:34:54 -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 GLContext: Remove global context pointer 2018-10-20 21:11:34 +10:00
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 Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
VertexManager.cpp VideoCommon/Statistics: Rename stats global to g_stats 2019-07-10 23:34:54 -04:00
VertexManager.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
VideoBackend.h GLContext: Remove global context pointer 2018-10-20 21:11:34 +10:00