Re: [Mesa-dev] [PATCH 2/3] glcpp: Disallow undefining GL_* builtin macros.

2014-12-04 Thread Chris Forbes
Ugh, yes, I'll fix that and land it at the same time. Thanks :) On Fri, Dec 5, 2014 at 11:12 AM, Ian Romanick wrote: > On 11/29/2014 12:54 PM, Chris Forbes wrote: >> Fixes the piglit test: spec/glsl-es-3.00/compiler/undef-GL_ES.vert >> >> Signed-off-by: Chris Forbes >> --- >> src/glsl/glcpp/gl

Re: [Mesa-dev] [PATCH 2/3] glcpp: Disallow undefining GL_* builtin macros.

2014-12-04 Thread Ian Romanick
On 11/29/2014 12:54 PM, Chris Forbes wrote: > Fixes the piglit test: spec/glsl-es-3.00/compiler/undef-GL_ES.vert > > Signed-off-by: Chris Forbes > --- > src/glsl/glcpp/glcpp-parse.y | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/glsl/glcpp/glcpp-parse.y b/src/gls

Re: [Mesa-dev] [PATCH 2/3] glcpp: Disallow undefining GL_* builtin macros.

2014-12-04 Thread Anuj Phogat
On Sun, Nov 30, 2014 at 2:24 AM, Chris Forbes wrote: > Fixes the piglit test: spec/glsl-es-3.00/compiler/undef-GL_ES.vert > > Signed-off-by: Chris Forbes > --- > src/glsl/glcpp/glcpp-parse.y | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/glsl/glcpp/glcpp-parse.y b

[Mesa-dev] [PATCH 2/3] glcpp: Disallow undefining GL_* builtin macros.

2014-11-29 Thread Chris Forbes
Fixes the piglit test: spec/glsl-es-3.00/compiler/undef-GL_ES.vert Signed-off-by: Chris Forbes --- src/glsl/glcpp/glcpp-parse.y | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/glsl/glcpp/glcpp-parse.y b/src/glsl/glcpp/glcpp-parse.y index e0ec3b6..bd34faf 100644 --- a/sr