On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri
wrote:
> After lowering the matching flag is_unmatched_generic_inout is lost so
> we need to move this validation before lowering.
> ---
> src/glsl/link_varyings.cpp | 22 +++---
> 1 file changed, 11 insertions(+), 11 deletions(-)
>
After lowering the matching flag is_unmatched_generic_inout is lost so
we need to move this validation before lowering.
---
src/glsl/link_varyings.cpp | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/glsl/link_varyings.cpp b/src/glsl/link_varyings.cp