mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
nvir/nir/gm107: switch off lower_extract_word
We can use PRMT here. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5377>
This commit is contained in:
parent
57259fa802
commit
cacf296109
1 changed files with 1 additions and 1 deletions
|
|
@ -3407,7 +3407,7 @@ nvir_nir_shader_compiler_options(int chipset)
|
|||
.lower_unpack_snorm_4x8 = true,
|
||||
.lower_pack_split = false,
|
||||
.lower_extract_byte = (chipset < NVISA_GM107_CHIPSET),
|
||||
.lower_extract_word = true,
|
||||
.lower_extract_word = (chipset < NVISA_GM107_CHIPSET),
|
||||
.lower_all_io_to_temps = false,
|
||||
.lower_all_io_to_elements = false,
|
||||
.vertex_id_zero_based = false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue