Bug 254587

Summary: [GTK] Add support for swrast without using wpe renderer
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-03-28 07:33:32 PDT
In case of software rasterization we fallback to wpe renderer because image_dma_buf_import extension is not available. We could use the new DMABuf approach but using shareable bitmaps instead of DMABuf buffers.
Comment 1 Carlos Garcia Campos 2023-03-28 07:37:05 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12050
Comment 2 EWS 2023-04-12 01:41:19 PDT
Committed 262865@main (accb7777eb68): <https://commits.webkit.org/262865@main>

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