[Piglit] [PATCH] ARB_explicit_uniform_location: change compiler test requirements
Tapani Pälli
tapani.palli at intel.com
Wed Jun 18 03:16:03 PDT 2014
This is a leftover from commit 238768a changes.
Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80118
---
tests/spec/arb_explicit_uniform_location/compiler/layout-01.frag | 2 +-
tests/spec/arb_explicit_uniform_location/compiler/layout-01.vert | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/spec/arb_explicit_uniform_location/compiler/layout-01.frag b/tests/spec/arb_explicit_uniform_location/compiler/layout-01.frag
index 9a60c85..988e437 100644
--- a/tests/spec/arb_explicit_uniform_location/compiler/layout-01.frag
+++ b/tests/spec/arb_explicit_uniform_location/compiler/layout-01.frag
@@ -1,6 +1,6 @@
// [config]
// expect_result: pass
-// glsl_version: 1.10
+// glsl_version: 3.30
// require_extensions: GL_ARB_explicit_uniform_location
// [end config]
//
diff --git a/tests/spec/arb_explicit_uniform_location/compiler/layout-01.vert b/tests/spec/arb_explicit_uniform_location/compiler/layout-01.vert
index 8bc89bc..738f4f4 100644
--- a/tests/spec/arb_explicit_uniform_location/compiler/layout-01.vert
+++ b/tests/spec/arb_explicit_uniform_location/compiler/layout-01.vert
@@ -1,6 +1,6 @@
// [config]
// expect_result: pass
-// glsl_version: 1.10
+// glsl_version: 3.30
// require_extensions: GL_ARB_explicit_uniform_location
// [end config]
--
1.9.3
More information about the Piglit
mailing list