glsl: relax stage restrictions on layout defaults for outputs
authorTimothy Arceri <timothy.arceri@collabora.com>
Mon, 18 Jan 2016 09:46:29 +0000 (20:46 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Thu, 31 Mar 2016 01:50:04 +0000 (12:50 +1100)
commit7b407fececeb0e0bcc0e54929db3ef6809655632
treeb9abe34df55ca4e5b9d3c278db85053871b742f5
parentc9afd94af6fa129370eb001077724a77093ecd5a
glsl: relax stage restrictions on layout defaults for outputs

The new xfb_buffer and xfb_stride global qualifiers are allowed in
geom, tess and vertex stages.

Reviewed-by: Dave Airlie <airlied@redhat.com>
src/compiler/glsl/ast_type.cpp
src/compiler/glsl/glsl_parser_extras.cpp