summaryrefslogtreecommitdiffstats
path: root/progs/perf/vertexrate.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/perf: add first attempt at a swapbuffers rate testKeith Whitwell2009-09-221-0/+5
| | | | | | | | | This is pretty ugly as the original framework assumed you'd set a single window size at startup and keep it throughout, but for swapbuffers you want to test the rate at various window sizes. With luck a nicer solution can be found, but this at least lays out a marker.
* progs/perf: human-format vertexrate outputKeith Whitwell2009-09-211-7/+7
|
* progs/perf: convert some DOS line-endingsKeith Whitwell2009-09-171-271/+271
| | | | It seems like some of these files were committed with CRLF initially.
* progs/perf: add scons support, get working under mingwKeith Whitwell2009-09-171-8/+8
|
* progs/perf: initial set of simple performance test programsBrian Paul2009-09-161-0/+271
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.