[webkit-changes] [WebKit/WebKit] d192a9: REGRESSION(265349 at main) [Win] WebGL doesn't work
Fujii Hironori
noreply at github.com
Wed Jun 21 14:52:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d192a99af4640e4cd76b5429214f29252f2fa590
https://github.com/WebKit/WebKit/commit/d192a99af4640e4cd76b5429214f29252f2fa590
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M Source/WebCore/platform/graphics/angle/PlatformDisplayANGLE.cpp
Log Message:
-----------
REGRESSION(265349 at main) [Win] WebGL doesn't work
https://bugs.webkit.org/show_bug.cgi?id=258367
Unreviewed fix. WebGL context creation was failing after 265349 at main
for Windows port because the specified shared GL context was wrong.
It should be a EGLContext not a GLContext pointer.
* Source/WebCore/platform/graphics/angle/PlatformDisplayANGLE.cpp:
(WebCore::PlatformDisplay::angleSharingGLContext):
Canonical link: https://commits.webkit.org/265375@main
More information about the webkit-changes
mailing list