i965: Internally enable GL_NV_blend_square on ES2.

Hopefully should fix bug #32520.
(cherry picked from commit 6bb1e4541e)
This commit is contained in:
Kenneth Graunke 2010-12-27 15:44:52 -08:00 committed by Ian Romanick
parent 8cfce0c643
commit b71bff0100

View 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",