Re: [Mesa-dev] [PATCH 4/8] glsl: simplified error checking for duplicated layout-qualifiers

2016-10-30 Thread Timothy Arceri
On Wed, 2016-10-26 at 18:30 +0300, Andres Gomez wrote: > Tthe GLSL parser has been simplified to check for the needed The > GL_ARB_shading_language_420pack extension just when merging the > qualifiers in the proper cases. > > Reviewed-by: Timothy Arceri > Signed-off-by: Andres Gomez > --- >  s

[Mesa-dev] [PATCH 4/8] glsl: simplified error checking for duplicated layout-qualifiers

2016-10-26 Thread Andres Gomez
Tthe GLSL parser has been simplified to check for the needed GL_ARB_shading_language_420pack extension just when merging the qualifiers in the proper cases. Reviewed-by: Timothy Arceri Signed-off-by: Andres Gomez --- src/compiler/glsl/ast_type.cpp | 6 ++ src/compiler/glsl/glsl_parser.yy