Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add more vertex attributes (use a struct) | Tomasz Kramkowski | 2018-03-27 | 4 | -7/+28 | |
| | ||||||
* | glprog: Wrap OpenGL program object loading | Tomasz Kramkowski | 2018-03-27 | 6 | -46/+107 | |
| | | | | | glprog provides a simple interface to loadign OpenGL program objects and getting their uniform locations. | |||||
* | Add gl_strerror implementation | Tomasz Kramkowski | 2018-03-27 | 4 | -0/+27 | |
| | | | | gl_strerror takes an OpenGL error enum and acts like strerror. | |||||
* | loadgl: Use m4 to generate the loads | Tomasz Kramkowski | 2018-03-26 | 6 | -157/+133 | |
| | | | | | The loadgl interfaces, loads and functions are now generated with m4 so that all the information can be stored in a single place. | |||||
* | init commit | Tomasz Kramkowski | 2018-03-26 | 11 | -0/+1019 | |