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

2016-02-22 Thread Timothy Arceri
On Mon, 2016-02-22 at 14:25 +0100, Samuel Iglesias Gonsálvez wrote: > On Sun, 2016-02-14 at 20:28 +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 enh

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

2016-02-22 Thread Samuel Iglesias Gonsálvez
On Sun, 2016-02-14 at 20:28 +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. > > V2: add some more valid input

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

2016-02-14 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. V2: add some more valid input flags --- src/compiler/glsl/ast_type.cpp | 30