[Piglit] [PATCH] arb_explicit_attrib_location: Remove unnecessary dependence on GL_ARB_blend_func_extended

Brian Paul brianp at vmware.com
Wed Aug 20 05:53:53 PDT 2014


On 08/19/2014 08:04 PM, Matt Turner wrote:
> ---
>   tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-12.frag | 2 +-
>   tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-13.frag | 2 +-
>   tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-14.frag | 2 +-
>   tests/spec/arb_explicit_attrib_location/1.20/compiler/index-01.frag  | 2 +-
>   tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-12.frag | 2 +-
>   tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-13.frag | 2 +-
>   tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-14.frag | 2 +-
>   7 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-12.frag b/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-12.frag
> index 979e321..6fb3b68 100644
> --- a/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-12.frag
> +++ b/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-12.frag
> @@ -1,7 +1,7 @@
>   // [config]
>   // expect_result: fail
>   // glsl_version: 1.10
> -// require_extensions: GL_ARB_explicit_attrib_location GL_ARB_blend_func_extended
> +// require_extensions: GL_ARB_explicit_attrib_location
>   // [end config]
>   //
>   // While the GL_ARB_explicit_attrib_location specification does not say
> diff --git a/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-13.frag b/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-13.frag
> index 21853b9..413778a 100644
> --- a/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-13.frag
> +++ b/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-13.frag
> @@ -1,7 +1,7 @@
>   // [config]
>   // expect_result: pass
>   // glsl_version: 1.10
> -// require_extensions: GL_ARB_explicit_attrib_location GL_ARB_blend_func_extended
> +// require_extensions: GL_ARB_explicit_attrib_location
>   // [end config]
>   //
>   // Even though the specified locations overlap, the spec says that a *link*
> diff --git a/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-14.frag b/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-14.frag
> index 55d0565..e1e87cd 100644
> --- a/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-14.frag
> +++ b/tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-14.frag
> @@ -1,7 +1,7 @@
>   // [config]
>   // expect_result: fail
>   // glsl_version: 1.10
> -// require_extensions: GL_ARB_explicit_attrib_location GL_ARB_blend_func_extended
> +// require_extensions: GL_ARB_explicit_attrib_location
>   // [end config]
>   //
>   // While the GL_ARB_explicit_attrib_location specification does not say
> diff --git a/tests/spec/arb_explicit_attrib_location/1.20/compiler/index-01.frag b/tests/spec/arb_explicit_attrib_location/1.20/compiler/index-01.frag
> index 205ac40..8a0c91f 100644
> --- a/tests/spec/arb_explicit_attrib_location/1.20/compiler/index-01.frag
> +++ b/tests/spec/arb_explicit_attrib_location/1.20/compiler/index-01.frag
> @@ -1,7 +1,7 @@
>   // [config]
>   // expect_result: fail
>   // glsl_version: 1.20
> -// require_extensions: GL_ARB_explicit_attrib_location GL_ARB_blend_func_extended
> +// require_extensions: GL_ARB_explicit_attrib_location
>   // [end config]
>   //
>   // test that layout with just an index specified is rejected
> diff --git a/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-12.frag b/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-12.frag
> index e7dab5d..2b701a0 100644
> --- a/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-12.frag
> +++ b/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-12.frag
> @@ -1,7 +1,7 @@
>   // [config]
>   // expect_result: fail
>   // glsl_version: 1.20
> -// require_extensions: GL_ARB_explicit_attrib_location GL_ARB_blend_func_extended
> +// require_extensions: GL_ARB_explicit_attrib_location
>   // [end config]
>   //
>   // While the GL_ARB_explicit_attrib_location specification does not say
> diff --git a/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-13.frag b/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-13.frag
> index a57a108..c6e6d04 100644
> --- a/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-13.frag
> +++ b/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-13.frag
> @@ -1,7 +1,7 @@
>   // [config]
>   // expect_result: pass
>   // glsl_version: 1.20
> -// require_extensions: GL_ARB_explicit_attrib_location GL_ARB_blend_func_extended
> +// require_extensions: GL_ARB_explicit_attrib_location
>   // [end config]
>   //
>   // Even though the specified locations overlap, the spec says that a *link*
> diff --git a/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-14.frag b/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-14.frag
> index 045fb8e..090e5ad 100644
> --- a/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-14.frag
> +++ b/tests/spec/arb_explicit_attrib_location/1.20/compiler/layout-14.frag
> @@ -1,7 +1,7 @@
>   // [config]
>   // expect_result: fail
>   // glsl_version: 1.20
> -// require_extensions: GL_ARB_explicit_attrib_location GL_ARB_blend_func_extended
> +// require_extensions: GL_ARB_explicit_attrib_location
>   // [end config]
>   //
>   // While the GL_ARB_explicit_attrib_location specification does not say
>

Reviewed-by: Brian Paul <brianp at vmware.com>




More information about the Piglit mailing list