mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 09:58:05 +02:00
llvmpipe: lower hadd/add_sat
Fixes some CL piglits. Acked-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
0a73eafdbe
commit
31e0e8a51b
1 changed files with 2 additions and 0 deletions
|
|
@ -599,6 +599,8 @@ static const struct nir_shader_compiler_options gallivm_nir_options = {
|
|||
.lower_sub = true,
|
||||
.lower_ffma = true,
|
||||
.lower_fmod = true,
|
||||
.lower_hadd = true,
|
||||
.lower_add_sat = true,
|
||||
.lower_pack_snorm_2x16 = true,
|
||||
.lower_pack_snorm_4x8 = true,
|
||||
.lower_pack_unorm_2x16 = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue