summaryrefslogtreecommitdiffstats
path: root/progs/perf/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* scons: Build progs together with everything else.José Fonseca2010-01-011-9/+2
| | | | | | | | This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
* progs/perf: glGenerateMipmap() testBrian Paul2009-09-241-0/+1
|
* progs/perf: fix typo in sconscriptKeith Whitwell2009-09-241-1/+1
|
* progs/perf: added glReadPixels benchmarkBrian Paul2009-09-231-1/+2
|
* progs/perf: added glCopyTex[Sub]Image2D testBrian Paul2009-09-221-0/+1
|
* progs/perf: added fbobind.c test to test FBO binding speedBrian Paul2009-09-221-0/+1
|
* progs/perf: add first attempt at a swapbuffers rate testKeith Whitwell2009-09-221-0/+1
| | | | | | | | | 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: added fill-rate testBrian Paul2009-09-211-0/+1
| | | | | Many more fill modes could be tested, but this hits the basics including blending, texturing and shaders.
* progs/perf: add scons support, get working under mingwKeith Whitwell2009-09-171-0/+26