Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-21 | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 1 | -137/+0 | |
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about. | |||||
2009-10-06 | progs/perf: Fix MSVC build. | Vinson Lee | 1 | -0/+4 | |
2009-09-21 | progs/perf: add human-readable float formatter | Keith Whitwell | 1 | -0/+18 | |
2009-09-17 | progs/perf: add scons support, get working under mingw | Keith Whitwell | 1 | -3/+25 | |
2009-09-16 | progs/perf: initial set of simple performance test programs | Brian Paul | 1 | -0/+93 | |
Initial tests include: drawoverhead - measure overhead of state changes w.r.t drawing commands teximage - measure glTexImage2D() and glTexSubImage2D() speed vbo - measure glBufferData() and glBufferSubData() speed vertexrate - measure vertex rate for immediate mode, glDrawArrays, VBOs, etc. |