progs/perf: updated comments
authorBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2009 13:50:12 +0000 (07:50 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2009 13:50:12 +0000 (07:50 -0600)
progs/perf/drawoverhead.c
progs/perf/swapbuffers.c

index 0de549b0dc506ae7f270b0dbacaf780b6d197cb7..f75c9bb74e890c67ba71839963af7fc8749b31a3 100644 (file)
@@ -27,7 +27,6 @@
  * easily portable to other APIs.
  *
  * All the window-system stuff should be contained in glmain.c (or TBDmain.c).
- * All the re-usable, generic code should be in common.c (XXX not done yet).
  *
  * Brian Paul
  * 15 Sep 2009
index 866bb72ad27fdbd0cad2d3be0865e308f9058750..63c7fc06f98096e494e96935fa897d7e343e5b6d 100644 (file)
  */
 
 /**
- * Measure drawing overhead
+ * Measure SwapBuffers.
  *
- * This is the first in a series of simple performance benchmarks.
- * The code in this file should be as simple as possible to make it
- * easily portable to other APIs.
- *
- * All the window-system stuff should be contained in glmain.c (or TBDmain.c).
- * All the re-usable, generic code should be in common.c (XXX not done yet).
- *
- * Brian Paul
- * 15 Sep 2009
+ * Keith Whitwell
+ * 22 Sep 2009
  */
 
 #include "glmain.h"