Re: [Mesa-dev] [PATCH] glsl: reject invalid input layout qualifiers

2016-02-13 Thread Timothy Arceri
On Sat, 2016-02-13 at 16:47 +1100, Timothy Arceri wrote: > Global in validation is already handled, this will do the validation > for variables, blocks and block members. > > This fixes some CTS tests for the new enhanced layouts transform > feedback qualifiers. > --- Please ignore this I shouldn

[Mesa-dev] [PATCH] glsl: reject invalid input layout qualifiers

2016-02-12 Thread Timothy Arceri
Global in validation is already handled, this will do the validation for variables, blocks and block members. This fixes some CTS tests for the new enhanced layouts transform feedback qualifiers. --- Applies on top of my component qualifier series: https://patchwork.freedesktop.org/series/2101/