[Mesa-dev] [PATCH] glcpp: Don't define macros for extensions that aren't in ES
Matt Turner
mattst88 at gmail.com
Wed Nov 14 10:36:24 PST 2012
On Wed, Nov 14, 2012 at 10:34 AM, Matt Turner <mattst88 at gmail.com> wrote:
> - if (extensions->OES_EGL_image_external)
> - add_builtin_define(parser, "GL_OES_EGL_image_external", 1);
> + if (extensions->OES_EGL_image_external)
> + add_builtin_define(parser, "GL_OES_EGL_image_external", 1);
This one is exposed in ES1+2, but I missed it since it's not exposed
on i965. I'll fix that.
More information about the mesa-dev
mailing list