Anuj Phogat <anuj.pho...@gmail.com> writes:
> Following changes in above code will also fix the GL_ES macro case:
> -                   || strcmp("__VERSION__", $3) == 0)
> +                   || strcmp("__VERSION__", $3) == 0
> +                   || (parser->is_gles && strcmp("GL_ES", $3) == 0))

Great.

> Do you want me to send out an updated patch with changes suggested
> by me in above comment or I can just push it with your r-b?

You can push out the above code with my Reviewed-by. I don't think we've
got the sophistication in glccp/tests to do version-specific testing, so
I'll let this piece slide through without the additional testing there,
(and just trust piglit to catch this piece).

> Thanks Carl. I'll take care of it in future.

Thanks!

-Carl

-- 
carl.d.wo...@intel.com

Attachment: pgpFs5UmdkVKS.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to