mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-09 05:10:32 +01:00
ac/nir: fix export_ps_outputs not preserving divergence metadata
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34492>
This commit is contained in:
parent
7eb7a4d278
commit
6e4154b7ef
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ export_ps_outputs(nir_builder *b, lower_ps_state *s)
|
|||
emit_ps_null_export(b, s);
|
||||
}
|
||||
|
||||
return true;
|
||||
return nir_progress(true, b->impl, nir_metadata_control_flow);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue