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

2013-10-14 Thread Matt Turner
On Mon, Oct 14, 2013 at 10:12 AM, Anuj Phogat 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[] =

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

2013-10-14 Thread Anuj Phogat
This patch implements the common support code required for the GL_ARB_sample_shading extension. Signed-off-by: Anuj Phogat --- src/glsl/glcpp/glcpp-parse.y| 3 +++ src/glsl/glsl_parser_extras.cpp | 1 + src/glsl/glsl_parser_extras.h | 2 ++ src/glsl/standalone_scaffolding.cpp |