summaryrefslogtreecommitdiffstats
path: root/src/glu/mesa/tess.c
Commit message (Expand)AuthorAgeFilesLines
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* added gluTessNormal() dummy functionBrian Paul2002-10-151-1/+12
* fixes to make old GLU code compile with new GLU 1.3 headerBrian Paul2001-03-201-2/+2
* reverted to old tessellator (GLU 1.1)Brian Paul2000-07-111-978/+257
* added GLCALLBACKPCAST for Cygnus (Sven Panne)Brian Paul2000-02-101-32/+27
* Merged in fixes from 3.2 branch. Fixed clipping bug, segfault inGareth Hughes2000-01-201-3/+3
* Merging in work from 3.1/3.2 branch. Tessellator is essentially fullyGareth Hughes1999-12-061-462/+530
* . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibilityKendall Bennett1999-11-111-26/+26
* Added filename, line number output for debugging messages.Gareth Hughes1999-11-051-2/+8
* Major winding rule updates, especially stacked contour support.Gareth Hughes1999-11-041-66/+73
* 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-131-47/+2
* Added edge flag callback support.Gareth Hughes1999-10-131-2/+8
* 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-111-2/+6
* Updated debugging output. I'm going to change it all to somethingGareth Hughes1999-10-111-33/+39
* Added tessellation winding rule support. Misc bug fixes.Gareth Hughes1999-10-031-24/+37
* Winding rule updates.Gareth Hughes1999-09-171-1/+11
* Win32 build req't updatesTed Jump1999-09-171-5/+12
* Misc winding rule bug fixes.Gareth Hughes1999-09-161-8/+12
* Fixed vector macro calls, specifically COPY_3V params.Gareth Hughes1999-09-151-25/+83
* Fixed legacy gluNextContour impact on gluTessEndContour.Gareth Hughes1999-09-141-1/+8
* Fixed file headers. Tracking down macro bugs.Gareth Hughes1999-09-131-1/+8
* Fixed triangle output, recovery process termination.Gareth Hughes1999-09-101-86/+21
* Added GLU 1.3 tessellation (except winding rule code).Gareth Hughes1999-09-101-286/+888
* Initial revisionjtg1999-08-191-0/+369