Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5886504be45ec5bb933078d3121f9183f807b723
https://github.com/WebKit/WebKit/commit/5886504be45ec5bb933078d3121f9183f807b723
Author: Mike Wyrzykowski <[email protected]>
Date: 2026-03-05 (Thu, 05 Mar 2026)
Changed paths:
M Source/WebCore/Modules/webxr/XRGPUBinding.cpp
M Source/WebCore/platform/xr/PlatformXR.h
M Source/WebKit/Shared/XR/PlatformXR.serialization.in
Log Message:
-----------
https://toji.github.io/webgpu-metaballs/ fails to enter immersive mode
https://bugs.webkit.org/show_bug.cgi?id=306131
rdar://168771159
Reviewed by Dan Glastonbury.
The physicalSize of a texture for its VRR map is not always the
actual width and height of a MTLTexture, as we previously assumed.
Break this assumption by tracking the texture's actual sizes separately.
* Source/WebCore/Modules/webxr/XRGPUBinding.cpp:
(WebCore::XRGPUBinding::getSubImage):
* Source/WebCore/platform/xr/PlatformXR.h:
* Source/WebKit/Shared/XR/PlatformXR.serialization.in:
Canonical link: https://commits.webkit.org/308743@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications