[Mesa-dev] [PATCH 8/8] Enable EXT_blend_func_extended if the driver supports the ARB version
Ryan Houdek
sonicadvance1 at gmail.com
Thu Nov 5 09:16:57 PST 2015
---
src/mesa/main/extensions.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index bdc6817..f1692ba 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -221,6 +221,7 @@ static const struct extension extension_table[] = {
{ "GL_EXT_bgra", o(dummy_true), GLL, 1995 },
{ "GL_EXT_blend_color", o(EXT_blend_color), GLL, 1995 },
{ "GL_EXT_blend_equation_separate", o(EXT_blend_equation_separate), GL, 2003 },
+ { "GL_EXT_blend_func_extended", o(ARB_blend_func_extended), ES2, 2015 },
{ "GL_EXT_blend_func_separate", o(EXT_blend_func_separate), GLL, 1999 },
{ "GL_EXT_buffer_storage", o(ARB_buffer_storage), ES31, 2015 },
{ "GL_EXT_discard_framebuffer", o(dummy_true), ES1 | ES2, 2009 },
--
2.5.0
More information about the mesa-dev
mailing list