Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/perf: convert some DOS line-endings | Keith Whitwell | 2009-09-17 | 4 | -756/+756 |
| | | | | 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 | 8 | -24/+79 |
| | |||||
* | progs/perf: initial set of simple performance test programs | Brian Paul | 2009-09-16 | 9 | -0/+1139 |
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. |