Keith Whitwell
6e0b56edf8
progs/perf: accept GL3.x also
16 лет назад
Brian Paul
489f8bc86f
progs/perf: also request a stencil buffer
16 лет назад
Brian Paul
cfb0f2489d
progs/perf: added PerfExtensionSupported() helper
16 лет назад
Keith Whitwell
a7b2659f02
progs/perf: add first attempt at a swapbuffers rate test
This is pretty ugly as the original framework assumed you'd set
a single window size at startup and keep it throughout, but for
swapbuffers you want to test the rate at various window sizes.
With luck a nicer solution can be found, but this at least lays out
a marker.
16 лет назад
Brian Paul
05bce08980
progs/perf: added helpers for creating simple textures and shader programs
16 лет назад
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.
16 лет назад
Brian Paul
7dd6fa12e1
progs/util: minor updates to glutskel.c
16 лет назад
Brian Paul
59cfd3cd3f
destroy window upon exit, remove CVS log comment
19 лет назад
Brian Paul
2fae1bb6df
minor clean-ups
21 лет назад
jtg
afb833d4e8
Initial revision
26 лет назад