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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user