Re: [Mesa-dev] [PATCH] glsl: fix bogus layout qualifier warnings

2014-05-05 Thread Anuj Phogat
On Sun, May 4, 2014 at 10:09 PM, Tapani Pälli wrote: > Print out GL_ARB_explicit_attrib_location warnings only > when parsing attribute that uses "location" qualifier. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77245 > > Signed-off-by: Tapani Pälli May be tag for the stable branch

[Mesa-dev] [PATCH] glsl: fix bogus layout qualifier warnings

2014-05-04 Thread Tapani Pälli
Print out GL_ARB_explicit_attrib_location warnings only when parsing attribute that uses "location" qualifier. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77245 Signed-off-by: Tapani Pälli --- src/glsl/glsl_parser.yy | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-)