[webkit-changes] [WebKit/WebKit] 267739: Standardize types for CheckedNumerics in WebGPU
darryl-apple
noreply at github.com
Fri Oct 11 07:25:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 26773908a8556aa1590ef1c632d1d169872f3b04
https://github.com/WebKit/WebKit/commit/26773908a8556aa1590ef1c632d1d169872f3b04
Author: Darryl Parkinson <d_parkinson at apple.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
M Source/WebGPU/WebGPU/Buffer.mm
M Source/WebGPU/WebGPU/CommandEncoder.mm
M Source/WebGPU/WebGPU/RenderBundleEncoder.mm
M Source/WebGPU/WebGPU/RenderPassEncoder.mm
Log Message:
-----------
Standardize types for CheckedNumerics in WebGPU
https://bugs.webkit.org/show_bug.cgi?id=281294
rdar://137744198
Reviewed by Mike Wyrzykowski.
Standardize types for CheckedNumerics in WebGPU
* Source/WebGPU/WebGPU/Buffer.mm:
(WebGPU::computeRangeSize):
* Source/WebGPU/WebGPU/CommandEncoder.mm:
(WebGPU::validateResolveQuerySet):
* Source/WebGPU/WebGPU/RenderBundleEncoder.mm:
(WebGPU::RenderBundleEncoder::drawIndexed):
* Source/WebGPU/WebGPU/RenderPassEncoder.mm:
(WebGPU::RenderPassEncoder::clampIndexBufferToValidValues):
(WebGPU::RenderPassEncoder::drawIndexed):
Canonical link: https://commits.webkit.org/285017@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