summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
2010-05-21progs/tests: print more info in copypixrate.cBrian Paul
2010-05-11progs/tests: disable invalid 3D texture compression testsBrian Paul
2010-05-11progs/tests: fix a couple bugs in the getprocaddress.c testBrian Paul
2010-05-11progs/tests: update getprocaddress test since moving glapi filesBrian Paul
2010-05-01progs/tests: Remove meaningless const qualifiers.Vinson Lee
2010-04-27progs/tests: Remove meaningless const qualifier in arraytexture.c.Vinson Lee
2010-04-22progs/tests: asst. improvements to zreaddraw.cBrian Paul
2010-04-20progs/tests: asst. changes to antialias.cBrian Paul
2010-04-17progs/tests: IgnoresJakob Bornecrantz
2010-04-14progs/tests: added stencilreaddraw to SConscript, MakefileBrian Paul
2010-04-14progs/tests: new stencilreaddraw.c testBrian Paul
2010-04-09Merge branch '7.8'Brian Paul
2010-04-08progs/tests: added some debug code (disabled)Brian Paul
2010-03-30Merge branch '7.8'Michel Dänzer
2010-03-27progs/tests: Remove duplicate texcompress2 in SConscript.Vinson Lee
2010-03-22Merge branch '7.8'Brian Paul
2010-03-21progs/tests: Add cva_huge to SCons build.Vinson Lee
2010-03-21progs/tests: Include stddef.h for ptrdiff_t on all platforms.Vinson Lee
2010-03-21tests: Add test for huge client arrays that has to be split.Pauli Nieminen
2010-03-18progs/tests: also test stencil INCR_WRAP mode if supportedBrian Paul
2010-03-18progs/tests: comments and clean-upsBrian Paul
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-10progs/tests: add additional FBO->window test paths (disabled)Brian Paul
2010-03-09progs/tests: use first color attachementMaciej Cencora
2010-03-04fix getprocaddress testGeorge Sapountzis
2010-02-26progs/tests: add compile-time option for coloring texture cornersBrian Paul
2010-02-26fix test progs from gl_API moveWil Reichert
2010-02-19progs/tests: new zbitmap.c test to exercize Z testing of glBitmapBrian Paul
2010-02-12progs/tests: Add checks for GL_NV_vertex_program.Vinson Lee
2010-02-09progs/tests: add line drawing option to cylwrap.cBrian Paul
2010-02-09progs/tests: add x/y rotation to cylwrap.cBrian Paul
2010-02-09progs/tests: new test program for exercising cylindrical tex wrap modeBrian Paul
2010-02-01progs/tests: add another FBO test to exercise a RGBA vs. Z texture bugBrian Paul
2010-01-29progs/tests: added a few more files to .gitignoreBrian Paul
2010-01-28progs/tests: Remove unnecessary headers.Vinson Lee
2010-01-26progs/tests: use glDrawRangeElements() in bufferobj.cBrian Paul
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-11progs/tests: Remove duplicate included header in vparray.c.Vinson Lee
2010-01-11progs/tests: Add newline to end of printf in vparray.c.Vinson Lee
2010-01-11progs/tests: Silence fprintf format warning.Vinson Lee
2010-01-08progs/tests: Silence 'missing initializer' warnings.Vinson Lee
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-02progs/tests: Silence uninitialized variable warning.Vinson Lee
2010-01-02progs/tests: Silence warn_unused_result warning.Vinson Lee
2010-01-01scons: Build progs together with everything else.José Fonseca
2009-12-31progs/tests: added test for GL_EXT_draw_buffers2Brian Paul
2009-12-31progs/tests: added conditional rendering test programBrian Paul
2009-12-22progs/tests: Fix build.Vinson Lee