[Mesa-dev] [PATCH 1/8] mesa: Add infrastructure for GL_ARB_sample_shading

Matt Turner mattst88 at gmail.com
Mon Oct 14 19:58:36 CEST 2013


On Mon, Oct 14, 2013 at 10:12 AM, Anuj Phogat <anuj.phogat at gmail.com> wrote:
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
> index 2507fdf..9e908c0 100644
> --- a/src/mesa/main/extensions.c
> +++ b/src/mesa/main/extensions.c
> @@ -200,6 +200,7 @@ static const struct extension extension_table[] = {
>     { "GL_EXT_polygon_offset",                      o(dummy_true),                              GLL,            1995 },
>     { "GL_EXT_provoking_vertex",                    o(EXT_provoking_vertex),                    GL,             2009 },
>     { "GL_EXT_rescale_normal",                      o(dummy_true),                              GLL,            1997 },
> +   { "GL_ARB_sample_shading",                      o(ARB_sample_shading),                      GL,             2009 },

This should go in the ARB extension list above rather than with the
EXT extensions.


More information about the mesa-dev mailing list