[webkit-changes] [WebKit/WebKit] 270dae: [WebGPU] Validation error in RenderBundleEncoder::...
mwyrzykowski
noreply at github.com
Wed Aug 21 17:29:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 270daeeb394a9b84814b54364333dfd19a310e39
https://github.com/WebKit/WebKit/commit/270daeeb394a9b84814b54364333dfd19a310e39
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
A LayoutTests/fast/webgpu/nocrash/fuzz-278049-expected.txt
A LayoutTests/fast/webgpu/nocrash/fuzz-278049.html
M Source/WebGPU/WebGPU/RenderBundleEncoder.mm
Log Message:
-----------
[WebGPU] Validation error in RenderBundleEncoder::drawIndexed
https://bugs.webkit.org/show_bug.cgi?id=278049
rdar://133788434
Reviewed by Dan Glastonbury.
Index buffer size must be >= indexCount * indexSize + indexOffsetInBytes.
* LayoutTests/fast/webgpu/nocrash/fuzz-278049-expected.txt: Added.
* LayoutTests/fast/webgpu/nocrash/fuzz-278049.html: Added.
* Source/WebGPU/WebGPU/RenderBundleEncoder.mm:
(WebGPU::RenderBundleEncoder::drawIndexed):
Canonical link: https://commits.webkit.org/282594@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