aboutsummaryrefslogtreecommitdiffstats
path: root/src/glu/sgi/libutil
Commit message (Collapse)AuthorAgeFilesLines
* glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| | | | (cherry picked from commit 808f0376607b0e2d31dfebc888fd8f1e737fed09)
* glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| | | | (cherry picked from commit 94bcb9f1a43f2ab3bdff09156e3ab5b1c115cbd8)
* glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| | | | (cherry picked from commit 0d89f3dc7ff3f89ba8d5d664253730485bca35e2)
* glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| | | | (cherry picked from commit f895abbd9777c4985aa40cf660c68f6d7333f0ec)
* glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| | | | (cherry picked from commit 326b66d724754ca97012501db1c7c62d7d41a457)
* glu/sgi: Fix memory leak in bitmapBuild2DMipmaps.Vinson Lee2009-12-041-0/+1
| | | | (cherry picked from commit 5b925b7daa566d799c4f50911a7fcca114131503)
* glu/sgi: Fix memory leak in gluScaleImage3D.Vinson Lee2009-12-041-0/+2
| | | | (cherry picked from commit b611f639b4bffdcca376293f7ce71af9f6bdbff3)
* glu/sgi: Fix memory leak in gluScaleImage.Vinson Lee2009-12-041-0/+2
| | | | (cherry picked from commit a9c540f5dedbf593f8038fdbc95eecb60826ab26)
* 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