Re: [Mesa-dev] [PATCH 02/28] glsl: move lowering after matching validation

2016-01-05 Thread Anuj Phogat
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(-) >

[Mesa-dev] [PATCH 02/28] glsl: move lowering after matching validation

2015-12-28 Thread Timothy Arceri
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