Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 442e2c0e016887739e8def3bb35180f66ade15e6
https://github.com/WebKit/WebKit/commit/442e2c0e016887739e8def3bb35180f66ade15e6
Author: Mike Wyrzykowski <[email protected]>
Date: 2026-05-26 (Tue, 26 May 2026)
Changed paths:
A
LayoutTests/fast/webgpu/regression/stencil-read-only-attachment-loads-contents-expected.txt
A
LayoutTests/fast/webgpu/regression/stencil-read-only-attachment-loads-contents.html
M
LayoutTests/http/tests/webgpu/webgpu/api/operation/memory_sync/texture/readonly_depth_stencil-expected.txt
M Source/WebGPU/WebGPU/CommandEncoder.mm
M Source/WebGPU/WebGPU/CommandEncoder.swift
Log Message:
-----------
Some WebGPU content not rendering in Safari
rdar://177443835
https://bugs.webkit.org/show_bug.cgi?id=315092
Reviewed by Dan Glastonbury.
The spec says to treat undefined loadOps with read only storage as loads,
but we were defaulting to clear which is wrong.
Test: fast/webgpu/regression/stencil-read-only-attachment-loads-contents.html
*
LayoutTests/fast/webgpu/regression/stencil-read-only-attachment-loads-contents-expected.txt:
Added.
*
LayoutTests/fast/webgpu/regression/stencil-read-only-attachment-loads-contents.html:
Added.
* Source/WebGPU/WebGPU/CommandEncoder.mm:
(WebGPU::loadAction):
(WebGPU::CommandEncoder::beginRenderPass):
Canonical link: https://commits.webkit.org/313943@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications