Bug 257372

Summary: [GTK] Do not make DMA-BUF renderer depend on GBM
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Carlos Garcia Campos <cgarcia>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Carlos Garcia Campos 2023-05-26 02:45:50 PDT
It's possible to use the DMA-BUF renderer without GBM if EGL_MESA_image_dma_buf_export is available in Surfaceless display. It's not the optimal solution, but it works as a fallback when GBM is not available.
Comment 1 Carlos Garcia Campos 2023-05-26 02:54:12 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14385
Comment 2 EWS 2023-06-15 00:54:22 PDT
Committed 265188@main (81c064ddb418): <https://commits.webkit.org/265188@main>

Reviewed commits have been landed. Closing PR #14385 and removing active labels.