Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 81aff7380e1907262e8e174dd6954d9785569b8d
https://github.com/WebKit/WebKit/commit/81aff7380e1907262e8e174dd6954d9785569b8d
Author: David Kilzer <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M Source/WebGPU/WebGPU/Queue.mm
Log Message:
-----------
[CoreIPC][GPU] Queue::writeTexture() 1D replaceRegion fast-path should return
early when copyExtent.height is zero
<https://bugs.webkit.org/show_bug.cgi?id=312372>
<rdar://174662761>
Reviewed by Mike Wyrzykowski.
Add `!heightForMetal` check to the three 1D early-out guards in
`Queue::writeTexture()`, consistent with the 2D and 3D cases
that already check both dimensions.
* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::Queue::writeTexture):
Originally-landed-as: 305413.694@safari-7624-branch (22b1d50fc728).
rdar://180437434
Canonical link: https://commits.webkit.org/316374@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications