Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c6d770fba987b28eb04ffed2cf518abbe33ccc06
https://github.com/WebKit/WebKit/commit/c6d770fba987b28eb04ffed2cf518abbe33ccc06
Author: Richard Robinson <[email protected]>
Date: 2025-12-30 (Tue, 30 Dec 2025)
Changed paths:
M Source/WebGPU/Configurations/WebGPU.xcconfig
M Source/WebGPU/WebGPU.xcodeproj/project.pbxproj
M Source/WebGPU/WebGPU/Buffer.swift
M Source/WebGPU/WebGPU/CommandEncoder.swift
M Source/WebGPU/WebGPU/ComputePassEncoder.h
M Source/WebGPU/WebGPU/CxxBridging.h
M Source/WebGPU/WebGPU/CxxBridgingPublic.h
M Source/WebGPU/WebGPU/DDMesh.mm
M Source/WebGPU/WebGPU/Device.h
M Source/WebGPU/WebGPU/Instance.mm
R Source/WebGPU/WebGPU/Internal/WebGPUSwiftInternal.h
M Source/WebGPU/WebGPU/Internal/module.modulemap
M Source/WebGPU/WebGPU/Queue.swift
M Source/WebGPU/WebGPU/RenderPassEncoder.h
M Source/WebGPU/WebGPU/RenderPipeline.h
M Source/WebGPU/WebGPU/StdLibExtras.swift
M Source/WebGPU/WebGPU/TextureView.h
M Source/WebGPU/WebGPU/USDModel.swift
M Source/WebGPU/WebGPU/WebGPU.h
M Source/WebGPU/WebGPU/WebGPU.modulemap
A Source/WebGPU/WebGPU/WebGPU_Private.modulemap
Log Message:
-----------
Re-land [Swift in WebKit] Fix the modularization of WebGPU (part 2)
https://bugs.webkit.org/show_bug.cgi?id=304745
rdar://167271705
Reviewed by Mike Wyrzykowski.
This is effectively just the second and final part of 304590@main.
* Source/WebGPU/Configurations/WebGPU.xcconfig:
* Source/WebGPU/WebGPU.xcodeproj/project.pbxproj:
* Source/WebGPU/WebGPU/Buffer.swift:
* Source/WebGPU/WebGPU/CommandEncoder.swift:
* Source/WebGPU/WebGPU/ComputePassEncoder.h:
(refComputePassEncoder):
(derefComputePassEncoder):
* Source/WebGPU/WebGPU/CxxBridging.h:
* Source/WebGPU/WebGPU/CxxBridgingPublic.h:
* Source/WebGPU/WebGPU/DDMesh.mm:
* Source/WebGPU/WebGPU/Device.h:
* Source/WebGPU/WebGPU/Instance.mm:
* Source/WebGPU/WebGPU/Internal/WebGPUSwiftInternal.h: Removed.
* Source/WebGPU/WebGPU/Internal/module.modulemap:
* Source/WebGPU/WebGPU/Queue.swift:
* Source/WebGPU/WebGPU/RenderPassEncoder.h:
(refRenderPassEncoder):
(derefRenderPassEncoder):
* Source/WebGPU/WebGPU/RenderPipeline.h:
* Source/WebGPU/WebGPU/StdLibExtras.swift:
* Source/WebGPU/WebGPU/TextureView.h:
(refTextureView):
(derefTextureView):
* Source/WebGPU/WebGPU/USDModel.swift:
* Source/WebGPU/WebGPU/WebGPU.modulemap:
* Source/WebGPU/WebGPU/WebGPU_Private.modulemap: Added.
Canonical link: https://commits.webkit.org/305013@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications