Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-04 | glu/sgi: Fix memory leak in bitmapBuild2DMipmaps. | Vinson Lee | |
(cherry picked from commit 5b925b7daa566d799c4f50911a7fcca114131503) | |||
2009-12-04 | glu/sgi: Fix memory leak in gluScaleImage3D. | Vinson Lee | |
(cherry picked from commit b611f639b4bffdcca376293f7ce71af9f6bdbff3) | |||
2009-12-04 | glu/sgi: Fix memory leak in gluScaleImage. | Vinson Lee | |
(cherry picked from commit a9c540f5dedbf593f8038fdbc95eecb60826ab26) | |||
2008-09-19 | Update to SGI FreeB 2.0. | Adam Jackson | |
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. | |||
2008-06-17 | glu: silence warnings | Brian Paul | |
2008-04-14 | check for _WIN32 and __WIN32__ | Brian Paul | |
2007-09-03 | Use temporary matrix in __gluInvertMatrixd() to fix aliasing problem (see ↵ | Brian | |
bugs 12269, 6748) | |||
2007-08-27 | new __gluInvertMatrix() function (Mesa bug 6748) | Brian | |
2007-08-01 | fix error code test limit (bug 11795) | Brian | |
2006-11-18 | additional fixes for mipmap building (Greg McGarragh) | Brian Paul | |
2006-11-17 | fix some gluBuild2DMipmap bugs (Greg McGarragh) | Brian Paul | |
2006-09-15 | replace GLAPI w/ static and init var to 0 (Michel Donais) | Brian Paul | |
2006-09-11 | Win32 fixes (SF bug 1554931) | Brian Paul | |
2006-06-20 | rewrite gluErrorString() to be more legible | Brian Paul | |
2006-05-01 | new, faster version of __gluInvertMatrixd(), bug 6748 | Brian Paul | |
2005-10-28 | silence a bunch of compiler warnings | Brian Paul | |
2005-10-05 | added GL_INVALID_FRAMEBUFFER_OPERATION_EXT to gluErrorString() | Brian Paul | |
2005-05-07 | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | |
2005-02-09 | Added a test/clamp in the scale_internal_*() functions to prevent reading | Brian Paul | |
a row of pixels beyond the input buffer's bounds. FDO/Mesa bug #2510. | |||
2003-11-24 | Remove a lot of rcs tags, avoid merge conflicts | Keith Whitwell | |
2003-10-14 | Updates 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-01 | silence a bunch of warnings | Brian 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-20 | Don't use "errno" as a parameter name - it is also a function and that | Karl Schultz | |
confused the Windows compiler. Also make messages unsigned char for consistency. | |||
2001-09-20 | compiler warnings | Karl Schultz | |
2001-09-18 | remove carriage return chars | Karl Schultz | |
2001-09-14 | Win32 updates (Karl Schultz) | Brian Paul | |
2001-08-07 | Win32 fixes, etc. (Gerk Huisma) | Brian Paul | |
2001-07-16 | assorted fixes for Win32 (Gerk Huisma) | Brian Paul | |
2001-03-17 | SGI SI GLU library | Brian Paul | |