[webkit-changes] [WebKit/WebKit] 1c194c: [WebGPU] CommandEncoder::beginRenderPass can fail ...
mwyrzykowski
noreply at github.com
Fri May 3 14:55:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1c194cc6e82c4f336bd5817c7f17d3f3d744efad
https://github.com/WebKit/WebKit/commit/1c194cc6e82c4f336bd5817c7f17d3f3d744efad
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-05-03 (Fri, 03 May 2024)
Changed paths:
M LayoutTests/TestExpectations
A LayoutTests/fast/webgpu/fuzz-273503-expected.txt
A LayoutTests/fast/webgpu/fuzz-273503.html
M Source/WebGPU/WebGPU/CommandEncoder.mm
Log Message:
-----------
[WebGPU] CommandEncoder::beginRenderPass can fail metal validation for destroyed textures
https://bugs.webkit.org/show_bug.cgi?id=273503
<radar://127229769>
Reviewed by Dan Glastonbury.
Destroyed textures have one mip level and one slice.
* LayoutTests/TestExpectations:
* LayoutTests/fast/webgpu/fuzz-273503-expected.txt: Added.
* LayoutTests/fast/webgpu/fuzz-273503.html: Added.
Add regression test.
* Source/WebGPU/WebGPU/CommandEncoder.mm:
(WebGPU::CommandEncoder::beginRenderPass):
Canonical link: https://commits.webkit.org/278346@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