Title: [286404] trunk/Source/WebCore
Revision
286404
Author
[email protected]
Date
2021-12-01 16:31:47 -0800 (Wed, 01 Dec 2021)

Log Message

[WebGPU] Add missing files to CMake
https://bugs.webkit.org/show_bug.cgi?id=233687

Reviewed by Sam Weinig.

I forgot to list some files.

Source/WebCore:

No new tests because there is no behavior change.

* Headers.cmake:

Source/WebCore/PAL:

* pal/CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (286403 => 286404)


--- trunk/Source/WebCore/ChangeLog	2021-12-02 00:30:58 UTC (rev 286403)
+++ trunk/Source/WebCore/ChangeLog	2021-12-02 00:31:47 UTC (rev 286404)
@@ -1,5 +1,18 @@
 2021-12-01  Myles C. Maxfield  <[email protected]>
 
+        [WebGPU] Add missing files to CMake
+        https://bugs.webkit.org/show_bug.cgi?id=233687
+
+        Reviewed by Sam Weinig.
+
+        I forgot to list some files.
+
+        No new tests because there is no behavior change.
+
+        * Headers.cmake:
+
+2021-12-01  Myles C. Maxfield  <[email protected]>
+
         [WebGPU] Add default values to structs in WebCore/Modules/WebGPU
         https://bugs.webkit.org/show_bug.cgi?id=233691
 

Modified: trunk/Source/WebCore/Headers.cmake (286403 => 286404)


