i965: Internally enable GL_NV_blend_square on ES2.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 27 Dec 2010 23:44:52 +0000 (15:44 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 27 Dec 2010 23:44:52 +0000 (15:44 -0800)
Hopefully should fix bug #32520.

src/mesa/drivers/dri/intel/intel_extensions_es2.c

index 71c8633..a58e62c 100644 (file)
@@ -62,6 +62,7 @@ static const char *es2_extensions[] = {
    "GL_EXT_blend_minmax",
    "GL_EXT_blend_subtract",
    "GL_EXT_stencil_wrap",
+   "GL_NV_blend_square",
 
    /* Optional GLES2 */
    "GL_ARB_framebuffer_object",