mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
intel/compiler: Re-add .vs_inputs_dual_locations = true
Looks like a rebase mistake.
Fixes: 89fe5190a2 ("intel/compiler: Lower flrp32 on Gen11+")
This commit is contained in:
parent
7cb9353de3
commit
debaa822ef
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
|||
.lower_unpack_snorm_4x8 = true, \
|
||||
.lower_unpack_unorm_2x16 = true, \
|
||||
.lower_unpack_unorm_4x8 = true, \
|
||||
.vs_inputs_dual_locations = true, \
|
||||
.max_unroll_iterations = 32
|
||||
|
||||
static const struct nir_shader_compiler_options scalar_nir_options = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue