summaryrefslogtreecommitdiffstats
path: root/progs/perf/common.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/perf: add human-readable float formatterKeith Whitwell2009-09-211-0/+18
|
* progs/perf: add scons support, get working under mingwKeith Whitwell2009-09-171-3/+25
|
* progs/perf: initial set of simple performance test programsBrian Paul2009-09-161-0/+93
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.