mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
panvk/csf: use gfx_state_set_dirty instead of touching state directly
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32039>
This commit is contained in:
parent
90f6c64067
commit
ed5a6c1a45
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ prepare_sysvals(struct panvk_cmd_buffer *cmdbuf)
|
|||
|
||||
if (gfx_state_dirty(cmdbuf, RENDER_STATE)) {
|
||||
sysvals->fs.multisampled = fbinfo->nr_samples > 1;
|
||||
cmdbuf->state.gfx.push_uniforms = 0;
|
||||
gfx_state_set_dirty(cmdbuf, PUSH_UNIFORMS);
|
||||
}
|
||||
|
||||
if (dyn_gfx_state_dirty(cmdbuf, CB_BLEND_CONSTANTS)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue