[webkit-changes] [WebKit/WebKit] 3dbba0: [WebGPU] webgpu:api, operation, reflection:* does no...

mwyrzykowski noreply at github.com
Fri Nov 10 19:24:31 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3dbba0e01464ac78587324bd14314c6945c4f821
      https://github.com/WebKit/WebKit/commit/3dbba0e01464ac78587324bd14314c6945c4f821
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/reflection-expected.txt
    M LayoutTests/platform/mac-wk2/TestExpectations
    M Source/WebCore/Modules/WebGPU/GPUDevice.cpp
    M Source/WebCore/Modules/WebGPU/GPUQuerySet.cpp
    M Source/WebCore/Modules/WebGPU/GPUQuerySet.h
    M Source/WebCore/Modules/WebGPU/GPUQuerySet.idl
    M Source/WebGPU/WebGPU/QuerySet.mm
    M Source/WebGPU/WebGPU/Texture.mm

  Log Message:
  -----------
  [WebGPU] webgpu:api,operation,reflection:* does not pass
https://bugs.webkit.org/show_bug.cgi?id=264547
<radar://118216777>

Reviewed by Tadeu Zagallo.

Fix a validation error in texture and query set creation and
update the GPUQuerySet idl to the most recent version.

* Source/WebCore/Modules/WebGPU/GPUDevice.cpp:
(WebCore::GPUDevice::createQuerySet):
* Source/WebCore/Modules/WebGPU/GPUQuerySet.cpp:
(WebCore::GPUQuerySet::GPUQuerySet):
(WebCore::GPUQuerySet::type const):
(WebCore::GPUQuerySet::count const):
* Source/WebCore/Modules/WebGPU/GPUQuerySet.h:
(WebCore::GPUQuerySet::create):
(WebCore::GPUQuerySet::GPUQuerySet): Deleted.
* Source/WebGPU/WebGPU/QuerySet.mm:
(WebGPU::Device::createQuerySet):
* Source/WebGPU/WebGPU/Texture.mm:
(WebGPU::Device::validateCreateTexture):
* Source/WebCore/Modules/WebGPU/GPUQuerySet.idl:

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




More information about the webkit-changes mailing list