Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • wlroots wlroots
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 333
    • Issues 333
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 150
    • Merge requests 150
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wlrootswlroots
  • wlrootswlroots
  • Merge requests
  • !4010

Revert "render/egl: skip incompatible EGL devices"

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Simon Zeni requested to merge bl4ckb0ne/wlroots:fix-egl-regression into master Feb 18, 2023
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

Reverts commit c73e2062.

This caused a regression in the GLES2 renderer because egl->exts.EXT_device_drm is set in egl_init_display(), which is invoked after get_egl_device_from_drm_fd(). So the function will always return EGL_NO_DEVICE_EXT.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-egl-regression