Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0243c25f6e577b6c4cc56a951a583e2ac5507da0
https://github.com/WebKit/WebKit/commit/0243c25f6e577b6c4cc56a951a583e2ac5507da0
Author: Mike Wyrzykowski <[email protected]>
Date: 2025-11-15 (Sat, 15 Nov 2025)
Changed paths:
A LayoutTests/fast/webgpu/nocrash/fuzz-302342-expected.txt
A LayoutTests/fast/webgpu/nocrash/fuzz-302342.html
M Source/WebGPU/WebGPU/CommandEncoder.mm
M Source/WebGPU/WebGPU/CommandEncoder.swift
Log Message:
-----------
Crash in CommandEncoder::beginRenderPass using depth stencil attachments from
GPUTexture instances
https://bugs.webkit.org/show_bug.cgi?id=302342
radar://164499025
Reviewed by Geoffrey Garen.
We unconditionally attempted to clear the depth stencil view, even
when the depth stencil attachment was passed as a texture.
Test: fast/webgpu/nocrash/fuzz-302342.html
* LayoutTests/fast/webgpu/nocrash/fuzz-302342-expected.txt: Added.
* LayoutTests/fast/webgpu/nocrash/fuzz-302342.html: Added.
* Source/WebGPU/WebGPU/CommandEncoder.mm:
(WebGPU::CommandEncoder::beginRenderPass):
* Source/WebGPU/WebGPU/CommandEncoder.swift:
(WebGPU.beginRenderPass(_:)):
Canonical link: https://commits.webkit.org/303078@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications