Re: [Mesa-dev] [PATCH 1/5] glsl: add missing explicit_stream flag to has_layout()

2016-01-14 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez On Fri, 2016-01-15 at 13:45 +1100, Timothy Arceri wrote: > This will allow the ARB_shading_language_420pack rules in > glsl_parser.yy for catching duplicate layout qualifiers to be > triggered for the stream identifier rather than relying on the > code meant

[Mesa-dev] [PATCH 1/5] glsl: add missing explicit_stream flag to has_layout()

2016-01-14 Thread Timothy Arceri
This will allow the ARB_shading_language_420pack rules in glsl_parser.yy for catching duplicate layout qualifiers to be triggered for the stream identifier rather than relying on the code meant to catch duplicates within a single layout(...) Cc: Samuel Iglesias Gonsálvez --- src/glsl/ast_type.cp