| Commit message (Expand) | Author | Age | Files | Lines |
* | sdl: tweak opengl state | Kyle K | 2011-07-13 | 5 | -43/+92 |
* | add loading texture functions and tweak sdl init | unknown | 2011-07-12 | 13 | -84/+363 |
* | kill whitespace, I need to learn vim highlighting | Kyle K | 2011-07-07 | 1 | -9/+9 |
* | create a gldraw.[ch] for models, also introduce few functions | Kyle K | 2011-07-07 | 7 | -518/+638 |
* | sync up | Kyle K | 2011-07-04 | 9 | -78/+103 |
* | add few new functions to glframe.c | Kyle K | 2011-07-03 | 6 | -72/+399 |
* | new glframe_rotate_local_x function | Kyle K | 2011-07-03 | 6 | -14/+78 |
* | split more | Kyle K | 2011-07-02 | 9 | -223/+289 |
* | sdl: move code around, introduce concept of a platform | Kyle K | 2011-07-02 | 3 | -95/+119 |
* | sdl: split code, update makefile, fix header inclusion | Kyle K | 2011-07-01 | 8 | -107/+121 |
* | Makefile: touch up the makefiles | Kyle K | 2011-07-01 | 6 | -66/+60 |
* | glut: modify mingw32's permissions | Kyle K | 2011-01-17 | 1 | -0/+0 |
* | s/LFLAGS/LDFLAGS | Kyle K | 2011-01-17 | 4 | -8/+8 |
* | sdl: add icon to window heading | Kyle K | 2011-01-17 | 3 | -3/+9 |
* | sdl: fix blank screen in Windows XP | Kyle K | 2011-01-17 | 3 | -6/+12 |
* | sdl: add mingw32 target | Kyle K | 2011-01-16 | 1 | -0/+33 |
* | glut: add mingw32 target | Kyle K | 2011-01-16 | 1 | -0/+24 |
* | prepare shader files | Kyle K | 2010-11-08 | 2 | -0/+15 |
* | Meh | Kyle K | 2010-11-08 | 6 | -18/+143 |
* | GL_notes.txt: start taking notes on shaders | Kyle K | 2010-10-18 | 1 | -1/+5 |
* | GL_todo.txt: new thoughts, commit below should read *GL_notes.txt* | Kyle K | 2010-10-18 | 2 | -4/+5 |
* | GL_todo.txt: some thoughts on the shadow mapping | Kyle K | 2010-10-18 | 2 | -9/+17 |
* | glut: slim down the math3d.c and math3d.h | Kyle K | 2010-10-16 | 4 | -388/+26 |
* | pyramid: switch from immiediate redering to display list | Kyle K | 2010-10-15 | 2 | -4/+26 |
* | math3d: misc | Kyle K | 2010-10-15 | 3 | -15/+15 |
* | Rename more | Kyle K | 2010-10-15 | 3 | -31/+30 |
* | Check OpenGL version, moved some code around, renamed functions | Kyle K | 2010-10-15 | 4 | -48/+53 |
* | pyramid: get rid of tabs | Kyle K | 2010-10-14 | 1 | -6/+6 |
* | pyramid: remove duplicate line | Kyle K | 2010-10-14 | 1 | -4/+3 |
* | pyramid: lighting tweaks | Kyle K | 2010-10-14 | 2 | -13/+21 |
* | Add GL_todo.txt file | Kyle K | 2010-10-14 | 2 | -9/+44 |
* | pyramid: moved code around | Kyle K | 2010-10-13 | 6 | -82/+103 |
* | pyramid: enabled fog | Kyle K | 2010-10-13 | 3 | -3/+30 |
* | pyramid: fixed the camera, awesome | Kyle K | 2010-10-13 | 2 | -15/+18 |
* | Initial camera | Kyle K | 2010-10-13 | 8 | -12/+189 |
* | gltools: cleanup DrawJet() | Kyle K | 2010-10-13 | 1 | -84/+42 |
* | Cleanups | Kyle K | 2010-10-13 | 7 | -583/+681 |
* | pyramid: add func declaration from man page | Kyle K | 2010-10-10 | 1 | -0/+1 |
* | pyramid: change ground color to magneta | Kyle K | 2010-10-07 | 1 | -0/+1 |
* | glut: remove few newlines | Kyle K | 2010-10-07 | 1 | -6/+0 |
* | misc corrections | Kyle K | 2010-10-07 | 2 | -2/+10 |
* | pyramid: fix escape | Kyle K | 2010-10-03 | 1 | -3/+7 |
* | misc | Kyle K | 2010-10-03 | 2 | -0/+4 |
* | pyramid: fix multiple keys input | Kyle K | 2010-10-03 | 1 | -9/+10 |
* | pyramid: draw ground | Kamil Kaminski | 2010-10-03 | 1 | -1/+21 |
* | pyramid: raise pyramid off the ground | Kamil Kaminski | 2010-10-03 | 1 | -7/+7 |
* | pyramid: cap to 300 fps | Kamil Kaminski | 2010-10-03 | 2 | -1/+15 |
* | pyramid: disable fps counter | Kyle K | 2010-09-30 | 1 | -2/+7 |
* | pyramid: half-assed fps counter, for fun | Kamil Kaminski | 2010-09-30 | 1 | -2/+14 |
* | pyramid: remove few newlines | Kamil Kaminski | 2010-09-29 | 1 | -8/+0 |