[webkit-changes] [WebKit/WebKit] 170078: [WebGPU] Texture sample type is unnecessarily gene...

mwyrzykowski noreply at github.com
Fri Jan 5 15:17:57 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 170078667ab6266c587e22e9cb4c1bc2854fb881
      https://github.com/WebKit/WebKit/commit/170078667ab6266c587e22e9cb4c1bc2854fb881
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    M Source/WebGPU/WebGPU/BindGroup.mm

  Log Message:
  -----------
  [WebGPU] Texture sample type is unnecessarily generated against auto-generated layouts
https://bugs.webkit.org/show_bug.cgi?id=267093
<radar://120487902>

Reviewed by Tadeu Zagallo.

The sample type of textures for auto-generated layouts is always a constant,
so it is not possible to validate them during bind group creation.

This was observed running the resource_init validation suite, which is currently
not running on EWS due to timeouts.

* Source/WebGPU/WebGPU/BindGroup.mm:
(WebGPU::Device::createBindGroup):

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




More information about the webkit-changes mailing list