summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-11-09 10:19:07 +1000
committerDave Airlie <airlied@redhat.com>2012-11-09 10:19:07 +1000
commit81ba71bb1d0acb16d471af43530ec012f482796f (patch)
treeeff994c6dc428d66b717324fe4c220354b1ad45d /tests
parent33ae13189030b02e5b1676af1125c91d5f262cfb (diff)
Revert "arb_texture_cube_map_array: textureSize only applies to samplerCubeArray."
This reverts commit ccde8c37c2c1eb7d1b1b7451677b9f6ce9237591. after talking to Kayden we should always test for this. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/all.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 91c89343..9219efc9 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1631,7 +1631,7 @@ add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-cubemap')
add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-cubemap-lod')
add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-fbo-cubemap-array')
add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-sampler-cube-array-shadow')
-textureSize_samplers_atcma = ['samplerCubeArray'];
+textureSize_samplers_atcma = ['samplerCubeArray', 'isamplerCubeArray', 'usamplerCubeArray'];
import_glsl_parser_tests(arb_texture_cube_map_array,
os.path.join(testsDir, 'spec', 'arb_texture_cube_map_array'),