[Piglit] [PATCH 2/2] Fix the fs GLSL >= version output by variable-index-write.sh.

Ian Romanick idr at freedesktop.org
Tue Dec 4 19:03:37 PST 2012


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 <ian.d.romanick at intel.com>

> ---
>   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]"
>



More information about the Piglit mailing list