On 12/04/2012 06:24 PM, Stuart Abercrombie wrote:
It was incorrectly hardwired to 1.10, leading to contrdictory output.

Oops.  That was my mistake.  I got the other place correct. :)

Reviewed-by: Ian Romanick <[email protected]>

---
  tests/spec/glsl-1.10/variable-index-write.sh |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/spec/glsl-1.10/variable-index-write.sh 
b/tests/spec/glsl-1.10/variable-index-write.sh
index d3fbb74..449a750 100755
--- a/tests/spec/glsl-1.10/variable-index-write.sh
+++ b/tests/spec/glsl-1.10/variable-index-write.sh
@@ -326,7 +326,7 @@ function emit_fs_wr_test
      echo "# ${cmd}"
      echo
      echo "[require]"
-    echo "GLSL >= 1.10"
+    echo "GLSL >= ${version}"
      echo

      echo "[vertex shader]"


_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to