summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/GLExtensions/GLExtensions.cpp
AgeCommit message (Expand)Author
2015-05-28Pass strings by const reference where possibleLioncash
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-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-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-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
2014-01-17[GLExtensions] Don't fail out loading funciton pointers in both ES2 and ES3 m...Ryan Houdek
2014-01-17fix windows buildJack Frost
2014-01-17[GLExtensions] Dynamically pull in the GL 1.3 and 1.4 functions as well.Ryan Houdek
2014-01-17[GLExtensions] KHR_debug on OpenGL ES 3 has a KHR suffix on their function po...Ryan Houdek
2014-01-17[GLExtensions] Fix a typo in KHR_debugRyan 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