summaryrefslogtreecommitdiffstats
path: root/src/glu
Commit message (Collapse)AuthorAgeFilesLines
* replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul1999-11-091-5/+8
|
* Added filename, line number output for debugging messages.Gareth Hughes1999-11-052-3/+10
|
* Major winding rule updates, especially stacked contour support.Gareth Hughes1999-11-042-87/+96
| | | | | | Improved debugging output that can be altered with an environment variable instead of hard coded at compile time. Fixed bug in vertex sorting function, so vertices are now indexed correctly (left to right).
* disabled gluGetProcAddressEXTBrian Paul1999-10-271-2/+5
|
* Added point_contour_test, taken from O'Rourke 1998.Gareth Hughes1999-10-141-10/+12
|
* Removed CVS logs from files, as they were getting rather large.Gareth Hughes1999-10-132-81/+4
|
* Added edge flag callback support.Gareth Hughes1999-10-132-3/+13
|
* Fixed delete_all_contours memory deallocation.Gareth Hughes1999-10-121-16/+12
|
* Updated memory allocation to allow new macros to be used.Gareth Hughes1999-10-121-38/+16
|
* Renamed GLUtesselator user data pointer to avoid confusion.Gareth Hughes1999-10-111-3/+6
|
* Correctly initialized GLUtesselator user data pointer.Gareth Hughes1999-10-112-4/+11
|
* Allow debugging output capture under Win32. This seems reallyGareth Hughes1999-10-111-2/+11
| | | | broken to me, but that's Windows for you...
* Updated debugging output. I'm going to change it all to somethingGareth Hughes1999-10-111-33/+39
| | | | | much more like the GLX project. This was a set of macros left over from a research project I'd done, and I like the GLX logging more.
* Added tess_winding.c for compilationJouk Jansen1999-10-041-2/+3
|
* Added tessellation winding rule support. Misc bug fixes.Gareth Hughes1999-10-032-35/+56
|
* Added tessellation winding rule files.Gareth Hughes1999-10-033-5/+11
|
* Fixed LIBNAME entryTed Jump1999-09-191-1/+1
|
* More Win32 build compliance fixupsTed Jump1999-09-191-9/+6
|
* glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul1999-09-171-4/+13
|
* pad GLU_TINY to 6 digitsBrian Paul1999-09-171-2/+2
|
* Winding rule updates.Gareth Hughes1999-09-172-2/+17
|
* Patch error fixupTed Jump1999-09-171-5/+4
|
* Win32 build req't updatesTed Jump1999-09-172-8/+22
|
* fixed typoBrian Paul1999-09-171-2/+5
|
* version symbol changesBrian Paul1999-09-171-2/+9
|
* gluGetProcAddressEXT change for C++ / BeOSBrian Paul1999-09-171-2/+10
|
* added some casts in gluGetProcAddressEXT()Brian Paul1999-09-161-8/+11
|
* clean-up of GLU_EXT_get_proc_addressBrian Paul1999-09-161-11/+14
|
* Misc winding rule bug fixes.Gareth Hughes1999-09-162-10/+17
|
* new version number symbolsBrian Paul1999-09-151-2/+6
|
* added third, tiny version number to mklib scriptsBrian Paul1999-09-153-5/+8
|
* Added debugging pragma message.Gareth Hughes1999-09-151-2/+6
|
* Fixed vector macro calls, specifically COPY_3V params.Gareth Hughes1999-09-151-25/+83
|
* Added debugging output.Gareth Hughes1999-09-141-2/+5
|
* Fixed legacy gluNextContour impact on gluTessEndContour.Gareth Hughes1999-09-141-1/+8
|
* fixed pixel packing/unpacking code in gluBuild2DMipmaps()Brian Paul1999-09-141-7/+52
|
* added gluCheckExtension()Brian Paul1999-09-141-1/+31
|
* added gluUnProject4()Brian Paul1999-09-141-11/+44
|
* Fixed file headers. Tracking down macro bugs.Gareth Hughes1999-09-132-2/+16
|
* strcmp needs the string.hJouk Jansen1999-09-131-1/+6
|
* added 1.2 function to gluGetProcAddressEXT()Brian Paul1999-09-111-5/+21
|
* added GLU_EXT_get_proc_addressBrian Paul1999-09-111-2/+31
|
* Fixed triangle output, recovery process termination.Gareth Hughes1999-09-102-91/+29
|
* changed C++ comments to C styleBrian Paul1999-09-101-2/+2
|
* Added GLU 1.3 tessellation (except winding rule code).Gareth Hughes1999-09-1011-1910/+1008
|
* Initial revisionjtg1999-08-1923-0/+9322