summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-06-11 10:42:39 -0600
committerBrian Paul <brianp@vmware.com>2014-06-16 08:15:49 -0600
commit46fcb9cc41f9f83a08e12a36827967be95b88103 (patch)
tree3d36f2d2f658fb136738e1a8d55b26ccf22bf7ac /tests/all.py
parent8ec919f4316c5983e7b064984fd8634e04e432de (diff)
arb_uniform_buffer_object: add new rendering test
Add a test that actually draws something with uniform buffer objects along the lines of what an application might do. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'tests/all.py')
-rw-r--r--tests/all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py
index 32cfe19ac..05f5877b9 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2955,6 +2955,7 @@ arb_uniform_buffer_object['negative-bindbufferrange-range'] = concurrent_test('a
arb_uniform_buffer_object['negative-getactiveuniformblockiv'] = concurrent_test('arb_uniform_buffer_object-negative-getactiveuniformblockiv')
arb_uniform_buffer_object['negative-getactiveuniformsiv'] = concurrent_test('arb_uniform_buffer_object-negative-getactiveuniformsiv')
arb_uniform_buffer_object['referenced-by-shader'] = concurrent_test('arb_uniform_buffer_object-referenced-by-shader')
+arb_uniform_buffer_object['rendering'] = concurrent_test('arb_uniform_buffer_object-rendering')
arb_uniform_buffer_object['row-major'] = concurrent_test('arb_uniform_buffer_object-row-major')
arb_uniform_buffer_object['uniformblockbinding'] = concurrent_test('arb_uniform_buffer_object-uniformblockbinding')