diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-04-22 16:03:37 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-04-22 16:03:37 +0000 |
commit | fdd631a941b4c71c50b64cea2575ab0e3bbe1968 (patch) | |
tree | cc25e60eb742d5eab21d305b8b8f0be717582e6b /progs/demos/readpix.c | |
parent | 62954c8c30cf7ca321ef0de0c02edb46950664ec (diff) |
removed CVS $Log comments
Diffstat (limited to 'progs/demos/readpix.c')
-rw-r--r-- | progs/demos/readpix.c | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/progs/demos/readpix.c b/progs/demos/readpix.c index 238ef2ee1f..d0c46a2714 100644 --- a/progs/demos/readpix.c +++ b/progs/demos/readpix.c @@ -1,4 +1,4 @@ -/* $Id: readpix.c,v 1.4 2000/10/16 21:24:39 brianp Exp $ */ +/* $Id: readpix.c,v 1.5 2002/04/22 16:03:37 brianp Exp $ */ /* * glReadPixels and glCopyPixels test @@ -6,23 +6,6 @@ * Brian Paul March 1, 2000 This file is in the public domain. */ -/* - * $Log: readpix.c,v $ - * Revision 1.4 2000/10/16 21:24:39 brianp - * use gray background, memset TempImage to white to help with debugging - * - * Revision 1.3 2000/03/31 01:01:31 brianp - * tweaks to allow different read formats/types - * - * Revision 1.2 2000/03/23 19:47:25 brianp - * added benchmarking - * - * Revision 1.1 2000/03/01 16:23:14 brianp - * test glDraw/Read/CopyPixels() - * - */ - - #include <assert.h> #include <stdio.h> #include <stdlib.h> |