Bug 272663

Summary: [GTK][WPE] Sync WebGL content with fences when available
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: Miguel Gomez <magomez>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Miguel Gomez 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.
Comment 1 Miguel Gomez 2024-04-15 03:40:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/27252
Comment 2 EWS 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.