Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-17 | progs/perf: convert some DOS line-endings | Keith Whitwell | |
It seems like some of these files were committed with CRLF initially. | |||
2009-09-17 | progs/perf: add scons support, get working under mingw | Keith Whitwell | |
2009-09-16 | progs/perf: initial set of simple performance test programs | Brian Paul | |
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. |