[webkit-changes] [WebKit/WebKit] 9f0d70: [WebGPU] WGPUTextureFormat_RG11B10Ufloat is suppor...

mwyrzykowski noreply at github.com
Mon Feb 13 17:41:58 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9f0d70106ae2c2c221a9cdcc8f761f1f2842bee4
      https://github.com/WebKit/WebKit/commit/9f0d70106ae2c2c221a9cdcc8f761f1f2842bee4
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M Source/WebCore/PAL/pal/graphics/WebGPU/Impl/WebGPUAdapterImpl.cpp
    M Source/WebGPU/WebGPU/HardwareCapabilities.mm
    M Source/WebGPU/WebGPU/Texture.mm

  Log Message:
  -----------
  [WebGPU] WGPUTextureFormat_RG11B10Ufloat is supported by metal
https://bugs.webkit.org/show_bug.cgi?id=251721
<radar://105021384>

Reviewed by Myles C. Maxfield.

RG11B10Ufloat is supported on all Metal families for rendering.

* Source/WebCore/PAL/pal/graphics/WebGPU/Impl/WebGPUAdapterImpl.cpp:
(PAL::WebGPU::supportedFeatures):
* Source/WebGPU/WebGPU/HardwareCapabilities.mm:
(WebGPU::baseFeatures):
* Source/WebGPU/WebGPU/Texture.mm:
(WebGPU::isRenderableFormat):

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




More information about the webkit-changes mailing list