summaryrefslogtreecommitdiffstats
path: root/externals/glad/include/KHR (follow)
Commit message (Collapse)AuthorAgeFilesLines
* externals: Update glad to support OpenGL 4.6 compatibility profileReinUsesLisp2019-05-221-2/+10
| | | | | | | | Now that we have an OpenGL compatibility profile we might want to use OpenGL compatibility symbols that are not available in our current glad. This commit has been generated with https://glad.dav1d.de/ with all extensions enabled and OpenGL 4.6 compatibility profile.
* externals: Update glad to version 0.1.25Lioncash2018-07-201-9/+7
| | | | | Keeps the OpenGL loader library up to date. Previously we were at version 0.1.16
* externals: Update Glad to latest version used by Citra.bunnei2018-03-201-2/+4
|
* Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner2015-08-301-0/+282
The main advantage of switching to glad from glLoadGen is that, apart from being actively maintained, it supports a customizable entrypoint loader function, which makes it possible to also support OpenGL ES.