aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Make deplinks phonyTomasz Kramkowski2022-10-161-1/+1
* Makefile: add accidentally dropped linesTomasz Kramkowski2018-11-021-0/+3
* Allow multiple shaders while reducing duplicationTomasz Kramkowski2018-10-191-5/+0
* Replace manual definitions of GL types and enums with GL/gl.hTomasz Kramkowski2018-05-041-2/+1
* Add a simple camera struct and camera controlsTomasz Kramkowski2018-05-031-1/+1
* Implement diffuse texture loading and basic material supportTomasz Kramkowski2018-05-021-2/+2
* Implement basic model loading of FMD format.Tomasz Kramkowski2018-04-271-1/+2
* Move linmath.h out of the project and into its own fork.Tomasz Kramkowski2018-04-201-1/+3
* Replace GLFW3 with SDL2Tomasz Kramkowski2018-04-201-1/+1
* Rename project gltest -> faqeTomasz Kramkowski2018-03-301-3/+3
* Simplify gl loading by removing m4 and merging gldefs.hTomasz Kramkowski2018-03-301-5/+1
* Move assets*.o from Makefile to assets.mkTomasz Kramkowski2018-03-281-4/+5
* Move to using bie for assetsTomasz Kramkowski2018-03-281-8/+9
* Makefile: -lm needed on linuxTomasz Kramkowski2018-03-281-1/+1
* glprog: Wrap OpenGL program object loadingTomasz Kramkowski2018-03-271-2/+2
* loadgl: Use m4 to generate the loadsTomasz Kramkowski2018-03-261-1/+6
* init commitTomasz Kramkowski2018-03-261-0/+33