[webkit-changes] [WebKit/WebKit] 5e6953: [WebGPU] ASTC textures have wrong bytesPerRow when...
mwyrzykowski
noreply at github.com
Fri Oct 11 10:38:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5e69533350052ad8208c73f6aa58ffe729b3a102
https://github.com/WebKit/WebKit/commit/5e69533350052ad8208c73f6aa58ffe729b3a102
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
A LayoutTests/fast/webgpu/nocrash/fuzz-281271-expected.txt
A LayoutTests/fast/webgpu/nocrash/fuzz-281271.html
M Source/WebGPU/WebGPU/Queue.mm
Log Message:
-----------
[WebGPU] ASTC textures have wrong bytesPerRow when computed automatically
https://bugs.webkit.org/show_bug.cgi?id=281271
rdar://137684504
Reviewed by Tadeu Zagallo.
We were not factoring in the blockSize when automatically computing
the bytesPerRow for ASTC block compressed textures.
* LayoutTests/fast/webgpu/nocrash/fuzz-281271-expected.txt: Added.
* LayoutTests/fast/webgpu/nocrash/fuzz-281271.html: Added.
* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::Queue::writeTexture):
Canonical link: https://commits.webkit.org/285027@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