progs/tests: added new blitfb.c test
authorBrian Paul <brianp@vmware.com>
Tue, 27 Oct 2009 22:46:07 +0000 (16:46 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 27 Oct 2009 22:46:20 +0000 (16:46 -0600)
commit498fcfd315325365a7c58520ea956f298d6bc94c
tree524a587159876558c7fe20957dabe57498bff53c
parent22575abdec73312e010e016e381f7cf8761ad652
progs/tests: added new blitfb.c test

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
progs/tests/Makefile
progs/tests/SConscript
progs/tests/blitfb.c [new file with mode: 0644]