[Piglit] [PATCH 2/2] Fix the fs GLSL >= version output by variable-index-write.sh.
Stuart Abercrombie
sabercrombie at chromium.org
Tue Dec 4 18:24:51 PST 2012
It was incorrectly hardwired to 1.10, leading to contrdictory output.
---
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]"
--
1.7.7.3
More information about the Piglit
mailing list