mesa/progs/perf
Brian Paul 9abbedad09 progs/perf: initial set of simple performance test programs
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.
2009-09-16 19:33:01 -06:00
..
common.c progs/perf: initial set of simple performance test programs 2009-09-16 19:33:01 -06:00
common.h progs/perf: initial set of simple performance test programs 2009-09-16 19:33:01 -06:00
drawoverhead.c progs/perf: initial set of simple performance test programs 2009-09-16 19:33:01 -06:00
glmain.c progs/perf: initial set of simple performance test programs 2009-09-16 19:33:01 -06:00
glmain.h progs/perf: initial set of simple performance test programs 2009-09-16 19:33:01 -06:00
Makefile progs/perf: initial set of simple performance test programs 2009-09-16 19:33:01 -06:00
teximage.c progs/perf: initial set of simple performance test programs 2009-09-16 19:33:01 -06:00
vbo.c progs/perf: initial set of simple performance test programs 2009-09-16 19:33:01 -06:00
vertexrate.c progs/perf: initial set of simple performance test programs 2009-09-16 19:33:01 -06:00