summaryrefslogtreecommitdiff
path: root/progs/tests/SConscript
AgeCommit message (Collapse)Author
2009-10-27progs/tests: added new blitfb.c testBrian Paul
Tests glBlitFramebuffer() between two texture/renderbuffer surfaces. In particular, blit from level[1] of a cube map face to a 2D texture. Used to find/fix bug in intel do_copy_texsubimage(). See commit aef1ab1073f3e30d699b99dae17518ed48b57c72
2009-07-30tests: glGetTexImage() testBrian Paul
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
Conflicts: src/mesa/main/dlist.c src/mesa/vbo/vbo_save_api.c
2009-06-30progs/tests: Add tests for glCompressedTexSubImageJakob Bornecrantz
2009-06-14progs/tests: Add yet another mipmap testJakob Bornecrantz
2009-06-12tests: added persp_hint.c testBrian Paul
Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation.
2009-06-08progs/tests: Add some scissor testsJakob Bornecrantz
2009-04-29progs/tests: Add mipmap_comp for mipmap testing with compressed texturesJakob Bornecrantz
2009-04-20mesa/progs: fix scons build after recent demo movesKeith Whitwell
2009-03-24progs/tests: Build texcompress2 with sconsJakob Bornecrantz
2009-03-18tests: add simplest mipgen testKeith Whitwell
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
Also get mingw cross-compilation of these tests working