mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
scene: add explicit synchronization for rendered buffers
This commit is contained in:
parent
9e9636f675
commit
5f88635118
2 changed files with 20 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue