RESOLVED FIXED257475
[GTK] Use three buffers for DMA-BUF renderer
https://bugs.webkit.org/show_bug.cgi?id=257475
Summary [GTK] Use three buffers for DMA-BUF renderer
Carlos Garcia Campos
Reported 2023-05-30 03:10:47 PDT
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.
Attachments
Carlos Garcia Campos
Comment 1 2023-05-30 03:14:17 PDT
EWS
Comment 2 2023-06-15 04:01:59 PDT
Committed 265192@main (0e48ee99a1fc): <https://commits.webkit.org/265192@main> Reviewed commits have been landed. Closing PR #14474 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.