summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/PerfQuery.cpp
AgeCommit message (Collapse)Author
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-16Merge pull request #37 from degasus/VideoCommonApiFixesTony Wasserka
VideoCommon API cleanups
2014-02-15move perfquery enable checks into videocommon (caller side)degasus
2014-02-15Kill off some usages of the ArraySize macro.Lioncash
This required the use of std::array in some cases.
2014-01-20Move GLInterface.h into GLInterface directoryScott Moreau
2014-01-17[GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely ↵Ryan Houdek
from the codebase. This has been tested on Android and Linux+ATI. Of course untested on Windows and Apple. Also untested with Linux + EGL but should be fine there. There are most likely a couple of extensions I'm missing which would result in null pointer runs but not bad for the initial commit. Conflicts: CMakeLists.txt Externals/GLew/glew.vcxproj Externals/GLew/glew.vcxproj.filters Source/Core/VideoBackends/OGL/CMakeLists.txt Source/Core/VideoBackends/OGL/GLFunctions.cpp Source/Core/VideoBackends/OGL/GLFunctions.h Source/Core/VideoBackends/OGL/GLUtil.h Source/Core/VideoBackends/OGL/Render.cpp Source/VSProps/Base.props
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre