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:
committed by
Marge Bot
parent
426d55ffad
commit
78610de496
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user