[webkit-changes] [WebKit/WebKit] 90d9f0: [WebGPU] Delete Tools/WebGPUAPIStructure

Myles C. Maxfield noreply at github.com
Fri May 12 16:37:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 90d9f017c6e59bb4b7d177cf36e5045dbfdf75c5
      https://github.com/WebKit/WebKit/commit/90d9f017c6e59bb4b7d177cf36e5045dbfdf75c5
  Author: Myles C. Maxfield <mmaxfield at apple.com>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
    R Tools/WebGPUAPIStructure/Example/Example.cpp
    R Tools/WebGPUAPIStructure/Example/Example.h
    R Tools/WebGPUAPIStructure/Example/Example.ico
    R Tools/WebGPUAPIStructure/Example/Example.rc
    R Tools/WebGPUAPIStructure/Example/Example.vcxproj
    R Tools/WebGPUAPIStructure/Example/Example.vcxproj.filters
    R Tools/WebGPUAPIStructure/Example/Example.vcxproj.user
    R Tools/WebGPUAPIStructure/Example/resource.h
    R Tools/WebGPUAPIStructure/Example/small.ico
    R Tools/WebGPUAPIStructure/Example/stdafx.cpp
    R Tools/WebGPUAPIStructure/Example/stdafx.h
    R Tools/WebGPUAPIStructure/Example/targetver.h
    R Tools/WebGPUAPIStructure/WebGPU-Common/WebGPU-Common.vcxproj
    R Tools/WebGPUAPIStructure/WebGPU-Common/WebGPU-Common.vcxproj.filters
    R Tools/WebGPUAPIStructure/WebGPU-Common/WebGPU.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Common/WebGPU.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/BlitPassImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/BlitPassImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/BufferImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/BufferImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/ComputePassImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/ComputePassImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/ComputeStateImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/ComputeStateImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/DeviceImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/DeviceImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/HostAccessPassImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/HostAccessPassImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/PassImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/PassImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/QueueImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/QueueImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/RenderPassImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/RenderPassImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/RenderStateImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/RenderStateImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/SamplerImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/SamplerImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/TextureImpl.cpp
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/TextureImpl.h
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/WebGPU-Vulkan.vcxproj
    R Tools/WebGPUAPIStructure/WebGPU-Vulkan/WebGPU-Vulkan.vcxproj.filters
    R Tools/WebGPUAPIStructure/WebGPU.sln

  Log Message:
  -----------
  [WebGPU] Delete Tools/WebGPUAPIStructure
https://bugs.webkit.org/show_bug.cgi?id=256732
rdar://109283183

Reviewed by Mike Wyrzykowski.

It was a proof-of-concept of how the WebGPU API could be designed. It is no longer necessary.

* Tools/WebGPUAPIStructure/Example/Example.cpp: Removed.
* Tools/WebGPUAPIStructure/Example/Example.h: Removed.
* Tools/WebGPUAPIStructure/Example/Example.ico: Removed.
* Tools/WebGPUAPIStructure/Example/Example.rc: Removed.
* Tools/WebGPUAPIStructure/Example/Example.vcxproj: Removed.
* Tools/WebGPUAPIStructure/Example/Example.vcxproj.filters: Removed.
* Tools/WebGPUAPIStructure/Example/Example.vcxproj.user: Removed.
* Tools/WebGPUAPIStructure/Example/resource.h: Removed.
* Tools/WebGPUAPIStructure/Example/small.ico: Removed.
* Tools/WebGPUAPIStructure/Example/stdafx.cpp: Removed.
* Tools/WebGPUAPIStructure/Example/stdafx.h: Removed.
* Tools/WebGPUAPIStructure/Example/targetver.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Common/WebGPU-Common.vcxproj: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Common/WebGPU-Common.vcxproj.filters: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Common/WebGPU.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Common/WebGPU.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/BlitPassImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/BlitPassImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/BufferImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/BufferImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/ComputePassImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/ComputePassImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/ComputeStateImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/ComputeStateImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/DeviceImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/DeviceImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/HostAccessPassImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/HostAccessPassImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/PassImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/PassImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/QueueImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/QueueImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/RenderPassImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/RenderPassImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/RenderStateImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/RenderStateImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/SamplerImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/SamplerImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/TextureImpl.cpp: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/TextureImpl.h: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/WebGPU-Vulkan.vcxproj: Removed.
* Tools/WebGPUAPIStructure/WebGPU-Vulkan/WebGPU-Vulkan.vcxproj.filters: Removed.
* Tools/WebGPUAPIStructure/WebGPU.sln: Removed.

Canonical link: https://commits.webkit.org/264035@main




More information about the webkit-changes mailing list