summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2018-01-02 21:51:19 +0100
committerRoland Scheidegger <sroland@vmware.com>2018-01-11 22:42:03 +0100
commit48184e5d3c1c5c3ba22c1a2e3cabc443ad542d18 (patch)
treee63afce5d11e443de9790538fed0008bcc002591 /tests/all.py
parent8eefd87ed7a7be9b181bbe7d12a6f6c54921d522 (diff)
arb_texture_buffer_object/indexed: test indexed samplers with tbo
This just verifies that sampler arrays indexed with a uniform work with TBOs. (Broken on r600 evergreen pending a fix.) v2: fix compiler warnings, directly assign index uniform in shader Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
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 ac1947ca4..0a1a65ef4 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2483,6 +2483,7 @@ with profile.test_list.group_manager(
g(['arb_texture_buffer_object-subdata-sync'], 'subdata-sync')
g(['arb_texture_buffer_object-unused-name'], 'unused-name')
g(['arb_texture_buffer_object-render-no-bo'], 'render-no-bo')
+ g(['arb_texture_buffer_object-indexed'], 'indexed')
with profile.test_list.group_manager(
PiglitGLTest,