mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 18:10:23 +01:00
i965: Internally enable GL_NV_blend_square on ES2.
Hopefully should fix bug #32520.
(cherry picked from commit 6bb1e4541e)
This commit is contained in:
parent
8cfce0c643
commit
b71bff0100
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue