summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorConnor Abbott <[email protected]>2015-08-07 08:45:49 -0700
committerSamuel Iglesias Gonsálvez <[email protected]>2016-05-10 11:25:01 +0200
commit30424fd25a2f6554c35272d8edeacab0299ad8cc (patch)
tree106060061d220b85c265f3fdb808783148489f1d /src
parentbea2f8beb53450bd07e5a33d48f00a9e9520645d (diff)
i965: use pack/unpackDouble lowering
Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_nir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_nir.c b/src/mesa/drivers/dri/i965/brw_nir.c
index 4830774ebbb..9414fa6561e 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;