summaryrefslogtreecommitdiffstats
path: root/externals/glad/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update OpenGL's backend version from 3.3 to 4.3FernandoS272018-11-211-1087/+1303
|
* externals: Update glad to 0.1.26Lioncash2018-08-071-3/+20
| | | | | Updates the library from 0.1.25. Mainly fixes issues related to macOS, but we may as well update the library.
* externals: Update glad to version 0.1.25Lioncash2018-07-202-22/+50
| | | | | 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-202-378/+13295
|
* Externals: Regenerate GLAD with GL_KHR_debug support.Emmanuel Gil Peyrot2015-10-171-384/+539
|
* Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner2015-08-302-0/+2546
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.