mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 23:00:11 +01:00
freedreno: Drop pointless clear of used providers.
We don't reuse batches, no need to do anything special here. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8789>
This commit is contained in:
parent
4338cafd7f
commit
3aeb029728
1 changed files with 0 additions and 1 deletions
|
|
@ -420,7 +420,6 @@ fd_hw_query_enable(struct fd_batch *batch, struct fd_ringbuffer *ring)
|
|||
ctx->hw_sample_providers[idx]->enable(ctx, ring);
|
||||
}
|
||||
}
|
||||
batch->query_providers_used = 0; /* clear it for next frame */
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue