summaryrefslogtreecommitdiff
path: root/src/glu
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>1999-10-13 19:12:25 +0000
committerGareth Hughes <gareth@valinux.com>1999-10-13 19:12:25 +0000
commit645091749687fcd279db5dfd7f02106e660d25c4 (patch)
tree239f2701f8c5783ad7cb1c8b0e7d54f5d1c84bda /src/glu
parent206abd90395cf806c414192ac60aaee260853e76 (diff)
Removed CVS logs from files, as they were getting rather large.
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/mesa/tess.c49
-rw-r--r--src/glu/mesa/tess.h36
2 files changed, 4 insertions, 81 deletions
diff --git a/src/glu/mesa/tess.c b/src/glu/mesa/tess.c
index 73765fbbf5..4d34f2750d 100644
--- a/src/glu/mesa/tess.c
+++ b/src/glu/mesa/tess.c
@@ -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
@@ -24,54 +24,9 @@
* 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>
*
*****************************************************************************/
diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h
index 9dda251680..9b221908a5 100644
--- a/src/glu/mesa/tess.h
+++ b/src/glu/mesa/tess.h
@@ -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
@@ -24,41 +24,9 @@
* 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>
*
*****************************************************************************/