[Mesa-dev] [PATCH 5/5] glsl: allow multiple layout qualifiers for a single declaration

2016-01-18 Thread Timothy Arceri
From the ARB_shading_language_420pack spec: "More than one layout qualifier may appear in a single declaration. If the same layout-qualifier-name occurs in multiple layout qualifiers for the same declaration, the last one overrides the former ones." The parser was already failing corr

[Mesa-dev] [PATCH 5/5] glsl: allow multiple layout qualifiers for a single declaration

2016-01-14 Thread Timothy Arceri
From the ARB_shading_language_420pack spec: "More than one layout qualifier may appear in a single declaration. If the same layout-qualifier-name occurs in multiple layout qualifiers for the same declaration, the last one overrides the former ones." The parser was already failing corr