scene: add explicit synchronization for rendered buffers

This commit is contained in:
Simon Ser 2024-04-03 15:08:44 +02:00
parent 9e9636f675
commit 5f88635118
2 changed files with 20 additions and 1 deletions

View file

@ -227,6 +227,9 @@ struct wlr_scene_output {
struct wl_list damage_highlight_regions;
struct wl_array render_list;
struct wlr_drm_syncobj_timeline *in_timeline;
uint64_t in_point;
};
struct wlr_scene_timer {