Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-24 | progs/perf: glGenerateMipmap() test | Brian Paul | |
2009-09-24 | progs/perf: fix typo in sconscript | Keith Whitwell | |
2009-09-23 | progs/perf: added glReadPixels benchmark | Brian Paul | |
2009-09-22 | progs/perf: added glCopyTex[Sub]Image2D test | Brian Paul | |
2009-09-22 | progs/perf: added fbobind.c test to test FBO binding speed | Brian Paul | |
2009-09-22 | progs/perf: add first attempt at a swapbuffers rate test | Keith Whitwell | |
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. | |||
2009-09-21 | progs/perf: added fill-rate test | Brian Paul | |
Many more fill modes could be tested, but this hits the basics including blending, texturing and shaders. | |||
2009-09-17 | progs/perf: add scons support, get working under mingw | Keith Whitwell | |