summaryrefslogtreecommitdiffstats
path: root/src/glu/sgi/libnurbs/internals
Commit message (Collapse)AuthorAgeFilesLines
* Remove libGLUMatt Turner2012-08-3197-18531/+0
| | | | | | | It's been moved to its own repository, found at http://cgit.freedesktop.org/mesa/glu/ Acked-by: Kenneth Graunke <[email protected]>
* glu: fix two Clang warningsLukas Rössler2012-05-212-2/+2
| | | | | | | | | | | | | This patch removes two Clang warnings in GLU: The first one seems to be an actual bug in mapdesc.cc: Clang complains that sizeof(dest) will return the size of REAL*[MAXCOORDS], instead of the intended REAL[MAXCOORDS][MAXCOORDS]. The second one is just cosmetic because Clang doesn't like extra parentheses. NOTE: This is a candidate for the 8.0 branch Reviewed-by: Brian Paul <[email protected]>
* glu: Fix deprecated conversion from string constant to ‘char*’ warning.José Fonseca2011-11-092-2/+2
|
* glu/sgi: Move initialization of members to top of Curve constructor.Vinson Lee2010-02-141-8/+6
| | | | | | | This is a modification of commit 53d448657bd300ab68b2869b2fba76a627699baf. The members cpts and spts are possibly used as arguments later in the constructor.
* glu/sgi: Initialize members of class Curvelist.Vinson Lee2010-02-141-4/+5
|
* glu/sgi: Initialize members of class Curve.Vinson Lee2010-02-141-0/+8
|
* glu/sgi: Initialize member of class Pool.Vinson Lee2010-02-141-0/+3
|
* glu/sgi: Initialize members of class Curvelist.Vinson Lee2010-02-131-0/+2
|
* glu/sgi: Initialize members of class Arc.Vinson Lee2010-02-121-0/+6
|
* glu/sgi: Initialize member of class Bin.Vinson Lee2010-02-121-0/+1
|
* glu/sgi: Initialize member of class Uarray.Vinson Lee2010-02-101-0/+1
|
* glu/sgi: Remove unnecessary headers.Vinson Lee2010-01-289-10/+0
|
* glu/sgi: Initialize members of class Mesher.Vinson Lee2010-01-101-0/+3
|
* glu/sgi: Initialize members of class Slicer.Vinson Lee2010-01-101-0/+4
|
* glu/sgi: Include missing header file.Vinson Lee2010-01-101-0/+2
|
* glu/sgi: Initialize members of class Renderhints.Vinson Lee2010-01-101-0/+4
|
* glu/sgi: Initialize member of class O_pwlcurve.Vinson Lee2010-01-091-0/+2
|
* glu/sgi: Initialize members of struct O_curve.Vinson Lee2010-01-021-1/+1
|
* glu/sgi: Initialize members of struct O_surface.Vinson Lee2010-01-021-1/+1
|
* glu/sgi: Initialize member of struct O_trim.Vinson Lee2010-01-021-1/+1
|
* glu/sgi: Initialize member of struct Property.Vinson Lee2010-01-011-1/+1
|
* glu/sgi: Initialize member of struct Dlnode.Vinson Lee2010-01-011-0/+1
|
* glu/sgi: Initialize members of struct O_nurbscurve.Vinson Lee2010-01-011-1/+1
|
* glu/sgi: Initialize members of class Knotvector.Vinson Lee2010-01-011-0/+3
|
* glu/sgi: Initialize member of struct Property.Vinson Lee2010-01-011-1/+1
|
* glu/sgi: Initialize members of struct O_nurbssurface.Vinson Lee2009-12-291-1/+1
|
* glu/sgi: Initialize member of struct GridVertex.Vinson Lee2009-12-291-1/+1
|
* glu/sgi: Initialize member variables in class Varray.Vinson Lee2009-12-291-0/+8
|
* glu/sgi: Fix include recursion.Vinson Lee2009-12-251-1/+0
| | | | arcsorter.h should not include itself.
* glu/sgi: Silence compiler warnings.Vinson Lee2009-12-231-2/+4
|
* Remove CVS keywords.Keith Whitwell2008-09-2186-168/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry-picked from gallium-0.1 Conflicts: src/glu/sgi/libnurbs/interface/bezierEval.h src/glu/sgi/libnurbs/interface/bezierPatch.h src/glu/sgi/libnurbs/interface/bezierPatchMesh.h src/glu/sgi/libnurbs/internals/dataTransform.h src/glu/sgi/libnurbs/internals/displaymode.h src/glu/sgi/libnurbs/internals/sorter.h src/glu/sgi/libnurbs/nurbtess/definitions.h src/glu/sgi/libnurbs/nurbtess/directedLine.h src/glu/sgi/libnurbs/nurbtess/gridWrap.h src/glu/sgi/libnurbs/nurbtess/monoChain.h src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h src/glu/sgi/libnurbs/nurbtess/partitionX.h src/glu/sgi/libnurbs/nurbtess/partitionY.h src/glu/sgi/libnurbs/nurbtess/polyDBG.h src/glu/sgi/libnurbs/nurbtess/polyUtil.h src/glu/sgi/libnurbs/nurbtess/primitiveStream.h src/glu/sgi/libnurbs/nurbtess/quicksort.h src/glu/sgi/libnurbs/nurbtess/rectBlock.h src/glu/sgi/libnurbs/nurbtess/sampleComp.h src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h src/glu/sgi/libnurbs/nurbtess/sampledLine.h src/glu/sgi/libnurbs/nurbtess/searchTree.h src/glu/sgi/libnurbs/nurbtess/zlassert.h src/glu/sgi/libutil/error.c src/glu/sgi/libutil/glue.c src/glu/sgi/libutil/gluint.h src/glu/sgi/libutil/project.c src/glu/sgi/libutil/registry.c src/glx/x11/glxclient.h src/glx/x11/glxext.c src/mesa/drivers/dri/ffb/ffb_dd.h src/mesa/drivers/dri/ffb/ffb_points.h src/mesa/drivers/dri/gamma/gamma_context.h src/mesa/drivers/dri/gamma/gamma_macros.h src/mesa/drivers/dri/i810/i810context.h src/mesa/drivers/dri/r128/r128_dd.h src/mesa/drivers/dri/tdfx/tdfx_dd.h
* Update to SGI FreeB 2.0.Adam Jackson2008-09-1952-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.
* GLU: fix asst warningsGuillaume Melquiond2008-09-138-9/+9
|
* Fix license header to SGI FreeB. (Eric Kunze, SGI)Adam Jackson2006-04-031-12/+34
|
* added some no-op virtual destructors to silence g++ 4.0.0 warningsBrian Paul2006-03-295-10/+15
|
* fixes from John Shell (bug 6339)Brian Paul2006-03-292-3/+4
|
* replace dprintf() with _glu_dprintf() (bug 6244)Brian Paul2006-03-1414-131/+131
|
* silence a bunch of compiler warningsBrian Paul2005-10-286-16/+41
|
* fix compiler warnings (Jerome Glisse)Brian Paul2004-05-128-23/+36
|
* Remove a lot of rcs tags, avoid merge conflictsKeith Whitwell2003-11-2411-22/+0
|
* fix minor warnings from g++ 3.2Brian Paul2003-10-156-22/+22
|
* Updates to SGI GLU code to get it to compile clean with the Open Watcom ↵Kendall Bennett2003-10-145-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).
* fixed delete statement (bug 721765)Brian Paul2003-05-081-4/+4
|
* renamed abs() function glu_abs()Brian Paul2002-11-019-47/+48
|
* Added divide by zero check (Jon Perry). Remove dead vars. Fix indentation.Brian Paul2002-06-301-17/+17
|
* Fix compilation errors and warnings for NURBS support. (Robert Bergkvist)Karl Schultz2001-11-293-17/+17
|
* fixed Solaris compilation problems (Bug 441817)Brian Paul2001-08-134-33/+43
|
* Win32 fixes, etc. (Gerk Huisma)Brian Paul2001-08-079-28/+29
|
* assorted fixes for Win32 (Gerk Huisma)Brian Paul2001-07-161-4/+4
|
* applied Diego Santa Cruz's patch to triangulateRectCenter()Brian Paul2001-05-011-6/+9
|