mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-10 18:20:27 +01:00
kk: Mark root buffer as not dirty after updating it
Reviewed-by: Arcady Goldmints-Orlov <arcady@lunarg.com> Signed-off-by: Aitor Camacho <aitor@lunarg.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38630>
This commit is contained in:
parent
b860ae309a
commit
7eae8bee52
1 changed files with 1 additions and 0 deletions
|
|
@ -401,6 +401,7 @@ kk_upload_descriptor_root(struct kk_cmd_buffer *cmd,
|
|||
|
||||
memcpy(bo->cpu, root, sizeof(*root));
|
||||
root->root_buffer = bo;
|
||||
desc->root_dirty = false;
|
||||
|
||||
return bo->gpu;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue