summaryrefslogtreecommitdiffstats
path: root/src/glu/mesa/tess.c
Commit message (Collapse)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
| | | | | | vertex sorting function. Debug is now enabled with MESA_TESS_DBG_LEVEL environment variable.
* Merging in work from 3.1/3.2 branch. Tessellator is essentially fullyGareth Hughes1999-12-061-462/+530
| | | | functional now.
* . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibilityKendall Bennett1999-11-111-26/+26
| | | | | | | | | | | | | | | | with the IBM VisualAge C++ compiler. Eventually some more code will be needed in the headers to enable the reversal of (__stdcall*) to (*__stdcall) for the IBM compilers, however we currently build using our own header files that already handle this. . Changed instances of (GLCALLBACK*) to GLCALLBACKP for compatibility with the IBM VisualAge C++ compiler in src-glu. . Misc cleanups for warnings generated with Watcom C++ in src-glu. Compiles with 0 warnings now. . tess_hash.c: line 244 - Why is this function stubbed out? I removed the code with a #if 0 to avoid a compiler warning, but it looks dangerous.
* 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
| | | | | | 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).
* 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
| | | | | 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 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