Re: [Mesa-dev] [PATCH v3 06/14] glsl: move stream layout qualifier validation

2015-11-17 Thread Emil Velikov
On 14 November 2015 at 13:42, Timothy Arceri wrote: > From: Timothy Arceri > > We are moving this out of the parser in preparation for compile > time constant support. > > The reason a validation function is used rather than an apply > function like what is used with bindings is because glsl allo

[Mesa-dev] [PATCH v3 06/14] glsl: move stream layout qualifier validation

2015-11-14 Thread Timothy Arceri
From: Timothy Arceri We are moving this out of the parser in preparation for compile time constant support. The reason a validation function is used rather than an apply function like what is used with bindings is because glsl allows streams to be defined on members of blocks even though they mu