Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / glu / mesa / tess.c
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-02-25 Kristian HøgsbergRemove unused mini and mesa glu subdirectories
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2002-10-15 Brian Pauladded gluTessNormal() dummy function
2001-03-20 Brian Paulfixes to make old GLU code compile with new GLU 1.3...
2000-07-11 Brian Paulreverted to old tessellator (GLU 1.1)
2000-02-10 Brian Pauladded GLCALLBACKPCAST for Cygnus (Sven Panne)
2000-01-20 Gareth HughesMerged in fixes from 3.2 branch. Fixed clipping bug...
1999-12-06 Gareth HughesMerging in work from 3.1/3.2 branch. Tessellator is...
1999-11-11 Kendall Bennett . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP...
1999-11-05 Gareth HughesAdded filename, line number output for debugging messages.
1999-11-04 Gareth HughesMajor winding rule updates, especially stacked contour...
1999-10-14 Gareth HughesAdded point_contour_test, taken from O'Rourke 1998.
1999-10-13 Gareth HughesRemoved CVS logs from files, as they were getting rathe...
1999-10-13 Gareth HughesAdded edge flag callback support.
1999-10-12 Gareth HughesFixed delete_all_contours memory deallocation.
1999-10-12 Gareth HughesUpdated memory allocation to allow new macros to be...
1999-10-11 Gareth HughesRenamed GLUtesselator user data pointer to avoid confusion.
1999-10-11 Gareth HughesCorrectly initialized GLUtesselator user data pointer.
1999-10-11 Gareth HughesUpdated debugging output. I'm going to change it all...
1999-10-03 Gareth HughesAdded tessellation winding rule support. Misc bug...
1999-09-17 Gareth HughesWinding rule updates.
1999-09-17 Ted JumpWin32 build req't updates
1999-09-16 Gareth HughesMisc winding rule bug fixes.
1999-09-15 Gareth HughesFixed vector macro calls, specifically COPY_3V params.
1999-09-14 Gareth HughesFixed legacy gluNextContour impact on gluTessEndContour.
1999-09-13 Gareth HughesFixed file headers. Tracking down macro bugs.
1999-09-10 Gareth HughesFixed triangle output, recovery process termination.
1999-09-10 Gareth HughesAdded GLU 1.3 tessellation (except winding rule code).
1999-08-19 jtgInitial revision