瀏覽代碼

progs/perf: updated comments

tags/mesa_7_7_rc1
Brian Paul 16 年之前
父節點
當前提交
32979ae15f
共有 2 個文件被更改,包括 3 次插入11 次删除
  1. 0
    1
      progs/perf/drawoverhead.c
  2. 3
    10
      progs/perf/swapbuffers.c

+ 0
- 1
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

+ 3
- 10
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"

Loading…
取消
儲存