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 chr...@ijw.co.nz wrote: Fixes the piglit test: spec/glsl-es-3.00/compiler/undef-GL_ES.vert Signed-off-by: Chris Forbes chr...@ijw.co.nz --- src/glsl/glcpp/glcpp-parse.y | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

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 chr...@ijw.co.nz --- src/glsl/glcpp/glcpp-parse.y | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/glsl/glcpp/glcpp-parse.y

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 i...@freedesktop.org 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

[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 chr...@ijw.co.nz --- 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