mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
zink: unflag ctx->rp_changed after dynamic render update
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17640>
This commit is contained in:
parent
b31a8dfc85
commit
06b04a5c71
1 changed files with 1 additions and 0 deletions
|
|
@ -2262,6 +2262,7 @@ begin_rendering(struct zink_context *ctx)
|
|||
clear_buffers |= zink_fb_clear_element(fb_clear, j)->zs.bits;
|
||||
}
|
||||
}
|
||||
ctx->rp_changed = false;
|
||||
}
|
||||
/* validate zs VUs: attachment must be null or format must be valid */
|
||||
assert(!ctx->dynamic_fb.info.pDepthAttachment || ctx->gfx_pipeline_state.rendering_info.depthAttachmentFormat);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue