diff options
author | Ian Romanick <[email protected]> | 2003-06-05 00:50:18 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2003-06-05 00:50:18 +0000 |
commit | 9ac51f57efe07ed43a1e4224a7f5daddec401b36 (patch) | |
tree | 6f1cb55cbcee17cb3a3a77c9437e3e1fd7d24784 /progs/demos | |
parent | b9e1411660d80612ec9706c443eacb0f46caefad (diff) |
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Diffstat (limited to 'progs/demos')
-rw-r--r-- | progs/demos/Makefile.BeOS-R4 | 1 | ||||
-rw-r--r-- | progs/demos/Makefile.cygnus | 1 | ||||
-rw-r--r-- | progs/demos/Makefile.win | 3 | ||||
-rw-r--r-- | progs/demos/bounce.c | 1 | ||||
-rw-r--r-- | progs/demos/clearspd.c | 1 | ||||
-rw-r--r-- | progs/demos/drawpix.c | 1 | ||||
-rw-r--r-- | progs/demos/gamma.c | 1 | ||||
-rw-r--r-- | progs/demos/gears.c | 1 | ||||
-rw-r--r-- | progs/demos/geartrain.c | 1 | ||||
-rw-r--r-- | progs/demos/glinfo.c | 1 | ||||
-rw-r--r-- | progs/demos/gloss.c | 1 | ||||
-rw-r--r-- | progs/demos/glutfx.c | 1 | ||||
-rw-r--r-- | progs/demos/isosurf.c | 1 | ||||
-rw-r--r-- | progs/demos/morph3d.c | 24 | ||||
-rw-r--r-- | progs/demos/multiarb.c | 1 | ||||
-rw-r--r-- | progs/demos/osdemo.c | 1 | ||||
-rw-r--r-- | progs/demos/paltex.c | 1 | ||||
-rw-r--r-- | progs/demos/readpix.c | 1 | ||||
-rw-r--r-- | progs/demos/reflect.c | 1 | ||||
-rw-r--r-- | progs/demos/renormal.c | 6 | ||||
-rw-r--r-- | progs/demos/spectex.c | 1 | ||||
-rw-r--r-- | progs/demos/tessdemo.c | 1 | ||||
-rw-r--r-- | progs/demos/texcyl.c | 1 | ||||
-rw-r--r-- | progs/demos/texdown.c | 1 | ||||
-rw-r--r-- | progs/demos/texobj.c | 1 | ||||
-rw-r--r-- | progs/demos/trispd.c | 1 | ||||
-rw-r--r-- | progs/demos/winpos.c | 1 |
27 files changed, 1 insertions, 56 deletions
diff --git a/progs/demos/Makefile.BeOS-R4 b/progs/demos/Makefile.BeOS-R4 index 8511409a464..37ff24f8b46 100644 --- a/progs/demos/Makefile.BeOS-R4 +++ b/progs/demos/Makefile.BeOS-R4 @@ -1,4 +1,3 @@ -# $Id: Makefile.BeOS-R4,v 1.15 2003/04/17 19:20:54 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 diff --git a/progs/demos/Makefile.cygnus b/progs/demos/Makefile.cygnus index c41c4a60281..0efc1ab0c99 100644 --- a/progs/demos/Makefile.cygnus +++ b/progs/demos/Makefile.cygnus @@ -1,4 +1,3 @@ -# $Id: Makefile.cygnus,v 1.12 2000/12/24 22:53:54 pesco Exp $ # Mesa 3-D graphics library # Version: 3.3 diff --git a/progs/demos/Makefile.win b/progs/demos/Makefile.win index 188ca2f6734..64271f652fb 100644 --- a/progs/demos/Makefile.win +++ b/progs/demos/Makefile.win @@ -1,4 +1,3 @@ -# $Id: Makefile.win,v 1.8 2003/04/17 19:20:55 brianp Exp $ # Mesa 3-D graphics library # Version: 5.1 @@ -129,4 +128,4 @@ readtex.c: -copy ..\util\readtex.c . readtex.h: - -copy ..\util\readtex.h .
\ No newline at end of file + -copy ..\util\readtex.h . diff --git a/progs/demos/bounce.c b/progs/demos/bounce.c index d97791be5d4..c0f739ea47c 100644 --- a/progs/demos/bounce.c +++ b/progs/demos/bounce.c @@ -1,4 +1,3 @@ -/* $Id: bounce.c,v 1.3 2000/08/16 20:36:34 brianp Exp $ */ /* * Bouncing ball demo. diff --git a/progs/demos/clearspd.c b/progs/demos/clearspd.c index c9a4e2630f8..42953f6675e 100644 --- a/progs/demos/clearspd.c +++ b/progs/demos/clearspd.c @@ -1,4 +1,3 @@ -/* $Id: clearspd.c,v 1.5 2002/10/31 12:38:32 keithw Exp $ */ /* * Simple GLUT program to measure glClear() and glutSwapBuffers() speed. diff --git a/progs/demos/drawpix.c b/progs/demos/drawpix.c index 25d336ece68..e25cb3374ac 100644 --- a/progs/demos/drawpix.c +++ b/progs/demos/drawpix.c @@ -1,4 +1,3 @@ -/* $Id: drawpix.c,v 1.8 2002/07/12 15:54:02 brianp Exp $ */ /* * glDrawPixels demo/test/benchmark diff --git a/progs/demos/gamma.c b/progs/demos/gamma.c index abb852294da..9b2c3e1052b 100644 --- a/progs/demos/gamma.c +++ b/progs/demos/gamma.c @@ -1,4 +1,3 @@ -/* $Id: gamma.c,v 1.3 2002/04/22 16:03:37 brianp Exp $ */ /* Draw test patterns to help determine correct gamma value for a display. When the intensities of the inner squares nearly match the intensities diff --git a/progs/demos/gears.c b/progs/demos/gears.c index ac908850532..e9061ed6c92 100644 --- a/progs/demos/gears.c +++ b/progs/demos/gears.c @@ -1,4 +1,3 @@ -/* $Id: gears.c,v 1.6 2000/04/06 02:22:59 brianp Exp $ */ /* * 3-D gear wheels. This program is in the public domain. diff --git a/progs/demos/geartrain.c b/progs/demos/geartrain.c index 98addb8eb4b..ec31e743abc 100644 --- a/progs/demos/geartrain.c +++ b/progs/demos/geartrain.c @@ -1,4 +1,3 @@ -/* $Id: geartrain.c,v 1.8 2001/10/04 19:14:26 kschultz Exp $ */ /* * GearTrain Simulator * Version: 1.00 diff --git a/progs/demos/glinfo.c b/progs/demos/glinfo.c index 4e34983ff50..a6a7478288e 100644 --- a/progs/demos/glinfo.c +++ b/progs/demos/glinfo.c @@ -1,4 +1,3 @@ -/* $Id: glinfo.c,v 1.2 2002/04/22 16:03:37 brianp Exp $ */ /* * Print GL, GLU and GLUT version and extension info diff --git a/progs/demos/gloss.c b/progs/demos/gloss.c index 9f9703ac6ca..8e3d6ca2426 100644 --- a/progs/demos/gloss.c +++ b/progs/demos/gloss.c @@ -1,4 +1,3 @@ -/* $Id: gloss.c,v 1.7 2002/11/28 15:51:55 brianp Exp $ */ /* * Specular reflection demo. The specular highlight is modulated by diff --git a/progs/demos/glutfx.c b/progs/demos/glutfx.c index ec4468471c1..8bf55823897 100644 --- a/progs/demos/glutfx.c +++ b/progs/demos/glutfx.c @@ -1,4 +1,3 @@ -/* $Id: glutfx.c,v 1.3 2002/04/22 16:03:37 brianp Exp $ */ /* * Example of how one might use GLUT with the 3Dfx driver in full-screen mode. diff --git a/progs/demos/isosurf.c b/progs/demos/isosurf.c index 12125aac965..b7c151586c3 100644 --- a/progs/demos/isosurf.c +++ b/progs/demos/isosurf.c @@ -1,4 +1,3 @@ -/* $Id: isosurf.c,v 1.15 2002/10/18 17:47:35 kschultz Exp $ */ /* * Display an isosurface of 3-D wind speed volume. diff --git a/progs/demos/morph3d.c b/progs/demos/morph3d.c index fd9f6a7d700..2ce04a30992 100644 --- a/progs/demos/morph3d.c +++ b/progs/demos/morph3d.c @@ -1,27 +1,3 @@ -/* $Id: morph3d.c,v 1.4 2000/06/27 17:04:43 brianp Exp $ */ - -/* - * $Log: morph3d.c,v $ - * Revision 1.4 2000/06/27 17:04:43 brianp - * fixed compiler warnings - * - * Revision 1.3 1999/12/15 13:00:45 brianp - * moved #define to column 0 - * - * Revision 1.2 1999/09/17 12:27:01 brianp - * silenced some warnings - * - * Revision 1.1.1.1 1999/08/19 00:55:40 jtg - * Imported sources - * - * Revision 3.1 1998/06/29 02:37:30 brianp - * minor changes for Windows (Ted Jump) - * - * Revision 3.0 1998/02/14 18:42:29 brianp - * initial rev - * - */ - /*- * morph3d.c - Shows 3D morphing objects diff --git a/progs/demos/multiarb.c b/progs/demos/multiarb.c index 239efac6633..20aa29f9966 100644 --- a/progs/demos/multiarb.c +++ b/progs/demos/multiarb.c @@ -1,4 +1,3 @@ -/* $Id: multiarb.c,v 1.12 2003/05/30 15:30:17 brianp Exp $ */ /* * GL_ARB_multitexture demo diff --git a/progs/demos/osdemo.c b/progs/demos/osdemo.c index 22321cc10f1..cdb3c72423e 100644 --- a/progs/demos/osdemo.c +++ b/progs/demos/osdemo.c @@ -1,4 +1,3 @@ -/* $Id: osdemo.c,v 1.10 2003/03/03 03:14:25 brianp Exp $ */ /* * Demo of off-screen Mesa rendering diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c index 242d0c4bd35..8d0400c76a4 100644 --- a/progs/demos/paltex.c +++ b/progs/demos/paltex.c @@ -1,4 +1,3 @@ -/* $Id: paltex.c,v 1.9 2002/07/22 13:45:31 brianp Exp $ */ /* * Paletted texture demo. Written by Brian Paul. diff --git a/progs/demos/readpix.c b/progs/demos/readpix.c index ec3665008d2..784e4c88d7b 100644 --- a/progs/demos/readpix.c +++ b/progs/demos/readpix.c @@ -1,4 +1,3 @@ -/* $Id: readpix.c,v 1.8 2002/07/12 15:54:02 brianp Exp $ */ /* * glReadPixels and glCopyPixels test diff --git a/progs/demos/reflect.c b/progs/demos/reflect.c index 0c734a030cb..91b2ad9e730 100644 --- a/progs/demos/reflect.c +++ b/progs/demos/reflect.c @@ -1,4 +1,3 @@ -/* $Id: reflect.c,v 1.7 2001/04/25 15:51:32 brianp Exp $ */ /* * Demo of a reflective, texture-mapped surface with OpenGL. diff --git a/progs/demos/renormal.c b/progs/demos/renormal.c index dc5d980722a..284dffdb274 100644 --- a/progs/demos/renormal.c +++ b/progs/demos/renormal.c @@ -1,15 +1,9 @@ -/* $Id: renormal.c,v 1.3 1999/09/17 12:27:01 brianp Exp $ */ /* * Test GL_EXT_rescale_normal extension * Brian Paul January 1998 This program is in the public domain. */ -/* - * $Id: renormal.c,v 1.3 1999/09/17 12:27:01 brianp Exp $ - */ - - #include <stdio.h> #include <stdlib.h> #include <math.h> diff --git a/progs/demos/spectex.c b/progs/demos/spectex.c index 68de85ca054..9364245995d 100644 --- a/progs/demos/spectex.c +++ b/progs/demos/spectex.c @@ -1,4 +1,3 @@ -/* $Id: spectex.c,v 1.2 2002/04/22 16:03:37 brianp Exp $ */ /* * GLUT demonstration of texturing with specular highlights. diff --git a/progs/demos/tessdemo.c b/progs/demos/tessdemo.c index 581dec90d5a..66fdc6370c8 100644 --- a/progs/demos/tessdemo.c +++ b/progs/demos/tessdemo.c @@ -1,4 +1,3 @@ -/* $Id: tessdemo.c,v 1.13 2002/10/18 17:47:36 kschultz Exp $ */ /* * A demo of the GLU polygon tesselation functions written by Bogdan Sikorski. diff --git a/progs/demos/texcyl.c b/progs/demos/texcyl.c index 7741a75f855..61c8d908b06 100644 --- a/progs/demos/texcyl.c +++ b/progs/demos/texcyl.c @@ -1,4 +1,3 @@ -/* $Id: texcyl.c,v 1.6 2002/04/22 16:03:37 brianp Exp $ */ /* * Textured cylinder demo: lighting, texturing, reflection mapping. diff --git a/progs/demos/texdown.c b/progs/demos/texdown.c index d56884f379a..9f4f5086917 100644 --- a/progs/demos/texdown.c +++ b/progs/demos/texdown.c @@ -1,4 +1,3 @@ -/* $Id: texdown.c,v 1.4 2001/02/07 03:04:58 gareth Exp $ */ /* * Copyright (C) 1999 Brian Paul All Rights Reserved. diff --git a/progs/demos/texobj.c b/progs/demos/texobj.c index 3ec9e85f858..ff701e98c3b 100644 --- a/progs/demos/texobj.c +++ b/progs/demos/texobj.c @@ -1,4 +1,3 @@ -/* $Id: texobj.c,v 1.7 2003/04/21 14:50:12 brianp Exp $ */ /* * Example of using the 1.1 texture object functions. diff --git a/progs/demos/trispd.c b/progs/demos/trispd.c index 61d625526f2..165d088e3d3 100644 --- a/progs/demos/trispd.c +++ b/progs/demos/trispd.c @@ -1,4 +1,3 @@ -/* $Id: trispd.c,v 1.4 2002/07/12 15:54:02 brianp Exp $ */ /* * Simple GLUT program to measure triangle strip rendering speed. diff --git a/progs/demos/winpos.c b/progs/demos/winpos.c index c8f7fb3844b..62504198dd6 100644 --- a/progs/demos/winpos.c +++ b/progs/demos/winpos.c @@ -1,4 +1,3 @@ -/* $Id: winpos.c,v 1.7 2003/02/27 19:43:02 kschultz Exp $ */ /* * Example of how to use the GL_MESA_window_pos extension. |