[webkit-changes] [WebKit/WebKit] 594c0f: WebXR waits destroying the frame finishing sync ob...
Kimmo Kinnunen
noreply at github.com
Sat Mar 23 01:26:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 594c0f11b1e8b3e512d68eedd581a189cdf834f0
https://github.com/WebKit/WebKit/commit/594c0f11b1e8b3e512d68eedd581a189cdf834f0
Author: Kimmo Kinnunen <kkinnunen at apple.com>
Date: 2024-03-23 (Sat, 23 Mar 2024)
Changed paths:
M Source/WebCore/platform/graphics/GraphicsContextGL.h
M Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp
M Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.h
M Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.messages.in
M Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLFunctionsGenerated.h
M Source/WebKit/WebProcess/GPU/graphics/RemoteGraphicsContextGLProxy.h
M Source/WebKit/WebProcess/GPU/graphics/RemoteGraphicsContextGLProxyFunctionsGenerated.cpp
Log Message:
-----------
WebXR waits destroying the frame finishing sync objects
https://bugs.webkit.org/show_bug.cgi?id=271454
rdar://125220820
Reviewed by Dan Glastonbury.
Fix by making destroyEGLSync asynchronous. At WebGL level, there is
nothing to be done if the destruction would fail.
* Source/WebCore/platform/graphics/GraphicsContextGL.h:
* Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp:
(WebCore::GraphicsContextGLANGLE::destroyEGLSync):
* Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.h:
* Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.messages.in:
* Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLFunctionsGenerated.h:
(destroyEGLSync):
* Source/WebKit/WebProcess/GPU/graphics/RemoteGraphicsContextGLProxy.h:
* Source/WebKit/WebProcess/GPU/graphics/RemoteGraphicsContextGLProxyFunctionsGenerated.cpp:
(WebKit::RemoteGraphicsContextGLProxy::destroyEGLSync):
Canonical link: https://commits.webkit.org/276586@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list