On Mon, Oct 14, 2013 at 10:12 AM, Anuj Phogat <anuj.pho...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to