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