summaryrefslogtreecommitdiffstats
path: root/progs/perf
Commit message (Collapse)AuthorAgeFilesLines
* progs/perf: convert some DOS line-endingsKeith Whitwell2009-09-174-756/+756
| | | | It seems like some of these files were committed with CRLF initially.
* progs/perf: add scons support, get working under mingwKeith Whitwell2009-09-178-24/+79
|
* progs/perf: initial set of simple performance test programsBrian Paul2009-09-169-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.