summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-03-23 17:51:36 -0700
committerIan Romanick <ian.d.romanick@intel.com>2011-03-25 17:23:18 -0700
commita99ff8240e9e579c5fd3668e21879e64c9654317 (patch)
treea9f6b48806172b5f5d7d82c358b98b91d973cdc7
parent691406618ff166a9c1d3f8a46cf13bd01a8a8ab3 (diff)
Change version requirement so that tests will run on GLSL 1.10
Saying 'glsl_version: 1.00' requires that GLSL ES be supported. This prevents the test from running on desktop GL drivers built from Mesa 7.10.
-rw-r--r--tests/spec/glsl-1.10/compiler/constant-expressions/sampler-array-index-01.frag2
-rw-r--r--tests/spec/glsl-1.10/compiler/constant-expressions/sampler-array-index-02.frag2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/spec/glsl-1.10/compiler/constant-expressions/sampler-array-index-01.frag b/tests/spec/glsl-1.10/compiler/constant-expressions/sampler-array-index-01.frag
index 980606c4b..d2daabd42 100644
--- a/tests/spec/glsl-1.10/compiler/constant-expressions/sampler-array-index-01.frag
+++ b/tests/spec/glsl-1.10/compiler/constant-expressions/sampler-array-index-01.frag
@@ -1,6 +1,6 @@
// [config]
// expect_result: pass
-// glsl_version: 1.00
+// glsl_version: 1.10
// [end config]
//
// Check that sampler arrays can be indexed with constant expressions.
diff --git a/tests/spec/glsl-1.10/compiler/constant-expressions/sampler-array-index-02.frag b/tests/spec/glsl-1.10/compiler/constant-expressions/sampler-array-index-02.frag
index d0d47cc5c..a24463943 100644
--- a/tests/spec/glsl-1.10/compiler/constant-expressions/sampler-array-index-02.frag
+++ b/tests/spec/glsl-1.10/compiler/constant-expressions/sampler-array-index-02.frag
@@ -1,6 +1,6 @@
// [config]
// expect_result: pass
-// glsl_version: 1.00
+// glsl_version: 1.10
// [end config]
//
// Check that sampler arrays can be indexed with non-constant expressions.