Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-27 | progs/tests: added new blitfb.c test | Brian 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-30 | tests: glGetTexImage() test | Brian Paul | |
2009-07-03 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | |
Conflicts: src/mesa/main/dlist.c src/mesa/vbo/vbo_save_api.c | |||
2009-06-30 | progs/tests: Add tests for glCompressedTexSubImage | Jakob Bornecrantz | |
2009-06-14 | progs/tests: Add yet another mipmap test | Jakob Bornecrantz | |
2009-06-12 | tests: added persp_hint.c test | Brian Paul | |
Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation. | |||
2009-06-08 | progs/tests: Add some scissor tests | Jakob Bornecrantz | |
2009-04-29 | progs/tests: Add mipmap_comp for mipmap testing with compressed textures | Jakob Bornecrantz | |
2009-04-20 | mesa/progs: fix scons build after recent demo moves | Keith Whitwell | |
2009-03-24 | progs/tests: Build texcompress2 with scons | Jakob Bornecrantz | |
2009-03-18 | tests: add simplest mipgen test | Keith Whitwell | |
2009-03-10 | progs/tests: compile with SCons and glew | Keith Whitwell | |
Also get mingw cross-compilation of these tests working |