mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
i965: use pack/unpackDouble lowering
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
bea2f8beb5
commit
30424fd25a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue