Skip to content

Use DRI image driver/loader extensions in Wayland/DRM EGL

Daniel Stone requested to merge daniels/mesa:egl-wayland-drm-dri-extensions into main

What does this MR do and why?

Not much exciting here - just some cleanups through the Wayland and DRM/GBM EGL backends to take advantage of being version-locked to the rest of Mesa. This means that we can now use the DRI2 image driver/loader extensions consistently, rather than relying on the old DRI2 DRI extension. Hopefully this helps future people when they no longer have to wonder what getBuffers is and why it exists.


cc @ajax

Merge request reports