mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
asahi: Save zsbuf ptr
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11718>
This commit is contained in:
parent
426d55ffad
commit
78610de496
1 changed files with 1 additions and 0 deletions
|
|
@ -630,6 +630,7 @@ agx_set_framebuffer_state(struct pipe_context *pctx,
|
|||
ctx->batch->height = state->height;
|
||||
ctx->batch->nr_cbufs = state->nr_cbufs;
|
||||
ctx->batch->cbufs[0] = state->cbufs[0];
|
||||
ctx->batch->zsbuf = state->zsbuf;
|
||||
ctx->dirty = ~0;
|
||||
|
||||
for (unsigned i = 0; i < state->nr_cbufs; ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue