Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9ddba6fb4ddc0982787d3b482d8a47c2322a8c60
https://github.com/WebKit/WebKit/commit/9ddba6fb4ddc0982787d3b482d8a47c2322a8c60
Author: Mike Wyrzykowski <[email protected]>
Date: 2026-03-10 (Tue, 10 Mar 2026)
Changed paths:
A LayoutTests/fast/webgpu/copy-image-mismatched-dimensions-expected.txt
A LayoutTests/fast/webgpu/copy-image-mismatched-dimensions.html
A LayoutTests/fast/webgpu/copy-image-orientation-expected.txt
A LayoutTests/fast/webgpu/copy-image-orientation.html
M Source/WebCore/Modules/WebGPU/GPUQueue.cpp
Log Message:
-----------
copyExternalImageToTexture is not handling EXIF rotations correctly
https://bugs.webkit.org/show_bug.cgi?id=309607
rdar://170649679
Reviewed by Dan Glastonbury.
https://commits.webkit.org/300508@main added support for EXIF data
but did not take into account that imageWidth() and imageHeight() may
not map to the physical image size.
Test:
https://gpuweb.github.io/cts/standalone/?q=webgpu:web_platform,copyToTexture,image_file:*
continues to pass
* Source/WebCore/Modules/WebGPU/GPUQueue.cpp:
(WebCore::imageBytesForSource):
Canonical link: https://commits.webkit.org/309030@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications