Re: [Mesa-dev] [PATCH 10/31] nir/prog: Use nir_bany in kill handling

2018-10-22 Thread Eric Anholt
Jason Ekstrand writes: > We have a helper that does exactly what the bany_inequal was doing. It > emits the same code but is a bit higher level and is designed to operate > on a bvec4. Patch 6, 8-10 also r-b. I couldn't make sense of patch 7's optimization pass beforehand, so I failed to

[Mesa-dev] [PATCH 10/31] nir/prog: Use nir_bany in kill handling

2018-10-22 Thread Jason Ekstrand
We have a helper that does exactly what the bany_inequal was doing. It emits the same code but is a bit higher level and is designed to operate on a bvec4. --- src/mesa/program/prog_to_nir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/program/prog_to_nir.c