summaryrefslogtreecommitdiff
path: root/src/glu/sgi/libnurbs/internals
AgeCommit message (Collapse)AuthorFilesLines
2008-09-20Update to SGI FreeB 2.0.Adam Jackson52-1670/+1456
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-09-13GLU: fix asst warningsGuillaume Melquiond8-9/+9
2006-04-03Fix license header to SGI FreeB. (Eric Kunze, SGI)Adam Jackson1-12/+34
2006-03-29added some no-op virtual destructors to silence g++ 4.0.0 warningsBrian Paul5-10/+15
2006-03-29fixes from John Shell (bug 6339)Brian Paul2-3/+4
2006-03-14replace dprintf() with _glu_dprintf() (bug 6244)Brian Paul14-131/+131
2005-10-28silence a bunch of compiler warningsBrian Paul6-16/+41
2004-05-12fix compiler warnings (Jerome Glisse)Brian Paul8-23/+36
2003-11-24Remove a lot of rcs tags, avoid merge conflictsKeith Whitwell11-22/+0
2003-10-15fix minor warnings from g++ 3.2Brian Paul6-22/+22
2003-10-14Updates to SGI GLU code to get it to compile clean with the Open Watcom ↵Kendall Bennett5-141/+141
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).
2003-05-08fixed delete statement (bug 721765)Brian Paul1-4/+4
2002-11-01renamed abs() function glu_abs()Brian Paul9-47/+48
2002-06-30Added divide by zero check (Jon Perry). Remove dead vars. Fix indentation.Brian Paul1-17/+17
2001-11-29Fix compilation errors and warnings for NURBS support. (Robert Bergkvist)Karl Schultz3-17/+17
2001-08-13fixed Solaris compilation problems (Bug 441817)Brian Paul4-33/+43
2001-08-07Win32 fixes, etc. (Gerk Huisma)Brian Paul9-28/+29
2001-07-16assorted fixes for Win32 (Gerk Huisma)Brian Paul1-4/+4
2001-05-01applied Diego Santa Cruz's patch to triangulateRectCenter()Brian Paul1-6/+9
2001-03-22 Modified Files:Jouk Jansen2-5/+6
Mesa/descrip.mms Mesa/mms-config Mesa/demos/descrip.mms Mesa/si-glu/include/gluos.h Mesa/si-glu/libnurbs/internals/bufpool.h Mesa/si-glu/libnurbs/internals/mysetjmp.h Mesa/src-glut/descrip.mms Added Files: Mesa/si-glu/descrip.mms Mesa/si-glu/mesaglu.opt changes needed to compile SI-GLU on VMS. ----------------------------------------------------------------------
2001-03-17SGI SI GLU libraryBrian Paul97-0/+18815