summaryrefslogtreecommitdiff
path: root/src/glu/sgi/libutil
AgeCommit message (Expand)AuthorFilesLines
2008-06-17glu: silence warningsBrian Paul1-2/+2
2008-04-14check for _WIN32 and __WIN32__Brian Paul1-2/+2
2007-09-03Use temporary matrix in __gluInvertMatrixd() to fix aliasing problem (see bug...Brian1-3/+3
2007-08-27new __gluInvertMatrix() function (Mesa bug 6748)Brian1-66/+49
2007-08-01fix error code test limit (bug 11795)Brian1-1/+1
2006-11-18additional fixes for mipmap building (Greg McGarragh)Brian Paul1-7/+2
2006-11-17fix some gluBuild2DMipmap bugs (Greg McGarragh)Brian Paul1-5/+44
2006-09-15replace GLAPI w/ static and init var to 0 (Michel Donais)Brian Paul1-1/+1
2006-09-11Win32 fixes (SF bug 1554931)Brian Paul1-4/+4
2006-06-20rewrite gluErrorString() to be more legibleBrian Paul1-36/+34
2006-05-01new, faster version of __gluInvertMatrixd(), bug 6748Brian Paul1-59/+62
2005-10-28silence a bunch of compiler warningsBrian Paul1-3/+3
2005-10-05added GL_INVALID_FRAMEBUFFER_OPERATION_EXT to gluErrorString()Brian Paul1-2/+7
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul1-50/+48
2005-02-09Added a test/clamp in the scale_internal_*() functions to prevent readingBrian Paul1-1/+22
2003-11-24Remove a lot of rcs tags, avoid merge conflictsKeith Whitwell2-4/+0
2003-10-14Updates to SGI GLU code to get it to compile clean with the Open Watcom compi...Kendall Bennett2-2266/+2269
2002-11-01silence a bunch of warningsBrian Paul3-46/+34
2001-09-24 Committing in .Jouk Jansen1-47/+47
2001-09-20Don't use "errno" as a parameter name - it is also a function and thatKarl Schultz2-12/+12
2001-09-20compiler warningsKarl Schultz1-3/+3
2001-09-18remove carriage return charsKarl Schultz1-381/+381
2001-09-14Win32 updates (Karl Schultz)Brian Paul1-381/+381
2001-08-07Win32 fixes, etc. (Gerk Huisma)Brian Paul1-6/+65
2001-07-16assorted fixes for Win32 (Gerk Huisma)Brian Paul1-4/+4
2001-03-17SGI SI GLU libraryBrian Paul7-0/+10717