aboutsummaryrefslogtreecommitdiff
path: root/tests/all.tests
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2013-02-22 10:43:58 +0100
committerMarek Olšák <maraeo@gmail.com>2013-02-26 11:05:32 +0100
commitbed88e029c300dd227e1fdcb1e1cbdd6bd5055a1 (patch)
tree5c340f0d6c0c0812f7b02e85600d6290d83a8028 /tests/all.tests
parent7cb95dc6b784faac3f5b2803586f8bb5f748f5ce (diff)
fbo-blit: test BlitFramebuffer with GL_TEXTURE_RECTANGLE
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'tests/all.tests')
-rw-r--r--tests/all.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 22780260..95950703 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1140,6 +1140,7 @@ add_concurrent_test(arb_texture_rectangle, '1-1-linear-texture')
add_plain_test(arb_texture_rectangle, 'texrect-many')
add_concurrent_test(arb_texture_rectangle, 'getteximage-targets RECT')
add_plain_test(arb_texture_rectangle, 'texrect_simple_arb_texrect')
+add_plain_test(arb_texture_rectangle, 'fbo-blit rect')
arb_texture_storage = Group()
spec['ARB_texture_storage'] = arb_texture_storage