RESOLVED FIXED 272663
[GTK][WPE] Sync WebGL content with fences when available
https://bugs.webkit.org/show_bug.cgi?id=272663
Summary [GTK][WPE] Sync WebGL content with fences when available
Miguel Gomez
Reported 2024-04-15 02:41:48 PDT
We need to ensure that the WebGL content rendered is finished when it's accessed from the compositor thread to perform the composition. In order to that, we need to add a fence when a new WebGL buffer is pushed, and wait for that fence before the buffer is painted.
Attachments
Miguel Gomez
Comment 1 2024-04-15 03:40:21 PDT
EWS
Comment 2 2024-04-15 05:23:44 PDT
Committed 277495@main (930c92835e20): <https://commits.webkit.org/277495@main> Reviewed commits have been landed. Closing PR #27252 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.