Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6fc3c742419cb479a9fbc1c31039aae37f23b6a7
https://github.com/WebKit/WebKit/commit/6fc3c742419cb479a9fbc1c31039aae37f23b6a7
Author: Mike Wyrzykowski <[email protected]>
Date: 2024-08-13 (Tue, 13 Aug 2024)
Changed paths:
A LayoutTests/fast/webgpu/nocrash/fuzz-277928-expected.txt
A LayoutTests/fast/webgpu/nocrash/fuzz-277928.html
A LayoutTests/fast/webgpu/nocrash/fuzz-277928b-expected.txt
A LayoutTests/fast/webgpu/nocrash/fuzz-277928b.html
M Source/WebGPU/WebGPU/RenderBundleEncoder.mm
M Source/WebGPU/WebGPU/RenderPipeline.mm
Log Message:
-----------
[WebGPU] RenderBundleEncoder::finish does not handle repeated calls
https://bugs.webkit.org/show_bug.cgi?id=277928
radar://133539397
Reviewed by Tadeu Zagallo.
Repeated calls to GPURenderBundleEncoder.finish() would result in a new
ICB being created, which is incorrect.
* LayoutTests/fast/webgpu/nocrash/fuzz-277928-expected.txt: Added.
* LayoutTests/fast/webgpu/nocrash/fuzz-277928.html: Added.
* LayoutTests/fast/webgpu/nocrash/fuzz-277928b-expected.txt: Added.
* LayoutTests/fast/webgpu/nocrash/fuzz-277928b.html: Added.
Add regression tests.
* Source/WebGPU/WebGPU/RenderBundleEncoder.mm:
(WebGPU::RenderBundleEncoder::finish):
* Source/WebGPU/WebGPU/RenderPipeline.mm:
(WebGPU::RenderPipeline::stripIndexFormat const):
Canonical link: https://commits.webkit.org/282169@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes