mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
Merge branch 'vk-shm-upload' into 'master'
Draft: render/vulkan: Delay shm texture updates till render See merge request wlroots/wlroots!4734
This commit is contained in:
commit
7283d62058
3 changed files with 51 additions and 15 deletions
|
|
@ -703,6 +703,8 @@ static void render_pass_add_texture(struct wlr_render_pass *wlr_pass,
|
|||
wl_list_insert(&renderer->foreign_textures, &texture->foreign_link);
|
||||
}
|
||||
|
||||
vulkan_texture_update(texture);
|
||||
|
||||
struct wlr_fbox src_box;
|
||||
wlr_render_texture_options_get_src_box(options, &src_box);
|
||||
struct wlr_box dst_box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue