Re: [Mesa-dev] [PATCH] glsl: Disallow auxiliary storage qualifiers on FS outputs.

2013-07-26 Thread Matt Turner
On Fri, Jul 26, 2013 at 9:25 PM, Kenneth Graunke wrote: > This has always been an error; we just forgot to check for it. > > Fixes Piglit's no-aux-qual-on-fs-output.frag. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67333 > Signed-off-by: Kenneth Graunke > --- > src/glsl/ast_to_hir

[Mesa-dev] [PATCH] glsl: Disallow auxiliary storage qualifiers on FS outputs.

2013-07-26 Thread Kenneth Graunke
This has always been an error; we just forgot to check for it. Fixes Piglit's no-aux-qual-on-fs-output.frag. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67333 Signed-off-by: Kenneth Graunke --- src/glsl/ast_to_hir.cpp | 14 ++ 1 file changed, 14 insertions(+) diff --git