summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/GLExtensions/GLExtensions.h
AgeCommit message (Expand)Author
2015-09-22Move GL interface code out of the OpenGL video backend.Scott Mansell
2015-09-05Properly support MSAA and SSAA as separate features(+GLES)Ryan Houdek
2015-06-21Support partial texture updates via efb copiesmimimi085181
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-22OGL: Add glClipControl support.Jules Blok
2015-02-21[GLExtensions] Add support for NV_occlusion_query_samples.Ryan Houdek
2014-10-21Add missing includes where headers depend on other headers having been includ...comex
2014-08-02Move GLInterface around to remove VideoBackends dependency on DolphinWXPierre Bourdon
2014-05-19ogl: add ARB_texture_multisampledegasus
2014-05-19ogl: drop NV_framebuffer_multisample_coveragedegasus
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-14Kill off some usages of c_str.Lioncash
2014-02-20Fix more header sorting issues in VideoBackends/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-01-20Move GLInterface.h into GLInterface directoryScott Moreau
2014-01-17[GLExtensions] Pull in all the function pointers for OpenGL 1.1, This removes...Ryan Houdek
2014-01-17[GLExtensions] Dynamically pull in the GL 1.3 and 1.4 functions as well.Ryan Houdek
2014-01-17[GLExtensions] Add ARB_buffer_storage to negate at least one null pointer ins...Ryan Houdek
2014-01-17[GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely f...Ryan Houdek