[webkit-changes] [WebKit/WebKit] 0d316e: [WebGPU] useResource: for render pipeline for reso...

mwyrzykowski noreply at github.com
Tue Oct 3 17:49:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0d316ef5e2a22eecd87ae89dbdcbb46868963b53
      https://github.com/WebKit/WebKit/commit/0d316ef5e2a22eecd87ae89dbdcbb46868963b53
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-10-03 (Tue, 03 Oct 2023)

  Changed paths:
    M Source/WebGPU/WebGPU/BindGroup.h
    M Source/WebGPU/WebGPU/BindGroup.mm
    M Source/WebGPU/WebGPU/ComputePassEncoder.mm
    M Source/WebGPU/WebGPU/RenderPassEncoder.mm

  Log Message:
  -----------
  [WebGPU] useResource: for render pipeline for resources from compute pipeline
https://bugs.webkit.org/show_bug.cgi?id=262584
<radar://116430663>

Reviewed by Dan Glastonbury.

Can't call useResource in the render pipeline for resources from the
compute pipeline.

* Source/WebGPU/WebGPU/BindGroup.h:
* Source/WebGPU/WebGPU/BindGroup.mm:
(WebGPU::metalRenderStage):
* Source/WebGPU/WebGPU/ComputePassEncoder.mm:
(WebGPU::ComputePassEncoder::setBindGroup):
* Source/WebGPU/WebGPU/RenderPassEncoder.mm:
(WebGPU::RenderPassEncoder::executeBundles):
(WebGPU::RenderPassEncoder::setBindGroup):

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




More information about the webkit-changes mailing list