[Webkit-unassigned] [Bug 257475] New: [GTK] Use three buffers for DMA.BUF renderer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 30 03:10:47 PDT 2023


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

            Bug ID: 257475
           Summary: [GTK] Use three buffers for DMA.BUF renderer
           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

Two buffers is not enough, because we might be rendering in the UI process with the buffer that is being used by the web process. The first time we render a frame in the UI process we notify the web process that the buffer has been painted and web process does a swap and starts rendering the next frame. If there's a web view redraw before the next frame message is received in the UI process we would be using the current web process back buffer to repaint.

-- 
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/20230530/71dc7033/attachment-0001.htm>


More information about the webkit-unassigned mailing list