Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • wayland wayland
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 149
    • Issues 149
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 58
    • Merge requests 58
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waylandwayland
  • waylandwayland
  • Merge requests
  • !137

protocol: introduce wl_surface.get_release

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Simon Ser requested to merge emersion/wayland:buffer-release into main May 12, 2021
  • Overview 27
  • Commits 1
  • Pipelines 13
  • Changes 1

This new request allows clients to get per-surface-commit buffer release events. It supersedes wl_buffer.release.

This functionality is also available via the linux-explicit-synchronization protocol, but requires the compositor to also support Linux synchronization fences. Adding this new request to the core protocol allows any compositor to implement the functionality.

Signed-off-by: Simon Ser contact@emersion.fr Closes: #203

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: buffer-release