summaryrefslogtreecommitdiffstats
path: root/src/glu/sgi/libutil
Commit message (Collapse)AuthorAgeFilesLines
* Remove libGLUMatt Turner2012-08-317-10767/+0
| | | | | | | It's been moved to its own repository, found at http://cgit.freedesktop.org/mesa/glu/ Acked-by: Kenneth Graunke <[email protected]>
* sgi: Fix MSVC build.José Fonseca2011-04-271-1/+1
| | | | | | | | | | | | Including windows.h was ineffective on MSVC because we define the NOGDI macro, which skips the wingdi.h include. Unsetting NOGDI is also a bad idea because it causes all sort of symbol clashes with SGI code. The real problem is that WINGDAPI was not being defined, also due to NOGDI, so simply define it to blank if not done already. This seems to make everybody happy.
* glu: Fix linux buildJakob Bornecrantz2011-04-231-1/+1
|
* scons: Build glu.José Fonseca2011-04-231-1/+1
|
* glu/sgi: Remove dead initialization in extract565rev.Vinson Lee2010-07-161-1/+1
|
* glu/sgi: Remove dead initialization in extract565.Vinson Lee2010-07-151-1/+1
|
* glu/sgi: Remove unnecessary headers.Vinson Lee2010-01-282-3/+0
|
* glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.Vinson Lee2009-11-261-0/+1
|
* glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore.Vinson Lee2009-11-251-0/+1
|
* glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.Vinson Lee2009-11-251-0/+1
|
* glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee2009-11-251-0/+1
|
* glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee2009-11-241-0/+1
|
* glu/sgi: Fix memory leak in bitmapBuild2DMipmaps.Vinson Lee2009-11-231-0/+1
|
* glu/sgi: Fix memory leak in gluScaleImage3D.Vinson Lee2009-11-231-0/+2
|
* glu/sgi: Fix memory leak in gluScaleImage.Vinson Lee2009-11-221-0/+2
|
* Update to SGI FreeB 2.0.Adam Jackson2008-09-197-241/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | Under the terms of version 1.1, "once Covered Code has been published under a particular version of the License, Recipient may, for the duration of the License, continue to use it under the terms of that version, or choose to use such Covered Code under the terms of any subsequent version published by SGI." FreeB 2.0 license refers to "dates of first publication". They are here taken to be 1991-2000, as noted in the original license text: ** Original Code. The Original Code is: OpenGL Sample Implementation, ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. ** Copyright in any portions created by third parties is as indicated ** elsewhere herein. All Rights Reserved. Official FreeB 2.0 text: http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf As always, this code has not been tested for conformance with the OpenGL specification. OpenGL conformance testing is available from http://khronos.org/ and is required for use of the OpenGL logo in product advertising and promotion.
* glu: silence warningsBrian Paul2008-06-171-2/+2
|
* check for _WIN32 and __WIN32__Brian Paul2008-04-141-2/+2
|
* Use temporary matrix in __gluInvertMatrixd() to fix aliasing problem (see ↵Brian2007-09-031-3/+3
| | | | bugs 12269, 6748)
* new __gluInvertMatrix() function (Mesa bug 6748)Brian2007-08-271-66/+49
|
* fix error code test limit (bug 11795)Brian2007-08-011-1/+1
|
* additional fixes for mipmap building (Greg McGarragh)Brian Paul2006-11-181-7/+2
|
* fix some gluBuild2DMipmap bugs (Greg McGarragh)Brian Paul2006-11-171-5/+44
|
* replace GLAPI w/ static and init var to 0 (Michel Donais)Brian Paul2006-09-151-1/+1
|
* Win32 fixes (SF bug 1554931)Brian Paul2006-09-111-4/+4
|
* rewrite gluErrorString() to be more legibleBrian Paul2006-06-201-36/+34
|
* new, faster version of __gluInvertMatrixd(), bug 6748Brian Paul2006-05-011-59/+62
|
* silence a bunch of compiler warningsBrian Paul2005-10-281-3/+3
|
* added GL_INVALID_FRAMEBUFFER_OPERATION_EXT to gluErrorString()Brian Paul2005-10-051-2/+7
|
* assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul2005-05-071-50/+48
|
* Added a test/clamp in the scale_internal_*() functions to prevent readingBrian Paul2005-02-091-1/+22
| | | | | a row of pixels beyond the input buffer's bounds. FDO/Mesa bug #2510.
* Remove a lot of rcs tags, avoid merge conflictsKeith Whitwell2003-11-242-4/+0
|
* Updates to SGI GLU code to get it to compile clean with the Open Watcom ↵Kendall Bennett2003-10-142-2266/+2269
| | | | | | | | | 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).
* silence a bunch of warningsBrian Paul2002-11-013-46/+34
|
* Committing in .Jouk Jansen2001-09-241-47/+47
| | | | | | | | | Modified Files: Mesa/si-glu/libutil/glue.c added some type casts to silence compiler warnings. ----------------------------------------------------------------------
* Don't use "errno" as a parameter name - it is also a function and thatKarl Schultz2001-09-202-12/+12
| | | | | confused the Windows compiler. Also make messages unsigned char for consistency.
* compiler warningsKarl Schultz2001-09-201-3/+3
|
* remove carriage return charsKarl Schultz2001-09-181-381/+381
|
* Win32 updates (Karl Schultz)Brian Paul2001-09-141-381/+381
|
* Win32 fixes, etc. (Gerk Huisma)Brian Paul2001-08-071-6/+65
|
* assorted fixes for Win32 (Gerk Huisma)Brian Paul2001-07-161-4/+4
|
* SGI SI GLU libraryBrian Paul2001-03-177-0/+10717