[webkit-changes] [WebKit/WebKit] b7bd89: [WebGPU] webgpu:api, validation, state, device_lost, *...

mwyrzykowski noreply at github.com
Sun Feb 4 20:45:47 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b7bd89ba227d492f2eeefca628afea8480f556d9
      https://github.com/WebKit/WebKit/commit/b7bd89ba227d492f2eeefca628afea8480f556d9
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-02-04 (Sun, 04 Feb 2024)

  Changed paths:
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/state/device_lost/destroy-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js
    M Source/WebGPU/WebGPU/ComputePipeline.mm
    M Source/WebGPU/WebGPU/Device.h
    M Source/WebGPU/WebGPU/Device.mm
    M Source/WebGPU/WebGPU/RenderPipeline.mm
    M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteDevice.cpp

  Log Message:
  -----------
  [WebGPU] webgpu:api,validation,state,device_lost,* is failing
https://bugs.webkit.org/show_bug.cgi?id=268574
<radar://122131203>

Reviewed by Dan Glastonbury.

Add validation for api,validation,state,* tests along with passing expectations
and updated CTS test files.

* LayoutTests/http/tests/webgpu/webgpu/api/validation/state/device_lost/destroy-expected.txt:
* LayoutTests/http/tests/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:
* Source/WebGPU/WebGPU/ComputePipeline.mm:
(WebGPU::Device::createComputePipelineAsync):
* Source/WebGPU/WebGPU/Device.h:
(WebGPU::Device::isValid const): Deleted.
* Source/WebGPU/WebGPU/Device.mm:
(WebGPU::Device::isDestroyed const):
(WebGPU::Device::destroy):
(WebGPU::Device::isValid const):
* Source/WebGPU/WebGPU/RenderPipeline.mm:
(WebGPU::Device::createRenderPipelineAsync):
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteDevice.cpp:
(WebKit::RemoteDevice::importExternalTextureFromVideoFrame):

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




More information about the webkit-changes mailing list