Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • xserver xserver
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 923
    • Issues 923
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 129
    • Merge requests 129
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorgxorg
  • xserverxserver
  • Merge requests
  • !235

Xvfb render node/glamor support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Emil Velikov requested to merge xexaxo/xserver:sent/xvfb-render-node into master Jul 19, 2019
  • Overview 57
  • Commits 12
  • Pipelines 10
  • Changes 9

This MR exactly what it says on the tin - adds glamor support for Xvfb.

In the process of doing so, it removes the xf86 specifics from glamor_egl (glamor_xv still needs work). Then using it for Xvfb, while making possible Xwayland to drop it's glamor_egl-like implementation. But that for another day.

Current MR works like a charm with glxinfo, glxgears, waffle and apitrace.

Some nitpicks for later series:

  • double-check the pixmap wrapping and fix any violations Revert the two NULL check patches and go to town.
  • split and cleanup glamor vs dri3 - i915 barfs a DRM_IOCTL_I915_GEM_CONTEXT_DESTROY failed: Bad file descriptor
  • make the node name configurable Env. variable is ugly, Xvfb has no config file support... cmdline argument?
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: sent/xvfb-render-node