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:
Alyssa Rosenzweig
2023-04-08 17:25:12 -04:00
parent c8e331bf72
commit 21d7049925
+1 -1
View File
@@ -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