Skip to content

Add support for explicit synchronization, take 3

Simon Ser requested to merge emersion/wlroots:explicit-sync-ng into master

The protocol lives in !4262 (merged), and this MR contains the wlroots renderer/backend changes.

  • Consider dropping the example
  • Consider including the acquire timeline in wlr_buffer?
  • Instead of passing timelines to wait on when rendering a texture, add a new render pass function to wait for a timeline? (Or pass a list of timelines to wait on) (!4260 (comment 2394975))
Edited by Simon Ser

Merge request reports