[webkit-changes] [WebKit/WebKit] acf935: WebXR external image bind and foveation functions ...
Kimmo Kinnunen
noreply at github.com
Mon Jun 24 06:07:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: acf935bca52e95e2c2ec025541adf071f4e24c33
https://github.com/WebKit/WebKit/commit/acf935bca52e95e2c2ec025541adf071f4e24c33
Author: Kimmo Kinnunen <kkinnunen at apple.com>
Date: 2024-06-24 (Mon, 24 Jun 2024)
Changed paths:
M Source/WebCore/platform/graphics/cocoa/GraphicsContextGLCocoa.mm
Log Message:
-----------
WebXR external image bind and foveation functions are missing makeCurrent
https://bugs.webkit.org/show_bug.cgi?id=275807
rdar://127219753
Reviewed by Dan Glastonbury.
All commands using the underlying context should make the context
current.
* Source/WebCore/platform/graphics/cocoa/GraphicsContextGLCocoa.mm:
(WebCore::GraphicsContextGLCocoa::bindExternalImage):
(WebCore::GraphicsContextGLCocoa::enableFoveation):
(WebCore::GraphicsContextGLCocoa::disableFoveation):
Canonical link: https://commits.webkit.org/280303@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