mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-05 02:08:18 +02:00
asahi: drop silly else
default Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27616>
This commit is contained in:
parent
6ffbf77983
commit
ca58bc239a
1 changed files with 0 additions and 2 deletions
|
|
@ -3797,8 +3797,6 @@ agx_encode_state(struct agx_batch *batch, uint8_t *out, bool is_lines,
|
|||
agx_ppp_push(&ppp, FRAGMENT_OCCLUSION_QUERY, cfg) {
|
||||
if (ctx->active_queries && ctx->occlusion_query) {
|
||||
cfg.index = agx_get_oq_index(batch, ctx->occlusion_query);
|
||||
} else {
|
||||
cfg.index = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue