summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Use fopen_s on Win32.Ian Romanick1-3/+1
2010-02-10Disable useless double-to-float conversion warnings in Visual Stuido.Ian Romanick2-0/+5
2010-02-10Word around missing M_PI on some platforms.Ian Romanick1-0/+8
2010-02-10"near" and "far" are magic words in Visual StudioIan Romanick1-15/+15
2010-02-10Pre-C99 compilers can't mix code and declarations.Ian Romanick1-2/+2
2010-01-12Add gluArcball structure and support functionsIan Romanick2-1/+149
2009-12-03Add functions to calculate the determinant and inverse of a 4x4 matrixIan Romanick1-0/+106
2009-12-03Fix parameter ordering of projection matrix functionsIan Romanick1-5/+5
2009-11-14Add function to load text file (for shaders) from diskIan Romanick2-1/+144
2009-10-25Add several functions to calculate projection matrixes.Ian Romanick1-0/+52
2009-08-03Fix function names to match OpenGL naming conventionsIan Romanick1-3/+3
2009-07-31Add test for gluLookAt4v and fix a bug it revealed.Eric Anholt1-6/+11
2009-07-28Pass pointer to result instead of returning a structureIan Romanick1-95/+74
2009-05-04Numerous small clean-ups and fixes.Ian Romanick2-13/+92
2009-04-17Add missing AM_CFLAGSIan Romanick1-0/+2
2009-04-17Oops.Ian Romanick1-0/+0
2009-04-17Initial commitIan Romanick3-0/+144