[webkit-changes] [WebKit/WebKit] 871fee: [WebGPU] executeBundles may attempt to encode comm...
mwyrzykowski
noreply at github.com
Tue Sep 10 19:41:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 871feed41fae902600f7a4f0469bc060d305d806
https://github.com/WebKit/WebKit/commit/871feed41fae902600f7a4f0469bc060d305d806
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-09-10 (Tue, 10 Sep 2024)
Changed paths:
A LayoutTests/fast/webgpu/nocrash/fuzz-279453-expected.txt
A LayoutTests/fast/webgpu/nocrash/fuzz-279453.html
M Source/WebGPU/WebGPU/RenderPassEncoder.mm
Log Message:
-----------
[WebGPU] executeBundles may attempt to encode commands on invalid encoder
https://bugs.webkit.org/show_bug.cgi?id=279453
rdar://135707950
Reviewed by Dan Glastonbury.
We need to reset the command encoder in the for loop as a validation
error would cause us to stop encoding commands.
* LayoutTests/fast/webgpu/nocrash/fuzz-279453-expected.txt: Added.
* LayoutTests/fast/webgpu/nocrash/fuzz-279453.html: Added.
* Source/WebGPU/WebGPU/RenderPassEncoder.mm:
(WebGPU::RenderPassEncoder::executeBundles):
Canonical link: https://commits.webkit.org/283455@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