Reviewed-by: Alejandro Piñeiro <apinhe...@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 <apinhe...@igalia.com>
> Signed-off-by: Andres Gomez <ago...@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;
>  

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to