summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* glu/sgi: Initialize member of class monoChain.Vinson Lee2009-12-291-0/+1
* glu/sgi: Initialize members of class sampledLine.Vinson Lee2009-12-291-0/+3
*-. glu/sgi: Initialize members of class directedLine.Vinson Lee2009-12-296-10/+13
|\ \
| | * glu/sgi: Fix include recursion.Vinson Lee2009-12-251-1/+0
| | * glu/sgi: Initialize variable in directedLine.Vinson Lee2009-12-231-1/+1
| | * glu/sgi: Silence compiler warnings.Vinson Lee2009-12-232-4/+6
| | * glu/sgi: Silence uninitialized variable warnings.Vinson Lee2009-12-222-4/+4
| |/
| * glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| * glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| * glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| * glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| * glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| * glu/sgi: Fix memory leak in bitmapBuild2DMipmaps.Vinson Lee2009-12-041-0/+1
| * glu/sgi: Fix memory leak in gluScaleImage3D.Vinson Lee2009-12-041-0/+2
| * glu/sgi: Fix memory leak in gluScaleImage.Vinson Lee2009-12-041-0/+2
| * glu: Fix memory leak in __gl_meshMakeEdge.Vinson Lee2009-12-041-1/+6
* | 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
* | glu: Fix memory leak in __gl_meshMakeEdge.Vinson Lee2009-11-221-1/+6
|/
* fix possible memory leak in bezierPatchMeshMakeDaniel Zimmermann2008-11-261-9/+8
* Remove CVS keywords.Keith Whitwell2008-09-21161-292/+0
* Update to SGI FreeB 2.0.Adam Jackson2008-09-19116-3807/+3248
* GLU: fix asst warningsGuillaume Melquiond2008-09-139-12/+12
* 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 bug...Brian2007-09-031-3/+3
* new __gluInvertMatrix() function (Mesa bug 6748)Brian2007-08-271-66/+49
* fix invalid pointer usage in bezierPatchDeleteList(), bug 11807Brian2007-08-021-2/+5
* fix double free()s (bug 11808)Brian2007-08-021-2/+2
* fix error code test limit (bug 11795)Brian2007-08-011-1/+1
* Fix a number of MINGW32 issuesZhang2007-07-213-4/+7
* a variety of fixes for MingWzhang2007-06-281-2/+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
* init a local var to silence warningBrian Paul2006-08-301-3/+3
* rewrite gluErrorString() to be more legibleBrian Paul2006-06-201-36/+34
* glPush/PopAttrib fix (bug 6891)Brian Paul2006-06-161-3/+3
* new, faster version of __gluInvertMatrixd(), bug 6748Brian Paul2006-05-011-59/+62
* fix invalid free() problem (bug 6658)Brian Paul2006-04-191-8/+5
* Coverity #1083: Fix a use after free case.Adam Jackson2006-04-061-3/+7
* 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