[webkit-changes] [WebKit/WebKit] e3bf87: [WebGPU] Indirect indexed validation does not take...
mwyrzykowski
noreply at github.com
Wed Oct 16 07:06:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e3bf879afc70b1c753bc4f0bea2b19f7cf911ee0
https://github.com/WebKit/WebKit/commit/e3bf879afc70b1c753bc4f0bea2b19f7cf911ee0
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
A LayoutTests/fast/webgpu/nocrash/fuzz-281539-expected.txt
A LayoutTests/fast/webgpu/nocrash/fuzz-281539.html
M Source/WebGPU/WebGPU/RenderPassEncoder.mm
Log Message:
-----------
[WebGPU] Indirect indexed validation does not take into account index buffer offset
https://bugs.webkit.org/show_bug.cgi?id=281539
rdar://137966310
Reviewed by Tadeu Zagallo.
drawIndirectIndexed must have space for at least one index
* LayoutTests/fast/webgpu/nocrash/fuzz-281539-expected.txt: Added.
* LayoutTests/fast/webgpu/nocrash/fuzz-281539.html: Added.
Add regression test.
* Source/WebGPU/WebGPU/RenderPassEncoder.mm:
(WebGPU::RenderPassEncoder::clampIndirectIndexBufferToValidValues):
Canonical link: https://commits.webkit.org/285260@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