[webkit-changes] [WebKit/WebKit] d96d31: [WebGPU] https://threejs.org/examples/?q=webgpu#we...
mwyrzykowski
noreply at github.com
Tue Feb 4 11:49:20 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d96d31eb3811d95e65742a0b14d9763e0e864cf7
https://github.com/WebKit/WebKit/commit/d96d31eb3811d95e65742a0b14d9763e0e864cf7
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2025-02-04 (Tue, 04 Feb 2025)
Changed paths:
M Source/WebGPU/WebGPU/Device.mm
Log Message:
-----------
[WebGPU] https://threejs.org/examples/?q=webgpu#webgpu_struct_drawindirect discards calls when it could clamp
https://bugs.webkit.org/show_bug.cgi?id=286977#
rdar://144128497
Reviewed by Tadeu Zagallo.
Clamping index calls is not trivial due to redirection.
Indirect non-indexed draws are trivial to clamp, do so
so we match Chrome's behavior.
* Source/WebGPU/WebGPU/Device.mm:
Canonical link: https://commits.webkit.org/289813@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