mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 07:10:27 +01:00
turnip: add cmdbuf->bo_list to bo_list in queue submit
This commit is contained in:
parent
6c4df43db5
commit
ef49b07b83
1 changed files with 2 additions and 0 deletions
|
|
@ -1186,6 +1186,8 @@ tu_QueueSubmit(VkQueue _queue,
|
|||
cmds[entry_idx].nr_relocs = 0;
|
||||
cmds[entry_idx].relocs = 0;
|
||||
}
|
||||
|
||||
tu_bo_list_merge(&bo_list, &cmdbuf->bo_list);
|
||||
}
|
||||
|
||||
uint32_t flags = MSM_PIPE_3D0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue