aboutsummaryrefslogtreecommitdiffstats
path: root/gl.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup passTomasz Kramkowski2018-10-271-0/+3
|
* Fixup license headersTomasz Kramkowski2018-04-221-1/+0
|
* Simplify gl loading by removing m4 and merging gldefs.hTomasz Kramkowski2018-03-301-0/+46
m4 has been removed, loadgl.c.in is now gl.c, gldefs.h and loadgl.h.in have now been merged into gl.h. loadgl.m4 has been transformed into glfunc.h which is being used in the way of a bie index file to generate information at 3 places. lgl_load is now gl_load and doesn't return anything, the jongjmp.h method of error handling was pre-emptive and for now this much simpler system will suffice. This means that lgl_strerror is no longer neede.