[Webkit-unassigned] [Bug 252988] New: [GTK] Use DMABuf and WebKit IPC for rendering instead of wpe/x11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 06:15:50 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252988

            Bug ID: 252988
           Summary: [GTK] Use DMABuf and WebKit IPC for rendering instead
                    of wpe/x11
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org

Instead of the wpe rendered, which uses a nested wayland compositor, and x11, which uses a redirected xcomposito window, we can make the web process render always into a pbuffer using mesa surfaceless platform and export the rendered texture using DMAbuf to be consumed by the UI process. This way the rendering is independent from the platform (wayland/x11), in the UI process we just import the DMABuf into a texture that we pass to GTK for rendering into the web view widget. If any of the required extensions is not available we can fallback to current platform dependent approach.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230227/a90770e4/attachment.htm>


More information about the webkit-unassigned mailing list