glsl: Disallow auxiliary storage qualifiers on FS outputs.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 27 Jul 2013 04:18:56 +0000 (21:18 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 27 Jul 2013 17:31:40 +0000 (10:31 -0700)
commit17856726c94000bf16156f7f9acea77a271a6005
tree91f85a6168a692de3837f4bdd8c4f214ec4cc374
parentc178ec0d7e8cc7007cb34e4f56f14261a057c200
glsl: Disallow auxiliary storage qualifiers on FS outputs.

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 <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Cc: mesa-stable@lists.freedesktop.org
src/glsl/ast_to_hir.cpp