Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 85e4462c2a7f373046de357f42d9e3b0ce3d3f4f
https://github.com/WebKit/WebKit/commit/85e4462c2a7f373046de357f42d9e3b0ce3d3f4f
Author: Carlos Garcia Campos <[email protected]>
Date: 2025-08-13 (Wed, 13 Aug 2025)
Changed paths:
M Source/WebCore/platform/graphics/gbm/GraphicsContextGLTextureMapperGBM.cpp
M Source/WebCore/platform/graphics/gbm/GraphicsContextGLTextureMapperGBM.h
M Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLGBM.cpp
Log Message:
-----------
[CoordinatedGraphics] Prefer to use ANGLE API to create the fence for WebGL
https://bugs.webkit.org/show_bug.cgi?id=297267
Reviewed by Alejandro G. Castro.
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.
Canonical link: https://commits.webkit.org/298675@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes