| Commit message (Expand) | Author | Age | Files | Lines |
* | scons: Build progs together with everything else. | José Fonseca | 2010-01-01 | 1 | -9/+2 |
* | progs/perf: added check for GL_ARB_framebuffer_object | Brian Paul | 2009-12-21 | 1 | -0/+6 |
* | progs/perf: Ignores! | Jakob Bornecrantz | 2009-10-09 | 1 | -0/+10 |
* | progs/perf: Fix MSVC build. | Vinson Lee | 2009-10-06 | 1 | -0/+4 |
* | progs/perf: Include local headers before installed headers. | Vinson Lee | 2009-09-28 | 1 | -1/+1 |
* | progs/perf: glGenerateMipmap() test | Brian Paul | 2009-09-24 | 3 | -0/+138 |
* | progs/perf: fix warnings in readpixels test | Keith Whitwell | 2009-09-24 | 1 | -3/+3 |
* | progs/perf: fix typo in sconscript | Keith Whitwell | 2009-09-24 | 1 | -1/+1 |
* | progs/perf: accept GL3.x also | Keith Whitwell | 2009-09-24 | 1 | -2/+3 |
* | progs/perf: added glReadPixels benchmark | Brian Paul | 2009-09-23 | 3 | -1/+172 |
* | progs/perf: also request a stencil buffer | Brian Paul | 2009-09-23 | 1 | -1/+1 |
* | progs/perf: Actually bind the newly created vbo. | Michal Krol | 2009-09-23 | 1 | -0/+1 |
* | progs/perf: set TexSubImage4=FALSE | Brian Paul | 2009-09-23 | 1 | -2/+2 |
* | progs/perf: added glCopyTex[Sub]Image2D test | Brian Paul | 2009-09-22 | 3 | -0/+216 |
* | progs/perf: test glGetTexImage() also | Brian Paul | 2009-09-22 | 1 | -12/+36 |
* | progs/perf: add missing texture enable in fbobind.c | Brian Paul | 2009-09-22 | 1 | -0/+2 |
* | progs/perf: added fbobind.c test to test FBO binding speed | Brian Paul | 2009-09-22 | 3 | -0/+153 |
* | progs/perf: added PerfExtensionSupported() helper | Brian Paul | 2009-09-22 | 2 | -0/+10 |
* | teximage: add more tests, image formats | Keith Whitwell | 2009-09-22 | 1 | -18/+99 |
* | progs/perf: add another VBO test for Create/Draw/Destroy pattern | Brian Paul | 2009-09-22 | 1 | -2/+37 |
* | progs/perf: simplify the code | Brian Paul | 2009-09-22 | 1 | -44/+39 |
* | progs/perf: fix comment | Brian Paul | 2009-09-22 | 1 | -1/+1 |
* | progs/perf: updated comments | Brian Paul | 2009-09-22 | 2 | -11/+3 |
* | progs/perf: make teximage results easier to read, more reproducible | Keith Whitwell | 2009-09-22 | 1 | -17/+27 |
* | progs/perf: reset row_length after subimage test | Keith Whitwell | 2009-09-22 | 1 | -1/+3 |
* | progs/perf: clean up swapbuffers test a bit | Keith Whitwell | 2009-09-22 | 1 | -5/+6 |
* | progs/perf: break up long runs of fullscreen quads | Keith Whitwell | 2009-09-22 | 1 | -1/+18 |
* | progs/perf: add first attempt at a swapbuffers rate test | Keith Whitwell | 2009-09-22 | 9 | -14/+207 |
* | progs/perf: added fill-rate test | Brian Paul | 2009-09-21 | 3 | -0/+233 |
* | progs/perf: added helpers for creating simple textures and shader programs | Brian Paul | 2009-09-21 | 2 | -0/+109 |
* | progs/perf: offsetof() should be defined in stddef.h, include it | Brian Paul | 2009-09-21 | 2 | -4/+4 |
* | progs/perf: a few more vbo upload modes | Keith Whitwell | 2009-09-21 | 1 | -24/+97 |
* | progs/perf: human-readable drawoverhead output | Keith Whitwell | 2009-09-21 | 1 | -6/+6 |
* | progs/perf: human-format vertexrate output | Keith Whitwell | 2009-09-21 | 1 | -7/+7 |
* | progs/perf: add human-readable float formatter | Keith Whitwell | 2009-09-21 | 2 | -0/+20 |
* | progs/perf: convert some DOS line-endings | Keith Whitwell | 2009-09-17 | 4 | -756/+756 |
* | progs/perf: add scons support, get working under mingw | Keith Whitwell | 2009-09-17 | 8 | -24/+79 |
* | progs/perf: initial set of simple performance test programs | Brian Paul | 2009-09-16 | 9 | -0/+1139 |