summaryrefslogtreecommitdiffstats
path: root/externals/glad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* externals: Update glad to 0.1.26Lioncash2018-08-072-3190/+3218
| | | | | 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-203-925/+993
| | | | | 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-204-1071/+21262
|
* CMakeLists: Derive the source directory grouping from targets themselvesLioncash2018-01-181-9/+6
| | | | | Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases.
* CMake: Stop using FindOpenGL, which seems to not be required anymoreYuri Kunde Schlesner2017-05-281-1/+2
|
* Externals: Regenerate GLAD with GL_KHR_debug support.Emmanuel Gil Peyrot2015-10-172-384/+591
|
* CMake: Add missing library required by Linux for compiling gladYuri Kunde Schlesner2015-09-071-0/+3
|
* Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner2015-08-305-0/+3966
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.