summaryrefslogtreecommitdiff
path: root/progs/demos/clearspd.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-04-22 16:03:37 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-04-22 16:03:37 +0000
commitfdd631a941b4c71c50b64cea2575ab0e3bbe1968 (patch)
treecc25e60eb742d5eab21d305b8b8f0be717582e6b /progs/demos/clearspd.c
parent62954c8c30cf7ca321ef0de0c02edb46950664ec (diff)
removed CVS $Log comments
Diffstat (limited to 'progs/demos/clearspd.c')
-rw-r--r--progs/demos/clearspd.c28
1 files changed, 1 insertions, 27 deletions
diff --git a/progs/demos/clearspd.c b/progs/demos/clearspd.c
index e06a28e08f..706e698bd9 100644
--- a/progs/demos/clearspd.c
+++ b/progs/demos/clearspd.c
@@ -1,36 +1,10 @@
-/* $Id: clearspd.c,v 1.3 2000/12/07 21:50:39 brianp Exp $ */
+/* $Id: clearspd.c,v 1.4 2002/04/22 16:03:37 brianp Exp $ */
/*
* Simple GLUT program to measure glClear() and glutSwapBuffers() speed.
* Brian Paul February 15, 1997 This file in public domain.
*/
-/*
- * $Log: clearspd.c,v $
- * Revision 1.3 2000/12/07 21:50:39 brianp
- * call glFinish() before getting t1 time
- *
- * Revision 1.2 2000/04/10 16:25:15 brianp
- * fixed visual selection and reporting results
- *
- * Revision 1.1.1.1 1999/08/19 00:55:40 jtg
- * Imported sources
- *
- * Revision 3.3 1999/03/28 18:18:33 brianp
- * minor clean-up
- *
- * Revision 3.2 1999/03/18 08:16:34 joukj
- *
- * cmpstr needs string.h to included to avoid warnings
- *
- * Revision 3.1 1998/06/29 02:38:30 brianp
- * removed unneeded includes
- *
- * Revision 3.0 1998/02/14 18:42:29 brianp
- * initial rev
- *
- */
-
#include <stdio.h>
#include <stdlib.h>