aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_compiler.c
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2018-02-28 13:25:21 -0800
committerMatt Turner <[email protected]>2018-02-28 13:25:21 -0800
commitdebaa822ef12bc9006dcf95ab76ac8e3432bd9a7 (patch)
treec7fe8e44f8fd319a14eeb2467eaf1fc22fd41d04 /src/intel/compiler/brw_compiler.c
parent7cb9353de38461c6492712b7b43ee69c57921705 (diff)
intel/compiler: Re-add .vs_inputs_dual_locations = true
Looks like a rebase mistake. Fixes: 89fe5190a256 ("intel/compiler: Lower flrp32 on Gen11+")
Diffstat (limited to 'src/intel/compiler/brw_compiler.c')
-rw-r--r--src/intel/compiler/brw_compiler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_compiler.c b/src/intel/compiler/brw_compiler.c
index 34be3b705fe..93403174922 100644
--- a/src/intel/compiler/brw_compiler.c
+++ b/src/intel/compiler/brw_compiler.c
@@ -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 = {