mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 12:48:30 +02:00
agx/lower_zs_emit: Fix progress returning
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22891>
This commit is contained in:
parent
c8e331bf72
commit
21d7049925
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ lower_discard_to_z(nir_builder *b, nir_instr *instr, UNUSED void *data)
|
|||
nir_push_else(b, NULL);
|
||||
|
||||
nir_instr_remove(instr);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue