[Mesa-dev] [PATCH 8/8] Enable EXT_blend_func_extended if the driver supports the ARB version

Ilia Mirkin imirkin at alum.mit.edu
Thu Nov 5 09:34:19 PST 2015


Add a note to release notes as well? Please fix up the subjects
throughout the series to conform to other patches going to those
areas. Generally glsl: or mesa: or glapi: depending on the area (for
the bits you're touching).

On Thu, Nov 5, 2015 at 12:16 PM, Ryan Houdek <sonicadvance1 at gmail.com> wrote:
> ---
>  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
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list