OSDN Git Service

glsl: move lowering after matching validation
authorTimothy Arceri <timothy.arceri@collabora.com>
Wed, 23 Dec 2015 03:11:04 +0000 (14:11 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Tue, 5 Jan 2016 23:52:54 +0000 (10:52 +1100)
commit21590a307cac5cf9fc963f0700131c2d8b0d9731
treef073e84159dd0ccf1fbe22c5221516c31197454a
parent0508d9504aa71cd5032ec27a8ab1127037f2df78
glsl: move lowering after matching validation

After lowering the matching flag is_unmatched_generic_inout is lost so
we need to move this validation before lowering.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
src/glsl/link_varyings.cpp