mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-17 10:20:33 +01:00
intel/compiler: remove second shading rate lowering for mesh
It's already called in brw_postprocess_nir and calling it the second time actually breaks shading rate. Initially, when I added this call here in9acb30c8c4, I was testing it on an internal tree, which didn't have brw_nir_lower_shading_rate_output call in brw_postprocess_nir. Fixes:9acb30c8c4("intel/compiler: implement primitive shading rate for mesh") Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18702> (cherry picked from commitcfd1e5a91e)
This commit is contained in:
parent
26c82a7e7e
commit
c0c5ced0d5
2 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue