Removed CVS logs from files, as they were getting rather large.
authorGareth Hughes <gareth@valinux.com>
Wed, 13 Oct 1999 19:12:25 +0000 (19:12 +0000)
committerGareth Hughes <gareth@valinux.com>
Wed, 13 Oct 1999 19:12:25 +0000 (19:12 +0000)
src/glu/mesa/tess.c
src/glu/mesa/tess.h

index 73765fbbf57eba92ce157ce11fd3d175c55d47f9..4d34f2750d1a9011bffd986b5247e24bfed18f33 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: tess.c,v 1.16 1999/10/13 19:02:20 gareth Exp $ */
+/* $Id: tess.c,v 1.17 1999/10/13 19:12:25 gareth Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-/*
- * $Log: tess.c,v $
- * Revision 1.16  1999/10/13 19:02:20  gareth
- * Added edge flag callback support.
- *
- * Revision 1.15  1999/10/12 21:26:06  gareth
- * Fixed delete_all_contours memory deallocation.
- *
- * Revision 1.14  1999/10/12 18:49:28  gareth
- * Updated memory allocation to allow new macros to be used.
- *
- * Revision 1.13  1999/10/11 17:53:09  gareth
- * Renamed GLUtesselator user data pointer to avoid confusion.
- *
- * Revision 1.12  1999/10/11 17:48:53  gareth
- * Correctly initialized GLUtesselator user data pointer.
- *
- * Revision 1.11  1999/10/11 17:26:48  gareth
- * Updated debugging output.  I'm going to change it all to something
- * 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.
- *
- * Revision 1.10  1999/10/03 00:56:07  gareth
- * Added tessellation winding rule support.  Misc bug fixes.
- *
- * Revision 1.9  1999/09/17 06:34:46  gareth
- * Winding rule updates.
- *
- * Revision 1.8  1999/09/17 03:07:28  tjump
- * Win32 build req't updates
- *
- * Revision 1.7  1999/09/16 06:41:42  gareth
- * Misc winding rule bug fixes.
- *
- * Revision 1.6  1999/09/15 02:11:10  gareth
- * Fixed vector macro calls, specifically COPY_3V params.
- *
- * Revision 1.5  1999/09/14 05:37:58  gareth
- * Fixed legacy gluNextContour impact on gluTessEndContour.
- *
- * Revision 1.4  1999/09/13 22:20:13  gareth
- * Fixed file headers.  Tracking down macro bugs.
- *
- */
-
 /*****************************************************************************
  *
- * GLU 1.3 Polygon Tessellation by Gareth Hughes <garethh@lucent.com>
+ * GLU 1.3 Polygon Tessellation by Gareth Hughes <garethh@bell-labs.com>
  *
  *****************************************************************************/
 
index 9dda2516804da859c082410b1f36a8c67eb4e4a7..9b221908a57f27ad5ed6e859752a67fb4cdb66b2 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: tess.h,v 1.12 1999/10/13 19:01:56 gareth Exp $ */
+/* $Id: tess.h,v 1.13 1999/10/13 19:12:47 gareth Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-/*
- * $Log: tess.h,v $
- * Revision 1.12  1999/10/13 19:01:56  gareth
- * Added edge flag callback support.
- *
- * Revision 1.11  1999/10/11 17:49:22  gareth
- * Correctly initialized GLUtesselator user data pointer.
- *
- * Revision 1.10  1999/10/11 17:28:05  gareth
- * Allow debugging output capture under Win32.  This seems really
- * broken to me, but that's Windows for you...
- *
- * Revision 1.9  1999/10/03 00:56:07  gareth
- * Added tessellation winding rule support.  Misc bug fixes.
- *
- * Revision 1.8  1999/09/17 06:31:02  gareth
- * Winding rule updates.
- *
- * Revision 1.7  1999/09/16 06:42:01  gareth
- * Misc winding rule bug fixes.
- *
- * Revision 1.6  1999/09/15 02:12:16  gareth
- * Added debugging pragma message.
- *
- * Revision 1.5  1999/09/14 22:46:02  gareth
- * Added debugging output.
- *
- * Revision 1.4  1999/09/13 22:20:13  gareth
- * Fixed file headers.  Tracking down macro bugs.
- *
- */
-
 /*****************************************************************************
  *
- * GLU 1.3 Polygon Tessellation by Gareth Hughes <garethh@lucent.com>
+ * GLU 1.3 Polygon Tessellation by Gareth Hughes <garethh@bell-labs.com>
  *
  *****************************************************************************/