[webkit-changes] [WebKit/WebKit] 4a40e7: [WebGPU] Partial 3D image_copy tests are failing
mwyrzykowski
noreply at github.com
Mon Mar 25 13:50:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4a40e77e06425083e1b803e42122e923f5a5fcb5
https://github.com/WebKit/WebKit/commit/4a40e77e06425083e1b803e42122e923f5a5fcb5
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-03-25 (Mon, 25 Mar 2024)
Changed paths:
M Source/WebGPU/WebGPU/CommandEncoder.mm
M Source/WebGPU/WebGPU/Queue.mm
Log Message:
-----------
[WebGPU] Partial 3D image_copy tests are failing
https://bugs.webkit.org/show_bug.cgi?id=271382
<radar://125168133>
Reviewed by Tadeu Zagallo.
For the purpose of validation of bytesPerRow, we should be
using the 2D dimension as the issue is we would crash at the metal validation layer.
No test expectations update since the expectations were set to passing and this
test does not run in EWS as it takes too long.
* Source/WebGPU/WebGPU/CommandEncoder.mm:
(WebGPU::CommandEncoder::copyBufferToTexture):
(WebGPU::CommandEncoder::copyTextureToBuffer):
* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::Queue::writeTexture):
Canonical link: https://commits.webkit.org/276649@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