Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | externals: Update glad to 0.1.26 | Lioncash | 2018-08-07 | 1 | -3187/+3198 |
| | | | | | 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.25 | Lioncash | 2018-07-20 | 1 | -903/+943 |
| | | | | | 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. | bunnei | 2018-03-20 | 1 | -692/+7966 |
| | |||||
* | Externals: Regenerate GLAD with GL_KHR_debug support. | Emmanuel Gil Peyrot | 2015-10-17 | 1 | -0/+52 |
| | |||||
* | Replace the previous OpenGL loader with a glad-generated 3.3 one | Yuri Kunde Schlesner | 2015-08-30 | 1 | -0/+1404 |
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. |