progs/perf: add first attempt at a swapbuffers rate test
authorKeith Whitwell <keithw@vmware.com>
Mon, 21 Sep 2009 15:55:12 +0000 (16:55 +0100)
committerKeith Whitwell <keithw@vmware.com>
Tue, 22 Sep 2009 10:21:09 +0000 (11:21 +0100)
commita7b2659f02c503bd2110b9fd9799efc113807ad9
tree89a8997e2737df8739a258d4ef70f2438939524b
parent94a020cfe6cb1da04695897eed38b530af31f524
progs/perf: add first attempt at a swapbuffers rate test

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/Makefile
progs/perf/SConscript
progs/perf/drawoverhead.c
progs/perf/glmain.c
progs/perf/glmain.h
progs/perf/swapbuffers.c [new file with mode: 0644]
progs/perf/teximage.c
progs/perf/vbo.c
progs/perf/vertexrate.c