Bug 297267

Summary: [CoordinatedGraphics] Prefer to use ANGLE API to create the fence for WebGL
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Carlos Garcia Campos <cgarcia>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Carlos Garcia Campos
Reported 2025-08-12 04:33:28 PDT
We currently use GLFence which is more convenient and works, but if exportable fences are supported, we could use the ANGLE api to create the fence, export it to and fd and then import it from the compositor. Using ANGLE API we ensure all internal state is handled in sync when the fence is added to the context.
Attachments
Carlos Garcia Campos
Comment 1 2025-08-12 04:36:02 PDT
EWS
Comment 2 2025-08-13 23:22:33 PDT
Committed 298675@main (85e4462c2a7f): <https://commits.webkit.org/298675@main> Reviewed commits have been landed. Closing PR #49268 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-08-13 23:23:22 PDT
Note You need to log in before you can comment on or make changes to this bug.