summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-09-06 21:33:19 +1000
committerDave Airlie <airlied@gmail.com>2012-09-22 18:07:05 +1000
commit46780c7a728bba453f35cde879ce979a93a68faf (patch)
tree4993614acc374bcdc43a103f79886b9681ea69da
parentce94e14f759d3908ea1a0361270226ac0bb00b87 (diff)
arb_texture_cube_map_array: add to all.tests.
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--tests/all.tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index d770db700..381c38f48 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1627,6 +1627,20 @@ spec['ARB_texture_cube_map'] = arb_texture_cube_map
arb_texture_cube_map['copyteximage CUBE'] = PlainExecTest(['copyteximage', '-auto', 'CUBE'])
add_plain_test(arb_texture_cube_map, 'crash-cubemap-order')
+arb_texture_cube_map_array = Group()
+spec['ARB_texture_cube_map_array'] = arb_texture_cube_map_array
+add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-get')
+add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-teximage3d-invalid-values')
+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-fbo-cubemap-array')
+add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-sampler-cube-array-shadow')
+textureSize_samplers_atcma = ['samplerCubeArray', 'isamplerCubeArray', 'usamplerCubeArray'];
+
+for stage in ['vs', 'fs']:
+ # textureSize():
+ for sampler in textureSize_samplers_atcma:
+ spec['ARB_texture_cube_map_array/textureSize/' + stage + '-textureSize-' + sampler] = concurrent_test('textureSize ' + stage + ' ' + sampler)
+
ext_texture_compression_latc = Group()
spec['EXT_texture_compression_latc'] = ext_texture_compression_latc