summaryrefslogtreecommitdiff
path: root/src/glu/sgi/libutil
AgeCommit message (Collapse)Author
2006-11-18additional fixes for mipmap building (Greg McGarragh)Brian Paul
2006-11-17fix some gluBuild2DMipmap bugs (Greg McGarragh)Brian Paul
2006-09-15replace GLAPI w/ static and init var to 0 (Michel Donais)Brian Paul
2006-09-11Win32 fixes (SF bug 1554931)Brian Paul
2006-06-20rewrite gluErrorString() to be more legibleBrian Paul
2006-05-01new, faster version of __gluInvertMatrixd(), bug 6748Brian Paul
2005-10-28silence a bunch of compiler warningsBrian Paul
2005-10-05added GL_INVALID_FRAMEBUFFER_OPERATION_EXT to gluErrorString()Brian Paul
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul
2005-02-09Added a test/clamp in the scale_internal_*() functions to prevent readingBrian Paul
a row of pixels beyond the input buffer's bounds. FDO/Mesa bug #2510.
2003-11-24Remove a lot of rcs tags, avoid merge conflictsKeith Whitwell
2003-10-14Updates to SGI GLU code to get it to compile clean with the Open Watcom ↵Kendall Bennett
compiler. Most of the changes were to get rid of warnings, but many of the warnings could not be removed in the code so I also added #pragma's to disable the warnings. Someone really should clean up this code, but I didn't want to mess with it that much (and potentially break it).
2002-11-01silence a bunch of warningsBrian Paul
2001-09-24 Committing in .Jouk Jansen
Modified Files: Mesa/si-glu/libutil/glue.c added some type casts to silence compiler warnings. ----------------------------------------------------------------------
2001-09-20Don't use "errno" as a parameter name - it is also a function and thatKarl Schultz
confused the Windows compiler. Also make messages unsigned char for consistency.
2001-09-20compiler warningsKarl Schultz
2001-09-18remove carriage return charsKarl Schultz
2001-09-14Win32 updates (Karl Schultz)Brian Paul
2001-08-07Win32 fixes, etc. (Gerk Huisma)Brian Paul
2001-07-16assorted fixes for Win32 (Gerk Huisma)Brian Paul
2001-03-17SGI SI GLU libraryBrian Paul