[Piglit] [PATCH 1/4] glsl-1.40: New test that ftransform() is gone.

Kenneth Graunke kenneth at whitecape.org
Thu Mar 15 14:49:29 PDT 2012


On 03/15/2012 02:07 PM, Eric Anholt wrote:
> ---
>   tests/spec/glsl-1.40/compiler/ftransform.vert |   10 ++++++++++
>   1 files changed, 10 insertions(+), 0 deletions(-)
>   create mode 100644 tests/spec/glsl-1.40/compiler/ftransform.vert
>
> diff --git a/tests/spec/glsl-1.40/compiler/ftransform.vert b/tests/spec/glsl-1.40/compiler/ftransform.vert
> new file mode 100644
> index 0000000..820169f
> --- /dev/null
> +++ b/tests/spec/glsl-1.40/compiler/ftransform.vert
> @@ -0,0 +1,10 @@
> +// [config]
> +// expect_result: fail
> +// glsl_version: 1.40
> +// [end config]
> +#version 140
> +
> +void main()
> +{
> +	ftransform();
> +}

Patches 1, 2, and 4 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>


More information about the Piglit mailing list