Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W weston
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 318
    • Issues 318
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 116
    • Merge requests 116
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wayland
  • weston
  • Merge requests
  • !348

gl-renderer: Add querying DRM devices using EGL devices

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Scott Anderson requested to merge ascent/weston:egl-device into master Dec 20, 2019
  • Overview 20
  • Commits 7
  • Pipelines 1
  • Changes 4

This will be needed for dmabuf-hints support (wayland-protocols!8 (merged)) for telling the client which device we're using for compositing, without relying on wl_drm. Using EGL devices mean that this will work across all backends. Right now, it doesn't do a whole lot except print some new log messages, but this lot of work still makes sense without the rest of dmabuf-hints being implemented.

This also includes some refactoring of EGL display creation and EGL client extension handling, to provide a better place to put using the EGL device extensions.

See also: https://www.khronos.org/registry/EGL/extensions/EXT/EGL_EXT_device_query.txt https://www.khronos.org/registry/EGL/extensions/EXT/EGL_EXT_device_drm.txt

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: egl-device