Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add gl_strerror implementation | Tomasz Kramkowski | 2018-03-27 | 1 | -0/+1 |
| | | | | gl_strerror takes an OpenGL error enum and acts like strerror. | ||||
* | loadgl: Use m4 to generate the loads | Tomasz Kramkowski | 2018-03-26 | 1 | -0/+52 |
The loadgl interfaces, loads and functions are now generated with m4 so that all the information can be stored in a single place. |