[webkit-changes] [WebKit/WebKit] fe6c3c: [WebGPU] wgslLanguageFeatures is missing

mwyrzykowski noreply at github.com
Tue Feb 27 08:37:20 PST 2024


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

  Changed paths:
    M Source/WebCore/CMakeLists.txt
    M Source/WebCore/DerivedSources-input.xcfilelist
    M Source/WebCore/DerivedSources-output.xcfilelist
    M Source/WebCore/DerivedSources.make
    M Source/WebCore/Modules/WebGPU/GPU.cpp
    M Source/WebCore/Modules/WebGPU/GPU.h
    M Source/WebCore/Modules/WebGPU/GPU.idl
    A Source/WebCore/Modules/WebGPU/WGSLLanguageFeatures.cpp
    A Source/WebCore/Modules/WebGPU/WGSLLanguageFeatures.h
    A Source/WebCore/Modules/WebGPU/WGSLLanguageFeatures.idl
    M Source/WebCore/Modules/credentialmanagement/DigitalIdentity.cpp
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/bindings/js/WebCoreBuiltinNames.h

  Log Message:
  -----------
  [WebGPU] wgslLanguageFeatures is missing
https://bugs.webkit.org/show_bug.cgi?id=269994
<radar://123512478>

Reviewed by Dan Glastonbury.

WGSLLaanguageFeatures can be empty but the specification
expects an empty set in that case. We don't currenlty
support any language features.

* Source/WebCore/CMakeLists.txt:
* Source/WebCore/DerivedSources-input.xcfilelist:
* Source/WebCore/DerivedSources-output.xcfilelist:
* Source/WebCore/DerivedSources.make:
* Source/WebCore/Modules/WebGPU/GPU.cpp:
(WebCore::GPU::GPU):
(WebCore::GPU::getPreferredCanvasFormat const):
(WebCore::GPU::wgslLanguageFeatures const):
(WebCore::GPU::getPreferredCanvasFormat): Deleted.
* Source/WebCore/Modules/WebGPU/GPU.h:
* Source/WebCore/Modules/WebGPU/GPU.idl:
* Source/WebCore/Modules/WebGPU/WGSLLanguageFeatures.cpp: Copied from Source/WebCore/Modules/WebGPU/GPU.idl.
(WebCore::WGSLLanguageFeatures::initializeSetLike const):
* Source/WebCore/Modules/WebGPU/WGSLLanguageFeatures.h: Copied from Source/WebCore/Modules/credentialmanagement/DigitalIdentity.cpp.
(WebCore::WGSLLanguageFeatures::create):
* Source/WebCore/Modules/WebGPU/WGSLLanguageFeatures.idl: Copied from Source/WebCore/Modules/WebGPU/GPU.idl.
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/bindings/js/WebCoreBuiltinNames.h:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list