Bug 257372 - [GTK] Do not make DMA-BUF renderer depend on GBM
Summary: [GTK] Do not make DMA-BUF renderer depend on GBM
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2023-05-26 02:45 PDT by Carlos Garcia Campos
Modified: 2023-06-15 00:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.