Bug 254587 - [GTK] Add support for swrast without using wpe renderer
Summary: [GTK] Add support for swrast without using wpe renderer
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-03-28 07:33 PDT by Carlos Garcia Campos
Modified: 2023-04-12 01:41 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-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.