mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
progs/perf: updated comments
This commit is contained in:
parent
6a09c9d2d8
commit
32979ae15f
2 changed files with 3 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Reference in a new issue