[webkit-changes] [WebKit/WebKit] 2b35ff: [WebGPU] External textures in compute passes don't...

mwyrzykowski noreply at github.com
Thu Oct 31 07:27:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2b35ff32741e3a7b82c33f81a77e019eb46a9298
      https://github.com/WebKit/WebKit/commit/2b35ff32741e3a7b82c33f81a77e019eb46a9298
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

  Changed paths:
    A LayoutTests/fast/webgpu/nocrash/fuzz-282086-expected.txt
    A LayoutTests/fast/webgpu/nocrash/fuzz-282086.html
    M Source/WebGPU/WebGPU/ComputePassEncoder.mm

  Log Message:
  -----------
  [WebGPU] External textures in compute passes don't cache their command encoders
https://bugs.webkit.org/show_bug.cgi?id=282086
rdar://138504987

Reviewed by Tadeu Zagallo.

Unlike RenderPassEncoder, we were not setting the CommandEncoder on
the external textures in the ComputePassEncoder.

* LayoutTests/fast/webgpu/nocrash/fuzz-282086-expected.txt: Added.
* LayoutTests/fast/webgpu/nocrash/fuzz-282086.html: Added.
Add regression test.

* Source/WebGPU/WebGPU/ComputePassEncoder.mm:
(WebGPU::setCommandEncoder):

Canonical link: https://commits.webkit.org/285954@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