Module: Mesa
Branch: master
Commit: 32979ae15fce5afb35f26d93bf8f832836f96e49
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=32979ae15fce5afb35f26d93bf8f832836f96e49

Author: Brian Paul <[email protected]>
Date:   Tue Sep 22 07:50:12 2009 -0600

progs/perf: updated comments

---

 progs/perf/drawoverhead.c |    1 -
 progs/perf/swapbuffers.c  |   13 +++----------
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/progs/perf/drawoverhead.c b/progs/perf/drawoverhead.c
index 0de549b..f75c9bb 100644
--- a/progs/perf/drawoverhead.c
+++ b/progs/perf/drawoverhead.c
@@ -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
diff --git a/progs/perf/swapbuffers.c b/progs/perf/swapbuffers.c
index 866bb72..63c7fc0 100644
--- a/progs/perf/swapbuffers.c
+++ b/progs/perf/swapbuffers.c
@@ -20,17 +20,10 @@
  */
 
 /**
- * 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"

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to