diff options
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 8511409a46..37ff24f8b4 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 c41c4a6028..0efc1ab0c9 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 188ca2f673..64271f652f 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 d97791be5d..c0f739ea47 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 c9a4e2630f..42953f6675 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 25d336ece6..e25cb3374a 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 abb852294d..9b2c3e1052 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 ac90885053..e9061ed6c9 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 98addb8eb4..ec31e743ab 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 4e34983ff5..a6a7478288 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 9f9703ac6c..8e3d6ca242 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 ec4468471c..8bf5582389 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 12125aac96..b7c151586c 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 fd9f6a7d70..2ce04a3099 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 239efac663..20aa29f996 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 22321cc10f..cdb3c72423 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 242d0c4bd3..8d0400c76a 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 ec3665008d..784e4c88d7 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 0c734a030c..91b2ad9e73 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 dc5d980722..284dffdb27 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 68de85ca05..9364245995 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 581dec90d5..66fdc6370c 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 7741a75f85..61c8d908b0 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 d56884f379..9f4f508691 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 3ec9e85f85..ff701e98c3 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 61d625526f..165d088e3d 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 c8f7fb3844..62504198dd 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. |