Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d96d31eb3811d95e65742a0b14d9763e0e864cf7 https://github.com/WebKit/WebKit/commit/d96d31eb3811d95e65742a0b14d9763e0e864cf7 Author: Mike Wyrzykowski <mwyrzykow...@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes