summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/GLExtensions
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-09-04Support EXT_blend_func_extended in GLES.Ryan Houdek
2015-09-01[GLES] Support texture_buffer for palette texture conversion.Ryan Houdek
2015-08-26Support OpenGL ES 3.2.Ryan Houdek
2015-07-20Fix an oversight in GLExtensionsRyan Houdek
2015-06-21Support partial texture updates via efb copiesmimimi085181
2015-05-28Pass strings by const reference where possibleLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-22OGL: Add glClipControl support.Jules Blok
2015-03-15quiet some warnings which appear on vs2015.Shawn Hoffman
2015-03-08Merge pull request #2092 from Sonicadvance1/gles_occlusion_queriesRyan Houdek
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-21[GLExtensions] Add support for NV_occlusion_query_samples.Ryan Houdek
2015-01-18Add support for two new OpenGL ES extensions.Ryan Houdek
2014-12-20Work around broken Android garbage.Ryan Houdek
2014-12-07Enables stereo rendering with OpenGL ES 3.1 + AEP.Ryan Houdek
2014-11-21Adds support for OpenGL ES draw_elements_base_vertex.Ryan Houdek
2014-11-16Fixes GLExtensions for GL 2.1 or GLES 2 devices.Ryan Houdek
2014-10-21Add missing includes where headers depend on other headers having been includ...comex
2014-09-29Add OpenGL 4.0-4.5 core extensions.comex
2014-08-02Move GLInterface around to remove VideoBackends dependency on DolphinWXPierre Bourdon
2014-07-11mark all local variables as staticdegasus
2014-07-11mark all local functions as staticdegasus
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-05-19ogl: add ARB_texture_multisampledegasus
2014-05-19ogl: drop NV_framebuffer_multisample_coveragedegasus
2014-04-30Fixes glVertexAttribIPointer on GLES.Ryan Houdek
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
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-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Change OpenGL extension initialization in to a big arrayRyan Houdek
2014-02-08Cleanup GLExtensions on how it fails.Ryan Houdek
2014-02-08Improve GLExtensions compile time.Ryan Houdek
2014-01-23Fix OpenGL 2.1 devices that support everything we need.Ryan Houdek
2014-01-23[GLExt-Cleanup] This cleans up some extra bits unneeded in the extension headersRyan Houdek
2014-01-20Move GLInterface.h into GLInterface directoryScott Moreau
2014-01-18Rename our GLInterface class function 'GetProcAddress' in order to not have c...Ryan Houdek
2014-01-18Move Win32 specific function grabbing fallback to WGL.cpp. Fixes issue 6964.Ryan Houdek
2014-01-17[GLExtensions] Rename internal GetProcAddress function since it clashes with ...Ryan Houdek
2014-01-17[GLExtensions] OpenGL 3.0 also added GL_ARB_map_buffer_range to core.Ryan Houdek
2014-01-17[GLExtensions] Future proof ourself by putting the default: instance on the t...Ryan Houdek
2014-01-17[GLExtensions] Populate the extension list for OpenGL implementations that do...Ryan Houdek
2014-01-17[GLExtensions] Fix OS X build.Ryan Houdek
2014-01-17[GLExtensions] Remove AGL GetProcAddress. Change dlsym to using RTLD_NEXT. En...Ryan Houdek
2014-01-17[GLExtensions] Pull in all the function pointers for OpenGL 1.1, This removes...Ryan Houdek