mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
asahi: Use the batch for submission
So we can submit background batches. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19865>
This commit is contained in:
parent
0d3b4ff2aa
commit
de1eb9400f
1 changed files with 1 additions and 1 deletions
|
|
@ -823,7 +823,7 @@ agx_flush_batch(struct agx_context *ctx, struct agx_batch *batch)
|
|||
unsigned cmdbuf_size = demo_cmdbuf(dev->cmdbuf.ptr.cpu,
|
||||
dev->cmdbuf.size,
|
||||
&batch->pool,
|
||||
&ctx->framebuffer,
|
||||
&batch->key,
|
||||
batch->encoder->ptr.gpu,
|
||||
encoder_id,
|
||||
batch->scissor.bo->ptr.gpu,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue