Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/perf: human-readable drawoverhead output | Keith Whitwell | 2009-09-21 | 1 | -6/+6 |
| | |||||
* | progs/perf: convert some DOS line-endings | Keith Whitwell | 2009-09-17 | 1 | -134/+134 |
| | | | | It seems like some of these files were committed with CRLF initially. | ||||
* | progs/perf: add scons support, get working under mingw | Keith Whitwell | 2009-09-17 | 1 | -5/+6 |
| | |||||
* | progs/perf: initial set of simple performance test programs | Brian Paul | 2009-09-16 | 1 | -0/+133 |
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. |