Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5647a3a9be2234dab019d69bf388790473794638
https://github.com/WebKit/WebKit/commit/5647a3a9be2234dab019d69bf388790473794638
Author: Kimmo Kinnunen <[email protected]>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp
M Source/WebCore/html/canvas/WebGLRenderingContextBase.h
M Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp
Log Message:
-----------
WebGL: GL_ANGLE_pack_reverse_row_order is not used even if it exists
https://bugs.webkit.org/show_bug.cgi?id=301079
rdar://163013354
Reviewed by Dan Glastonbury.
Fix a typo in the extension name.
Move the requesting to the GPUP side, to simplify the extension
requesting features.
* Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:
(WebCore::WebGLRenderingContextBase::initializeContextState):
(WebCore::WebGLRenderingContextBase::enableSupportedExtension): Deleted.
* Source/WebCore/html/canvas/WebGLRenderingContextBase.h:
* Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp:
(WebCore::GraphicsContextGLANGLE::initialize):
Canonical link: https://commits.webkit.org/302084@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications