From 32979ae15fce5afb35f26d93bf8f832836f96e49 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 22 Sep 2009 07:50:12 -0600 Subject: progs/perf: updated comments --- progs/perf/swapbuffers.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'progs/perf/swapbuffers.c') diff --git a/progs/perf/swapbuffers.c b/progs/perf/swapbuffers.c index 866bb72ad2..63c7fc06f9 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" -- cgit v1.2.3