glsl/ast: for geom shaders allow stream flags in input flags.
authorDave Airlie <airlied@redhat.com>
Tue, 17 May 2016 03:47:59 +0000 (13:47 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 23 May 2016 06:19:57 +0000 (16:19 +1000)
commit3b8b6be7bb35291827b758038e4c99b25aced30c
tree89117de646c691335fb4a7cafab067772b39acd5
parent93b3b6af3cafa7d17c2253a91168955fd53dafe4
glsl/ast: for geom shaders allow stream flags in input flags.

This fixes:
GL45-CTS.shader_subroutine.subroutines_with_separate_shader_objects

Since we set the stream flags earlier on all geom shaders, we
shouldn't fall over later if we find one.

Reviewed-by: Chris Forbes <chrisforbes@google.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/compiler/glsl/ast_type.cpp