iris: Wrap iris_fix_edge_flags in NIR_PASS
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Nov 2019 18:22:17 +0000 (10:22 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Nov 2019 22:50:11 +0000 (14:50 -0800)
commit4242c572275138ec832c6a450cbf8891268e15b8
treec10aedbe984cbfc5c43a4f2b1a4df2c7440c2ccc
parent39c23fd1bbdac2015cb3a15f3baab9ea95b94031
iris: Wrap iris_fix_edge_flags in NIR_PASS

So nir_validate happens properly.  Unfortunately this means we have
to play the metadata song and dance, so walk over all impls and say
that we didn't hurt anything.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/gallium/drivers/iris/iris_program.c