diff --git a/.pick_status.json b/.pick_status.json index 4c8730fe9f2..d404fc70535 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -3442,7 +3442,7 @@ "description": "intel/compiler: remove second shading rate lowering for mesh", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "9acb30c8c40a86e6f92810e1d149fbf2faeb655b" }, diff --git a/src/intel/compiler/brw_mesh.cpp b/src/intel/compiler/brw_mesh.cpp index 3c2c63fe51b..61ac55ab362 100644 --- a/src/intel/compiler/brw_mesh.cpp +++ b/src/intel/compiler/brw_mesh.cpp @@ -530,8 +530,6 @@ brw_nir_lower_mue_outputs(nir_shader *nir, const struct brw_mue_map *map) NIR_PASS(_, nir, nir_lower_io, nir_var_shader_out, type_size_scalar_dwords, nir_lower_io_lower_64bit_to_32); - - NIR_PASS(_, nir, brw_nir_lower_shading_rate_output); } static void