Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-18 | CMakeLists: Derive the source directory grouping from targets themselves | Lioncash | 1 | -9/+6 | |
Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases. | |||||
2017-05-28 | CMake: Stop using FindOpenGL, which seems to not be required anymore | Yuri Kunde Schlesner | 1 | -1/+2 | |
2015-09-07 | CMake: Add missing library required by Linux for compiling glad | Yuri Kunde Schlesner | 1 | -0/+3 | |
2015-08-30 | Replace the previous OpenGL loader with a glad-generated 3.3 one | Yuri Kunde Schlesner | 1 | -0/+11 | |
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. |