intel/compiler: Re-add .vs_inputs_dual_locations = true
authorMatt Turner <mattst88@gmail.com>
Wed, 28 Feb 2018 21:25:21 +0000 (13:25 -0800)
committerMatt Turner <mattst88@gmail.com>
Wed, 28 Feb 2018 21:25:21 +0000 (13:25 -0800)
Looks like a rebase mistake.

Fixes: 89fe5190a256 ("intel/compiler: Lower flrp32 on Gen11+")
src/intel/compiler/brw_compiler.c

index 34be3b705fef04694ea1385cab6978c2225a00d9..93403174922852421f1b1b638d5f190af7aa21a8 100644 (file)
@@ -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 = {