WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
297267
[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
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2025-08-12 04:36:02 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/49268
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
<
rdar://problem/158289919
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug