[webkit-changes] [WebKit/WebKit] 4349cc: [WebGPU] Queue may try to encode blit operations o...
mwyrzykowski
noreply at github.com
Mon May 20 17:27:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4349cc0db3a610f44ceefef50588b06b826dccb5
https://github.com/WebKit/WebKit/commit/4349cc0db3a610f44ceefef50588b06b826dccb5
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-05-20 (Mon, 20 May 2024)
Changed paths:
M LayoutTests/TestExpectations
A LayoutTests/fast/webgpu/fuzz-274289-expected.txt
A LayoutTests/fast/webgpu/fuzz-274289.html
M Source/WebGPU/WebGPU/Queue.mm
Log Message:
-----------
[WebGPU] Queue may try to encode blit operations on detached encoder
https://bugs.webkit.org/show_bug.cgi?id=274289
<radar://128202303>
Reviewed by Dan Glastonbury.
ensureBlitCommandEncoder needs to ensure the encoding hasn't
ended otherwise a new blit command encoder needs to be created.
Depends on https://github.com/WebKit/WebKit/pull/28680 for the test
to pass.
* LayoutTests/TestExpectations:
* LayoutTests/fast/webgpu/fuzz-274289-expected.txt: Added.
* LayoutTests/fast/webgpu/fuzz-274289.html: Added.
Add regression test.
* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::Queue::ensureBlitCommandEncoder):
Canonical link: https://commits.webkit.org/279026@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