radv: Clear dirty flag for clip rects state after emitting it.
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Tested-by: Marcus Seyfarth <m.seyfarth@gmail.com>
Fixes: 0ba3a8b3cc
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34686>
This commit is contained in:
Timur Kristóf 2025-04-23 23:00:56 +02:00 committed by Marge Bot
parent 3a05477ac6
commit 3ad385b9cc

View file

@ -11125,6 +11125,8 @@ radv_emit_clip_rects_state(struct radv_cmd_buffer *cmd_buffer)
radeon_set_context_reg(R_02820C_PA_SC_CLIPRECT_RULE, cliprect_rule);
radeon_end();
cmd_buffer->state.dirty &= ~RADV_CMD_DIRTY_CLIP_RECTS_STATE;
}
static void