[Mesa-dev] [PATCH 05/59] i965: use pack/unpackDouble lowering
Samuel Iglesias Gonsálvez
siglesias at igalia.com
Fri Apr 29 11:29:02 UTC 2016
From: Connor Abbott <connor.w.abbott at intel.com>
---
src/mesa/drivers/dri/i965/brw_nir.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/drivers/dri/i965/brw_nir.c b/src/mesa/drivers/dri/i965/brw_nir.c
index 4830774..9414fa6 100644
--- a/src/mesa/drivers/dri/i965/brw_nir.c
+++ b/src/mesa/drivers/dri/i965/brw_nir.c
@@ -419,6 +419,7 @@ nir_optimize(nir_shader *nir, bool is_scalar)
nir_lower_dfract |
nir_lower_dround_even |
nir_lower_dmod);
+ OPT_V(nir_lower_double_pack);
} while (progress);
return nir;
--
2.5.0
More information about the mesa-dev
mailing list