summaryrefslogtreecommitdiffstats
path: root/progs/perf/common.h
Commit message (Collapse)AuthorAgeFilesLines
* progs/perf: offsetof() should be defined in stddef.h, include itBrian Paul2009-09-211-0/+3
| | | | If this breaks mingw, feel free to revert this.
* progs/perf: add human-readable float formatterKeith Whitwell2009-09-211-0/+2
|
* progs/perf: add scons support, get working under mingwKeith Whitwell2009-09-171-0/+4
|
* progs/perf: initial set of simple performance test programsBrian Paul2009-09-161-0/+35
Initial tests include: drawoverhead - measure overhead of state changes w.r.t drawing commands teximage - measure glTexImage2D() and glTexSubImage2D() speed vbo - measure glBufferData() and glBufferSubData() speed vertexrate - measure vertex rate for immediate mode, glDrawArrays, VBOs, etc.