Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | progs/tests: new zbitmap.c test to exercize Z testing of glBitmap | Brian Paul | |
2010-02-09 | progs/tests: new test program for exercising cylindrical tex wrap mode | Brian Paul | |
2010-02-01 | progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug | Brian Paul | |
See comments in file for more details. | |||
2010-01-01 | scons: Build progs together with everything else. | José Fonseca | |
This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default | |||
2009-12-31 | progs/tests: added test for GL_EXT_draw_buffers2 | Brian Paul | |
Render into two color buffers (render targets). Display half of each buffer in the window. Use different color masks for each render target. Only enable blending for the second render target. | |||
2009-12-31 | progs/tests: added conditional rendering test program | Brian Paul | |
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 |