Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3e223a775bcb5b78ead4a62810d4993540c1088c https://github.com/WebKit/WebKit/commit/3e223a775bcb5b78ead4a62810d4993540c1088c Author: Mike Wyrzykowski <mwyrzykow...@apple.com> Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths: M LayoutTests/TestExpectations A LayoutTests/fast/webgpu/fuzz-272911-expected.txt A LayoutTests/fast/webgpu/fuzz-272911.html M Source/WebGPU/WebGPU/CommandEncoder.mm M Source/WebGPU/WebGPU/Queue.mm Log Message: ----------- [WebGPU] Queue::writeTexture can fail for some 1D texture copies https://bugs.webkit.org/show_bug.cgi?id=272911 <radar://126621087> Reviewed by Tadeu Zagallo. Add two missing checks which failed the Metal validation layer. * LayoutTests/TestExpectations: * LayoutTests/fast/webgpu/fuzz-272911-expected.txt: Added. * LayoutTests/fast/webgpu/fuzz-272911.html: Added. Add regression test. * Source/WebGPU/WebGPU/CommandEncoder.mm: (WebGPU::CommandEncoder::copyTextureToBuffer): * Source/WebGPU/WebGPU/Queue.mm: (WebGPU::Queue::writeTexture): Canonical link: https://commits.webkit.org/277841@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes