Re: [Mesa-dev] [PATCH] glsl: fix stream qualifier for blocks with an instance name

2015-10-19 Thread Samuel Iglesias Gonsálvez
Assuming no piglit regressions, Reviewed-by: Samuel Iglesias Gonsálvez Thanks! Sam On 17/10/15 11:51, Timothy Arceri wrote: > This also removes the validation from the parser as it is not required > and once arb_enhanced_layouts comes along we wont be able to do validation > on the stream qual

[Mesa-dev] [PATCH] glsl: fix stream qualifier for blocks with an instance name

2015-10-17 Thread Timothy Arceri
This also removes the validation from the parser as it is not required and once arb_enhanced_layouts comes along we wont be able to do validation on the stream qualifier in the parser anyway as it adds constant expression support to the stream qualifier. Cc: Samuel Iglesias Gonsalvez Cc: 11.0 --