Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2e800fcbe5a749e97504ab0959cdf29217afc2fb
https://github.com/WebKit/WebKit/commit/2e800fcbe5a749e97504ab0959cdf29217afc2fb
Author: Kimmo Kinnunen <[email protected]>
Date: 2026-09-23 (Wed, 23 Sep 2026)
Changed paths:
M Source/WebCore/Modules/WebGPU/Implementation/WebGPUCommandEncoderImpl.cpp
M Source/WebGPU/WebGPU/CommandEncoder.swift
M Source/WebGPU/WebGPU/WebGPU.h
Log Message:
-----------
WebGPU: Merge WGPUCompute,RenderPassTimestampWrites to
WGPUPassTimestampWrites
https://bugs.webkit.org/show_bug.cgi?id=324798
rdar://188061014
Reviewed by Mike Wyrzykowski.
Rename WGPUComputePassTimestampWrites,WGPURenderPassTimestampWrites
to WGPUPassTimestampWrites. This makes WebGPU.h consistent with
the standard webgpu.h.
This is work towards being able to use WebGPU.h in ANGLE/WebGPU which
uses the standard webgpu.h interface.
* Source/WebCore/Modules/WebGPU/Implementation/WebGPUCommandEncoderImpl.cpp:
(WebCore::WebGPU::CommandEncoderImpl::beginRenderPass):
(WebCore::WebGPU::CommandEncoderImpl::beginComputePass):
* Source/WebGPU/WebGPU/CommandEncoder.swift:
(WebGPU.errorValidatingRenderPassDescriptor(_:)):
(WebGPU.errorValidatingTimestampWrites(_:)):
* Source/WebGPU/WebGPU/WebGPU.h:
(wgpuGetComputePassDescriptorTimestampWrites):
(wgpuGetRenderPassDescriptorTimestampWrites):
Canonical link: https://commits.webkit.org/321674@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications