diff options
author | Dave Airlie <airlied@redhat.com> | 2012-11-09 10:29:45 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-11-09 10:29:45 +1000 |
commit | 8686e2f9aeda7f749cd867799928b2e522c1b483 (patch) | |
tree | d4a7c2a8c0aa67d671b093ed746c5ff56491c7f7 | |
parent | 81ba71bb1d0acb16d471af43530ec012f482796f (diff) |
arb_texture_cube_map_array: add shadow sampler for textureSize
missed this the first time around.
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | tests/all.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tests b/tests/all.tests index 9219efc9..9eae003d 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', 'isamplerCubeArray', 'usamplerCubeArray']; +textureSize_samplers_atcma = ['samplerCubeArray', 'isamplerCubeArray', 'usamplerCubeArray', 'samplerCubeArrayShadow' ]; import_glsl_parser_tests(arb_texture_cube_map_array, os.path.join(testsDir, 'spec', 'arb_texture_cube_map_array'), |