On May 29, 2013 1:23 PM, "Ian Romanick" <[email protected]> wrote:
>
> From: Ian Romanick <[email protected]>
>
> s/required_extensions/require_extensions/.  The tests are now correctly
> skipped on implementations that don't support GL_ARB_shader_texture_lod.

Wrong extension name. Otherwise

Reviewed-by: Matt Turner <[email protected]>

> Signed-off-by: Ian Romanick <[email protected]>
> ---
>  generated_tests/gen_texture_query_lod_tests.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/generated_tests/gen_texture_query_lod_tests.py
b/generated_tests/gen_texture_query_lod_tests.py
> index 3530e42..3e3de48 100755
> --- a/generated_tests/gen_texture_query_lod_tests.py
> +++ b/generated_tests/gen_texture_query_lod_tests.py
> @@ -84,7 +84,7 @@ template = Template(dedent("""\
>         % endif
>          * glsl_version: ${version}
>         % if extensions:
> -        * required_extensions: ${" ".join(extensions)}
> +        * require_extensions: ${" ".join(extensions)}
>         % endif
>          * [end config]
>          */
> --
> 1.8.1.4
>
> _______________________________________________
> Piglit mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/piglit
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to