Re: [Mesa-dev] [PATCH 2/3] glsl: rework parsing of blocks

2016-02-22 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez On Sun, 2016-02-14 at 20:28 +1100, Timothy Arceri wrote: > Previously interface blocks were giving the global default flags of > uniform blocks. This meant we could not check for invalid qualifiers > on interface blocks because they always contained invalid

[Mesa-dev] [PATCH 2/3] glsl: rework parsing of blocks

2016-02-14 Thread Timothy Arceri
Previously interface blocks were giving the global default flags of uniform blocks. This meant we could not check for invalid qualifiers on interface blocks because they always contained invalid flags. This changes parsing so that interface blocks now get an empty set of layouts. --- src/compiler