RESOLVED FIXED297267
[CoordinatedGraphics] Prefer to use ANGLE API to create the fence for WebGL
https://bugs.webkit.org/show_bug.cgi?id=297267
Summary [CoordinatedGraphics] Prefer to use ANGLE API to create the fence for WebGL
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.