diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c index bea4fa00f0c..77ab75dd7ef 100644 --- a/src/intel/compiler/brw_nir.c +++ b/src/intel/compiler/brw_nir.c @@ -828,6 +828,7 @@ brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir, .lower_txd_shadow_clamp = true, .lower_txd_offset_clamp = true, .lower_tg4_offsets = true, + .lower_txs_lod = true, /* Wa_14012320009 */ }; OPT(nir_lower_tex, &tex_options);