[webkit-changes] [WebKit/WebKit] 1aa9df: [WebGPU] Queue should not allow command buffer to ...
mwyrzykowski
noreply at github.com
Fri May 3 20:21:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1aa9df849f39cec5ea2277ad8ce17b7ced915634
https://github.com/WebKit/WebKit/commit/1aa9df849f39cec5ea2277ad8ce17b7ced915634
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-273585-expected.txt
A LayoutTests/fast/webgpu/fuzz-273585.html
M Source/WebGPU/WebGPU/Queue.mm
Log Message:
-----------
[WebGPU] Queue should not allow command buffer to be committed twice
https://bugs.webkit.org/show_bug.cgi?id=273585
<radar://127364831>
Reviewed by Cameron McCormack.
Check the command buffer status during validation to ensure
addCompleted / scheduled handler doesn't occur after commit.
* LayoutTests/TestExpectations:
* LayoutTests/fast/webgpu/fuzz-273585-expected.txt: Added.
* LayoutTests/fast/webgpu/fuzz-273585.html: Added.
Add regression test.
* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::Queue::errorValidatingSubmit const):
Canonical link: https://commits.webkit.org/278362@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