diff --git a/.pick_status.json b/.pick_status.json index 5184c82dafd..d3b92787beb 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -283,7 +283,7 @@ "description": "intel/nir: Set lower txs with non-zero LOD", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": null }, diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c index 2f0cc634b92..c48350e5a11 100644 --- a/src/intel/compiler/brw_nir.c +++ b/src/intel/compiler/brw_nir.c @@ -827,6 +827,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);