Skip to content

backend/x11: use DRI3Open to get DRM FD

Simon Ser requested to merge github/fork/emersion/x11-dri3-open into master

Instead of relying on EGL to retrieve the DRM FD, query it from the DRI3 extension.

Use the EGL GBM platform, and drop the EGL config.

Depends on https://github.com/swaywm/wlroots/pull/2495

Merge request reports