[webkit-changes] [WebKit/WebKit] 1a064b: [WebGPU] Validation error in RenderBundleEncoder::...
mwyrzykowski
noreply at github.com
Wed Aug 14 08:59:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1a064bf88f1654081c5be9357d8e8c7aaca6865b
https://github.com/WebKit/WebKit/commit/1a064bf88f1654081c5be9357d8e8c7aaca6865b
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-08-14 (Wed, 14 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/282235@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