diff options
author | Brian Paul <[email protected]> | 2009-10-27 16:46:07 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-27 16:46:20 -0600 |
commit | 498fcfd315325365a7c58520ea956f298d6bc94c (patch) | |
tree | 524a587159876558c7fe20957dabe57498bff53c /progs/tests/SConscript | |
parent | 22575abdec73312e010e016e381f7cf8761ad652 (diff) |
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
Diffstat (limited to 'progs/tests/SConscript')
-rw-r--r-- | progs/tests/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript index bb6a1d2b8a9..3a0da62717c 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -52,6 +52,7 @@ progs = [ 'blendminmax', 'blendsquare', 'blendxor', + 'blitfb', 'bufferobj', 'bug_3050', 'bug_3101', |