summaryrefslogtreecommitdiff
path: root/progs/perf
AgeCommit message (Expand)AuthorFilesLines
2009-12-21progs/perf: added check for GL_ARB_framebuffer_objectBrian Paul1-0/+6
2009-10-09progs/perf: Ignores!Jakob Bornecrantz1-0/+10
2009-10-06progs/perf: Fix MSVC build.Vinson Lee1-0/+4
2009-09-28progs/perf: Include local headers before installed headers.Vinson Lee1-1/+1
2009-09-24progs/perf: glGenerateMipmap() testBrian Paul3-0/+138
2009-09-24progs/perf: fix warnings in readpixels testKeith Whitwell1-3/+3
2009-09-24progs/perf: fix typo in sconscriptKeith Whitwell1-1/+1
2009-09-24progs/perf: accept GL3.x alsoKeith Whitwell1-2/+3
2009-09-23progs/perf: added glReadPixels benchmarkBrian Paul3-1/+172
2009-09-23progs/perf: also request a stencil bufferBrian Paul1-1/+1
2009-09-23progs/perf: Actually bind the newly created vbo.Michal Krol1-0/+1
2009-09-23progs/perf: set TexSubImage4=FALSEBrian Paul1-2/+2
2009-09-22progs/perf: added glCopyTex[Sub]Image2D testBrian Paul3-0/+216
2009-09-22progs/perf: test glGetTexImage() alsoBrian Paul1-12/+36
2009-09-22progs/perf: add missing texture enable in fbobind.cBrian Paul1-0/+2
2009-09-22progs/perf: added fbobind.c test to test FBO binding speedBrian Paul3-0/+153
2009-09-22progs/perf: added PerfExtensionSupported() helperBrian Paul2-0/+10
2009-09-22teximage: add more tests, image formatsKeith Whitwell1-18/+99
2009-09-22progs/perf: add another VBO test for Create/Draw/Destroy patternBrian Paul1-2/+37
2009-09-22progs/perf: simplify the codeBrian Paul1-44/+39
2009-09-22progs/perf: fix commentBrian Paul1-1/+1
2009-09-22progs/perf: updated commentsBrian Paul2-11/+3
2009-09-22progs/perf: make teximage results easier to read, more reproducibleKeith Whitwell1-17/+27
2009-09-22progs/perf: reset row_length after subimage testKeith Whitwell1-1/+3
2009-09-22progs/perf: clean up swapbuffers test a bitKeith Whitwell1-5/+6
2009-09-22progs/perf: break up long runs of fullscreen quadsKeith Whitwell1-1/+18
2009-09-22progs/perf: add first attempt at a swapbuffers rate testKeith Whitwell9-14/+207
2009-09-21progs/perf: added fill-rate testBrian Paul3-0/+233
2009-09-21progs/perf: added helpers for creating simple textures and shader programsBrian Paul2-0/+109
2009-09-21progs/perf: offsetof() should be defined in stddef.h, include itBrian Paul2-4/+4
2009-09-21progs/perf: a few more vbo upload modesKeith Whitwell1-24/+97
2009-09-21progs/perf: human-readable drawoverhead outputKeith Whitwell1-6/+6
2009-09-21progs/perf: human-format vertexrate outputKeith Whitwell1-7/+7
2009-09-21progs/perf: add human-readable float formatterKeith Whitwell2-0/+20
2009-09-17progs/perf: convert some DOS line-endingsKeith Whitwell4-756/+756
2009-09-17progs/perf: add scons support, get working under mingwKeith Whitwell8-24/+79
2009-09-16progs/perf: initial set of simple performance test programsBrian Paul9-0/+1139