From debaa822ef12bc9006dcf95ab76ac8e3432bd9a7 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 28 Feb 2018 13:25:21 -0800 Subject: [PATCH] intel/compiler: Re-add .vs_inputs_dual_locations = true Looks like a rebase mistake. Fixes: 89fe5190a256 ("intel/compiler: Lower flrp32 on Gen11+") --- src/intel/compiler/brw_compiler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/compiler/brw_compiler.c b/src/intel/compiler/brw_compiler.c index 34be3b7..9340317 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 = { -- 2.7.4