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 | |
parent | b9e1411660d80612ec9706c443eacb0f46caefad (diff) |
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Diffstat (limited to 'progs')
46 files changed, 1 insertions, 120 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. diff --git a/progs/redbook/Makefile.BeOS-R4 b/progs/redbook/Makefile.BeOS-R4 index 4f6734e67b0..ad6f97caa28 100644 --- a/progs/redbook/Makefile.BeOS-R4 +++ b/progs/redbook/Makefile.BeOS-R4 @@ -1,21 +1,7 @@ -# $Id: Makefile.BeOS-R4,v 1.2 1999/09/17 00:08:31 brianp Exp $ # Makefile for OpenGL Programming Guide programs for BeOS R4 # This file is in the public domain. - -# $Log: Makefile.BeOS-R4,v $ -# Revision 1.2 1999/09/17 00:08:31 brianp -# link with -lGLU -lGL instead of -lMesaGLU -lMesaGL -# -# Revision 1.1.1.1 1999/08/19 00:55:40 jtg -# Imported sources -# -# Revision 1.1 1999/02/25 02:13:06 brianp -# initial check-in -# - - ##### MACROS ##### INCDIR = ../include diff --git a/progs/samples/Makefile.BeOS-R4 b/progs/samples/Makefile.BeOS-R4 index 3e1bfb605fb..97de22e60c2 100644 --- a/progs/samples/Makefile.BeOS-R4 +++ b/progs/samples/Makefile.BeOS-R4 @@ -1,4 +1,3 @@ -# $Id: Makefile.BeOS-R4,v 1.2 1999/09/17 00:08:38 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 diff --git a/progs/samples/Makefile.dja b/progs/samples/Makefile.dja index f2d53829687..b60a11197b6 100644 --- a/progs/samples/Makefile.dja +++ b/progs/samples/Makefile.dja @@ -1,4 +1,3 @@ -# $Id: Makefile.dja,v 1.1 1999/08/19 00:55:41 jtg Exp $ # Makefile for sample programs for MS-DOS with DJGPP and ALLEGRO diff --git a/progs/samples/Makefile.win b/progs/samples/Makefile.win index fc277726a02..e74568f7c96 100644 --- a/progs/samples/Makefile.win +++ b/progs/samples/Makefile.win @@ -1,4 +1,3 @@ -# $Id: Makefile.win,v 1.1 2002/01/16 00:57:54 kschultz Exp $ # Mesa 3-D graphics library # Version: 3.5 diff --git a/progs/samples/logo.c b/progs/samples/logo.c index 98a8e99aece..ae74af685a7 100644 --- a/progs/samples/logo.c +++ b/progs/samples/logo.c @@ -1,4 +1,3 @@ -/* $Id: logo.c,v 1.3 2002/11/05 20:59:16 brianp Exp $ */ /* * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc. diff --git a/progs/xdemos/glthreads.c b/progs/xdemos/glthreads.c index 91fca3dec16..63a94c55681 100644 --- a/progs/xdemos/glthreads.c +++ b/progs/xdemos/glthreads.c @@ -1,4 +1,3 @@ -/* $Id: glthreads.c,v 1.2 2002/03/08 19:44:28 brianp Exp $ */ /* * Copyright (C) 2000 Brian Paul All Rights Reserved. diff --git a/progs/xdemos/glxdemo.c b/progs/xdemos/glxdemo.c index 5e7d4497907..37df64ebee8 100644 --- a/progs/xdemos/glxdemo.c +++ b/progs/xdemos/glxdemo.c @@ -1,4 +1,3 @@ -/* $Id: glxdemo.c,v 1.2 2002/04/02 23:53:56 brianp Exp $ */ /* @@ -8,21 +7,6 @@ * Brian Paul */ - -/* - * $Log: glxdemo.c,v $ - * Revision 1.2 2002/04/02 23:53:56 brianp - * added an error check - * - * Revision 1.1.1.1 1999/08/19 00:55:43 jtg - * Imported sources - * - * Revision 3.0 1998/02/21 02:16:54 brianp - * initial rev - * - */ - - #include <GL/gl.h> #include <GL/glx.h> #include <stdio.h> diff --git a/progs/xdemos/glxheads.c b/progs/xdemos/glxheads.c index 428576d9d9c..b1e2be87763 100644 --- a/progs/xdemos/glxheads.c +++ b/progs/xdemos/glxheads.c @@ -1,4 +1,3 @@ -/* $Id: glxheads.c,v 1.4 2003/04/21 14:51:16 brianp Exp $ */ /* * Exercise multiple GLX connections on multiple X displays. diff --git a/progs/xdemos/glxpixmap.c b/progs/xdemos/glxpixmap.c index bde24ebcd04..9db4df2c8b8 100644 --- a/progs/xdemos/glxpixmap.c +++ b/progs/xdemos/glxpixmap.c @@ -1,4 +1,3 @@ -/* $Id: glxpixmap.c,v 1.3 2002/07/12 15:54:02 brianp Exp $ */ /* diff --git a/progs/xdemos/pbdemo.c b/progs/xdemos/pbdemo.c index 611e7e594fd..9bce5699a27 100644 --- a/progs/xdemos/pbdemo.c +++ b/progs/xdemos/pbdemo.c @@ -1,4 +1,3 @@ -/* $Id: pbdemo.c,v 1.1 2002/10/05 18:30:13 brianp Exp $ */ /* * This program demonstrates how to do "off-screen" rendering using diff --git a/progs/xdemos/pbinfo.c b/progs/xdemos/pbinfo.c index f0b2f0eed4c..948ad9ca22c 100644 --- a/progs/xdemos/pbinfo.c +++ b/progs/xdemos/pbinfo.c @@ -1,4 +1,3 @@ -/* $Id: pbinfo.c,v 1.2 2003/04/21 14:51:16 brianp Exp $ */ /* * Print list of fbconfigs and test each to see if a pbuffer can be created diff --git a/progs/xdemos/pbutil.c b/progs/xdemos/pbutil.c index 4451a6d1a5b..1daa95def68 100644 --- a/progs/xdemos/pbutil.c +++ b/progs/xdemos/pbutil.c @@ -1,4 +1,3 @@ -/* $Id: pbutil.c,v 1.1 2002/10/05 18:30:13 brianp Exp $ */ /* * OpenGL pbuffers utility functions. diff --git a/progs/xdemos/pbutil.h b/progs/xdemos/pbutil.h index 9230b47c311..d13c969c4c8 100644 --- a/progs/xdemos/pbutil.h +++ b/progs/xdemos/pbutil.h @@ -1,4 +1,3 @@ -/* $Id: pbutil.h,v 1.1 2002/10/05 18:30:13 brianp Exp $ */ /* * OpenGL pbuffers utility functions. diff --git a/progs/xdemos/shape.c b/progs/xdemos/shape.c index 242dd2485cb..9cae9eb2895 100644 --- a/progs/xdemos/shape.c +++ b/progs/xdemos/shape.c @@ -1,4 +1,3 @@ -/* $Id: shape.c,v 1.3 2000/06/27 15:34:35 brianp Exp $ */ /* * Example of using the X "shape" extension with OpenGL: render a spinning diff --git a/progs/xdemos/vindex.c b/progs/xdemos/vindex.c index f9e3192f38e..991fce2a591 100644 --- a/progs/xdemos/vindex.c +++ b/progs/xdemos/vindex.c @@ -1,4 +1,3 @@ -/* $Id: vindex.c,v 1.1 1999/08/19 00:55:43 jtg Exp $ */ /* * Test Linux 8-bit SVGA/Mesa color index mode diff --git a/progs/xdemos/vtest.c b/progs/xdemos/vtest.c index f0900b6ed6d..e322fbc5c80 100644 --- a/progs/xdemos/vtest.c +++ b/progs/xdemos/vtest.c @@ -1,4 +1,3 @@ -/* $Id: vtest.c,v 1.1 1999/08/19 00:55:43 jtg Exp $ */ /* * Test SVGA/Mesa interface in 32K color mode. diff --git a/progs/xdemos/wincopy.c b/progs/xdemos/wincopy.c index ccf332b9a7f..39d471a5e54 100644 --- a/progs/xdemos/wincopy.c +++ b/progs/xdemos/wincopy.c @@ -1,4 +1,3 @@ -/* $Id: wincopy.c,v 1.1 1999/11/25 17:41:51 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/progs/xdemos/xdemo.c b/progs/xdemos/xdemo.c index 28f945b27d8..52039cb6424 100644 --- a/progs/xdemos/xdemo.c +++ b/progs/xdemos/xdemo.c @@ -1,5 +1,3 @@ -/* $Id: xdemo.c,v 1.2 2000/04/05 22:09:58 brianp Exp $ */ - /* * Very simple demo of how to use the Mesa/X11 interface instead of the @@ -11,22 +9,6 @@ * Brian Paul */ - -/* - * $Log: xdemo.c,v $ - * Revision 1.2 2000/04/05 22:09:58 brianp - * new arguments to XMesaCreateVisual() - * - * Revision 1.1.1.1 1999/08/19 00:55:43 jtg - * Imported sources - * - * Revision 3.0 1998/02/21 02:16:54 brianp - * initial rev - * - */ - - - #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/progs/xdemos/xfont.c b/progs/xdemos/xfont.c index 9b01bc48377..2585aa6447c 100644 --- a/progs/xdemos/xfont.c +++ b/progs/xdemos/xfont.c @@ -1,4 +1,3 @@ -/* $Id: xfont.c,v 1.3 1999/11/05 08:12:46 brianp Exp $ */ /* * Mesa 3-D graphics library |