Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W wine
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • Alexandros Frantzis
  • wine
  • Merge requests
  • !35

Draft: dmabuf optimization

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Sergio Gómez Del Real requested to merge sergiogdr89/wine-wayland:dmabuf_optimization into wayland Sep 04, 2022
  • Overview 1
  • Commits 91
  • Changes 4

Until now, we are initializing and binding to a zwp_dmabuf* instance for each Wayland instance initialization. So for every per-process and per-thread instance that gets initialized. I've been working on reducing the amount of redundant information by deferring this init/binding to when threads enter a gl path that actually calls into dmabuf. I've been trying to think about code paths that might break the present proposal with the default feedback, and for when we introduce per-surface feedback. Please give a review to see if the proposal has merit. Tested with SuperTux Kart.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dmabuf_optimization