[webkit-changes] [WebKit/WebKit] f11dd8: [WebGPU] Invalidate all command buffers on submit, ...
mwyrzykowski
noreply at github.com
Thu May 23 16:49:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f11dd80a74edc846021df19b7cfa806b7ddd95fe
https://github.com/WebKit/WebKit/commit/f11dd80a74edc846021df19b7cfa806b7ddd95fe
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M LayoutTests/platform/mac-wk2/TestExpectations
M Source/WebGPU/WebGPU/Queue.mm
Log Message:
-----------
[WebGPU] Invalidate all command buffers on submit, regardless of it the submit call succeeds
https://bugs.webkit.org/show_bug.cgi?id=274244>
<radar://128177642>
Reviewed by Dan Glastonbury.
Invalidate all command buffers passed to GPUQueue.submit, regardless
of whether or not they get committed.
Fixes the test being added in gpuweb/cts#3716
Reland with regression fixed and test enabled.
* LayoutTests/platform/mac-wk2/TestExpectations:
* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::invalidateCommandBuffers):
(WebGPU::Queue::submit):
Canonical link: https://commits.webkit.org/279243@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