[Piglit] [PATCH] arb_internalformat_query2: correct tessellation typo

Alejandro Piñeiro apinheiro at igalia.com
Tue Dec 19 07:52:03 UTC 2017


Reviewed-by: Alejandro Piñeiro <apinheiro at igalia.com>

PS: in fact I have that fix as part of one of my patches, but I have
pending to answer one Ilia question (need some investigation). In any
case, I think that we can fix the typo now. Thanks!
On 18/12/17 17:46, Andres Gomez wrote:
> Cc: Alejandro Piñeiro <apinheiro at igalia.com>
> Signed-off-by: Andres Gomez <agomez at igalia.com>
> ---
>  tests/spec/arb_internalformat_query2/common.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/spec/arb_internalformat_query2/common.c b/tests/spec/arb_internalformat_query2/common.c
> index a5686c0a5..9fa5fa9d1 100644
> --- a/tests/spec/arb_internalformat_query2/common.c
> +++ b/tests/spec/arb_internalformat_query2/common.c
> @@ -612,7 +612,7 @@ check_query2_pname_dependencies(const GLenum pname)
>  
>          case GL_TESS_CONTROL_TEXTURE:
>          case GL_TESS_EVALUATION_TEXTURE:
> -                if (!piglit_is_extension_supported("GL_ARB_tesselation_shader"))
> +                if (!piglit_is_extension_supported("GL_ARB_tessellation_shader"))
>                          return false;
>                  break;
>  



More information about the Piglit mailing list