--- trunk/Source/WebCore/Headers.cmake	2021-12-02 00:30:58 UTC (rev 286403)
+++ trunk/Source/WebCore/Headers.cmake	2021-12-02 00:31:47 UTC (rev 286404)
@@ -1,4 +1,134 @@
 set(WebCore_PRIVATE_FRAMEWORK_HEADERS
+    Modules/WebGPU/GPU.h
+    Modules/WebGPU/GPUAdapter.h
+    Modules/WebGPU/GPUAddressMode.h
+    Modules/WebGPU/GPUBindGroup.h
+    Modules/WebGPU/GPUBindGroupDescriptor.h
+    Modules/WebGPU/GPUBindGroupEntry.h
+    Modules/WebGPU/GPUBindGroupLayout.h
+    Modules/WebGPU/GPUBindGroupLayoutDescriptor.h
+    Modules/WebGPU/GPUBindGroupLayoutEntry.h
+    Modules/WebGPU/GPUBlendComponent.h
+    Modules/WebGPU/GPUBlendFactor.h
+    Modules/WebGPU/GPUBlendOperation.h
+    Modules/WebGPU/GPUBlendState.h
+    Modules/WebGPU/GPUBuffer.h
+    Modules/WebGPU/GPUBufferBinding.h
+    Modules/WebGPU/GPUBufferBindingLayout.h
+    Modules/WebGPU/GPUBufferBindingType.h
+    Modules/WebGPU/GPUBufferDescriptor.h
+    Modules/WebGPU/GPUBufferUsage.h
+    Modules/WebGPU/GPUCanvasCompositingAlphaMode.h
+    Modules/WebGPU/GPUCanvasConfiguration.h
+    Modules/WebGPU/GPUCanvasContext.h
+    Modules/WebGPU/GPUColorDict.h
+    Modules/WebGPU/GPUColorTargetState.h
+    Modules/WebGPU/GPUColorWrite.h
+    Modules/WebGPU/GPUCommandBuffer.h
+    Modules/WebGPU/GPUCommandBufferDescriptor.h
+    Modules/WebGPU/GPUCommandEncoder.h
+    Modules/WebGPU/GPUCommandEncoderDescriptor.h
+    Modules/WebGPU/GPUCompareFunction.h
+    Modules/WebGPU/GPUCompilationInfo.h
+    Modules/WebGPU/GPUCompilationMessage.h
+    Modules/WebGPU/GPUCompilationMessageType.h
+    Modules/WebGPU/GPUComputePassDescriptor.h
+    Modules/WebGPU/GPUComputePassEncoder.h
+    Modules/WebGPU/GPUComputePassTimestampLocation.h
+    Modules/WebGPU/GPUComputePassTimestampWrite.h
+    Modules/WebGPU/GPUComputePipeline.h
+    Modules/WebGPU/GPUComputePipelineDescriptor.h
+    Modules/WebGPU/GPUCullMode.h
+    Modules/WebGPU/GPUDepthStencilState.h
+    Modules/WebGPU/GPUDevice.h
+    Modules/WebGPU/GPUDeviceDescriptor.h
+    Modules/WebGPU/GPUDeviceLostInfo.h
+    Modules/WebGPU/GPUDeviceLostReason.h
+    Modules/WebGPU/GPUError.h
+    Modules/WebGPU/GPUErrorFilter.h
+    Modules/WebGPU/GPUExtent3DDict.h
+    Modules/WebGPU/GPUExternalTexture.h
+    Modules/WebGPU/GPUExternalTextureBindingLayout.h
+    Modules/WebGPU/GPUExternalTextureDescriptor.h
+    Modules/WebGPU/GPUFeatureName.h
+    Modules/WebGPU/GPUFilterMode.h
+    Modules/WebGPU/GPUFragmentState.h
+    Modules/WebGPU/GPUFrontFace.h
+    Modules/WebGPU/GPUImageCopyBuffer.h
+    Modules/WebGPU/GPUImageCopyExternalImage.h
+    Modules/WebGPU/GPUImageCopyTexture.h
+    Modules/WebGPU/GPUImageCopyTextureTagged.h
+    Modules/WebGPU/GPUImageDataLayout.h
+    Modules/WebGPU/GPUIndexFormat.h
+    Modules/WebGPU/GPUIntegralTypes.h
+    Modules/WebGPU/GPULoadOp.h
+    Modules/WebGPU/GPUMapMode.h
+    Modules/WebGPU/GPUMultisampleState.h
+    Modules/WebGPU/GPUObjectDescriptorBase.h
+    Modules/WebGPU/GPUOrigin2DDict.h
+    Modules/WebGPU/GPUOrigin3DDict.h
+    Modules/WebGPU/GPUOutOfMemoryError.h
+    Modules/WebGPU/GPUPipelineDescriptorBase.h
+    Modules/WebGPU/GPUPipelineLayout.h
+    Modules/WebGPU/GPUPipelineLayoutDescriptor.h
+    Modules/WebGPU/GPUPipelineStatisticName.h
+    Modules/WebGPU/GPUPowerPreference.h
+    Modules/WebGPU/GPUPredefinedColorSpace.h
+    Modules/WebGPU/GPUPrimitiveState.h
+    Modules/WebGPU/GPUPrimitiveTopology.h
+    Modules/WebGPU/GPUProgrammableStage.h
+    Modules/WebGPU/GPUQuerySet.h
+    Modules/WebGPU/GPUQuerySetDescriptor.h
+    Modules/WebGPU/GPUQueryType.h
+    Modules/WebGPU/GPUQueue.h
+    Modules/WebGPU/GPURenderBundle.h
+    Modules/WebGPU/GPURenderBundleDescriptor.h
+    Modules/WebGPU/GPURenderBundleEncoder.h
+    Modules/WebGPU/GPURenderBundleEncoderDescriptor.h
+    Modules/WebGPU/GPURenderPassColorAttachment.h
+    Modules/WebGPU/GPURenderPassDepthStencilAttachment.h
+    Modules/WebGPU/GPURenderPassDescriptor.h
+    Modules/WebGPU/GPURenderPassEncoder.h
+    Modules/WebGPU/GPURenderPassLayout.h
+    Modules/WebGPU/GPURenderPassTimestampLocation.h
+    Modules/WebGPU/GPURenderPassTimestampWrite.h
+    Modules/WebGPU/GPURenderPipeline.h
+    Modules/WebGPU/GPURenderPipelineDescriptor.h
+    Modules/WebGPU/GPURequestAdapterOptions.h
+    Modules/WebGPU/GPUSampler.h
+    Modules/WebGPU/GPUSamplerBindingLayout.h
+    Modules/WebGPU/GPUSamplerBindingType.h
+    Modules/WebGPU/GPUSamplerDescriptor.h
+    Modules/WebGPU/GPUShaderModule.h
+    Modules/WebGPU/GPUShaderModuleDescriptor.h
+    Modules/WebGPU/GPUShaderStage.h
+    Modules/WebGPU/GPUStencilFaceState.h
+    Modules/WebGPU/GPUStencilOperation.h
+    Modules/WebGPU/GPUStorageTextureAccess.h
+    Modules/WebGPU/GPUStorageTextureBindingLayout.h
+    Modules/WebGPU/GPUStoreOp.h
+    Modules/WebGPU/GPUSupportedFeatures.h
+    Modules/WebGPU/GPUSupportedLimits.h
+    Modules/WebGPU/GPUTexture.h
+    Modules/WebGPU/GPUTextureAspect.h
+    Modules/WebGPU/GPUTextureBindingLayout.h
+    Modules/WebGPU/GPUTextureDescriptor.h
+    Modules/WebGPU/GPUTextureDimension.h
+    Modules/WebGPU/GPUTextureFormat.h
+    Modules/WebGPU/GPUTextureSampleType.h
+    Modules/WebGPU/GPUTextureUsage.h
+    Modules/WebGPU/GPUTextureView.h
+    Modules/WebGPU/GPUTextureViewDescriptor.h
+    Modules/WebGPU/GPUTextureViewDimension.h
+    Modules/WebGPU/GPUUncapturedErrorEvent.h
+    Modules/WebGPU/GPUUncapturedErrorEventInit.h
+    Modules/WebGPU/GPUValidationError.h
+    Modules/WebGPU/GPUVertexAttribute.h
+    Modules/WebGPU/GPUVertexBufferLayout.h
+    Modules/WebGPU/GPUVertexFormat.h
+    Modules/WebGPU/GPUVertexState.h
+    Modules/WebGPU/GPUVertexStepMode.h
+
     Modules/airplay/PlaybackTargetClientContextIdentifier.h
 
     Modules/applepay/ApplePaySessionPaymentRequest.h

Modified: trunk/Source/WebCore/PAL/ChangeLog (286403 => 286404)


--- trunk/Source/WebCore/PAL/ChangeLog	2021-12-02 00:30:58 UTC (rev 286403)
+++ trunk/Source/WebCore/PAL/ChangeLog	2021-12-02 00:31:47 UTC (rev 286404)
@@ -1,3 +1,14 @@
+2021-12-01  Myles C. Maxfield  <[email protected]>
+
+        [WebGPU] Add missing files to CMake
+        https://bugs.webkit.org/show_bug.cgi?id=233687
+
+        Reviewed by Sam Weinig.
+
+        I forgot to list some files.
+
+        * pal/CMakeLists.txt:
+
 2021-11-30  Tim Horton  <[email protected]>
 
         Add a momentum event synthesizer

Modified: trunk/Source/WebCore/PAL/pal/CMakeLists.txt (286403 => 286404)


--- trunk/Source/WebCore/PAL/pal/CMakeLists.txt	2021-12-02 00:30:58 UTC (rev 286403)
+++ trunk/Source/WebCore/PAL/pal/CMakeLists.txt	2021-12-02 00:31:47 UTC (rev 286404)
@@ -8,6 +8,31 @@
 
     crypto/CryptoDigest.h
 
+    graphics/WebGPU/Impl/WebGPUAdapterImpl.h
+    graphics/WebGPU/Impl/WebGPUBindGroupImpl.h
+    graphics/WebGPU/Impl/WebGPUBindGroupLayoutImpl.h
+    graphics/WebGPU/Impl/WebGPUBufferImpl.h
+    graphics/WebGPU/Impl/WebGPUCommandBufferImpl.h
+    graphics/WebGPU/Impl/WebGPUCommandEncoderImpl.h
+    graphics/WebGPU/Impl/WebGPUComputePassEncoderImpl.h
+    graphics/WebGPU/Impl/WebGPUComputePipelineImpl.h
+    graphics/WebGPU/Impl/WebGPUConvertToBackingContext.h
+    graphics/WebGPU/Impl/WebGPUDeviceImpl.h
+    graphics/WebGPU/Impl/WebGPUDowncastConvertToBackingContext.h
+    graphics/WebGPU/Impl/WebGPUExternalTextureImpl.h
+    graphics/WebGPU/Impl/WebGPUImpl.h
+    graphics/WebGPU/Impl/WebGPUPipelineLayoutImpl.h
+    graphics/WebGPU/Impl/WebGPUQuerySetImpl.h
+    graphics/WebGPU/Impl/WebGPUQueueImpl.h
+    graphics/WebGPU/Impl/WebGPURenderBundleEncoderImpl.h
+    graphics/WebGPU/Impl/WebGPURenderBundleImpl.h
+    graphics/WebGPU/Impl/WebGPURenderPassEncoderImpl.h
+    graphics/WebGPU/Impl/WebGPURenderPipelineImpl.h
+    graphics/WebGPU/Impl/WebGPUSamplerImpl.h
+    graphics/WebGPU/Impl/WebGPUShaderModuleImpl.h
+    graphics/WebGPU/Impl/WebGPUTextureImpl.h
+    graphics/WebGPU/Impl/WebGPUTextureViewImpl.h
+
     graphics/WebGPU/WebGPU.h
     graphics/WebGPU/WebGPUAdapter.h
     graphics/WebGPU/WebGPUAddressMode.h
@@ -152,6 +177,31 @@
     Logging.cpp
     SessionID.cpp
 
+    graphics/WebGPU/Impl/WebGPUAdapterImpl.cpp
+    graphics/WebGPU/Impl/WebGPUBindGroupImpl.cpp
+    graphics/WebGPU/Impl/WebGPUBindGroupLayoutImpl.cpp
+    graphics/WebGPU/Impl/WebGPUBufferImpl.cpp
+    graphics/WebGPU/Impl/WebGPUCommandBufferImpl.cpp
+    graphics/WebGPU/Impl/WebGPUCommandEncoderImpl.cpp
+    graphics/WebGPU/Impl/WebGPUComputePassEncoderImpl.cpp
+    graphics/WebGPU/Impl/WebGPUComputePipelineImpl.cpp
+    graphics/WebGPU/Impl/WebGPUConvertToBackingContext.cpp
+    graphics/WebGPU/Impl/WebGPUDeviceImpl.cpp
+    graphics/WebGPU/Impl/WebGPUDowncastConvertToBackingContext.cpp
+    graphics/WebGPU/Impl/WebGPUExternalTextureImpl.cpp
+    graphics/WebGPU/Impl/WebGPUImpl.cpp
+    graphics/WebGPU/Impl/WebGPUPipelineLayoutImpl.cpp
+    graphics/WebGPU/Impl/WebGPUQuerySetImpl.cpp
+    graphics/WebGPU/Impl/WebGPUQueueImpl.cpp
+    graphics/WebGPU/Impl/WebGPURenderBundleEncoderImpl.cpp
+    graphics/WebGPU/Impl/WebGPURenderBundleImpl.cpp
+    graphics/WebGPU/Impl/WebGPURenderPassEncoderImpl.cpp
+    graphics/WebGPU/Impl/WebGPURenderPipelineImpl.cpp
+    graphics/WebGPU/Impl/WebGPUSamplerImpl.cpp
+    graphics/WebGPU/Impl/WebGPUShaderModuleImpl.cpp
+    graphics/WebGPU/Impl/WebGPUTextureImpl.cpp
+    graphics/WebGPU/Impl/WebGPUTextureViewImpl.cpp
+
     system/SleepDisabler.cpp
     system/SystemSleepListener.cpp
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to