summaryrefslogtreecommitdiffstats
path: root/progs/perf/swapbuffers.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/perf: updated commentsBrian Paul2009-09-221-10/+3
|
* progs/perf: clean up swapbuffers test a bitKeith Whitwell2009-09-221-5/+6
|
* progs/perf: add first attempt at a swapbuffers rate testKeith Whitwell2009-09-221-0/+167
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.