diff options
Diffstat (limited to 'progs/demos/stex3d.c')
-rw-r--r-- | progs/demos/stex3d.c | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/progs/demos/stex3d.c b/progs/demos/stex3d.c index bab9035287b..56ec49ca62a 100644 --- a/progs/demos/stex3d.c +++ b/progs/demos/stex3d.c @@ -1,4 +1,4 @@ -/* $Id: stex3d.c,v 1.5 2000/06/27 17:04:43 brianp Exp $ */ +/* $Id: stex3d.c,v 1.6 2002/04/22 16:03:37 brianp Exp $ */ /*----------------------------- * stex3d.c GL example of the mesa 3d-texture extention to simulate procedural @@ -15,32 +15,6 @@ * *---------------------------- */ -/* - * $Log: stex3d.c,v $ - * Revision 1.5 2000/06/27 17:04:43 brianp - * fixed compiler warnings - * - * Revision 1.4 2000/03/22 19:48:57 brianp - * converted from GL_EXT_texture3D to GL 1.2 - * - * Revision 1.3 1999/12/16 08:54:22 brianp - * added a cast to malloc call - * - * 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/09 01:53:49 brianp - * main() should return an int - * - * Revision 3.0 1998/02/14 18:42:29 brianp - * initial rev - * - */ - - #include <string.h> #include <stdio.h> #include <stdlib.h> |