summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLExtensions
AgeCommit message (Expand)Author
2016-06-24Further fixes to the formatting change. WX sucks.Pierre Bourdon
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-18GLExtensions: Fix OpenGL ES 3.2 handling.degasus
2016-02-15Make sure to get the right function pointer for DSA+buffer_storageRyan Houdek
2016-02-15Disable a few OpenGL 4.5 functions that AMD fails to expose.Ryan Houdek
2016-02-14Add support for GL 4.3Ryan Houdek
2016-02-14Add support for GL 4.4Ryan Houdek
2016-02-14Add support for GL 4.5Ryan Houdek
2016-02-14Change GL 4.2 defines over to the proper naming convention.Ryan Houdek
2016-01-27Implement support for GL 4.2 in GLExtensionsRyan Houdek
2016-01-09Fix typo in GLExtensionsRyan Houdek
2016-01-02Make GLExtensions no longer require slghtly modified GL headers.Ryan Houdek
2015-12-13[GLExtensions] Improve the extension loader.Ryan Houdek
2015-12-13[GLExtensions] Support ORing of extensions when checking for support.Ryan Houdek
2015-11-03GLExtensions: remove duplicate typedefsTillmann Karras
2015-09-22Move GL interface code out of the OpenGL video backend.Scott Mansell