[webkit-changes] [WebKit/WebKit] 4a2752: [WebGPU] RenderBundleEncoder attempts to add comma...

mwyrzykowski noreply at github.com
Fri Jun 7 02:21:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4a27526e8d2b542964725cf5bee0ed362c8fc0aa
      https://github.com/WebKit/WebKit/commit/4a27526e8d2b542964725cf5bee0ed362c8fc0aa
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

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

  Log Message:
  -----------
  [WebGPU] RenderBundleEncoder attempts to add commands during iteration
https://bugs.webkit.org/show_bug.cgi?id=275232
<radar://129354644>

Reviewed by Dan Glastonbury.

Command encoding is only valid during replay when there is not only
a RenderPassEncoder but one which has a valid MTLRenderCommandEncoder.

* Source/WebGPU/WebGPU/RenderBundleEncoder.mm:
(WebGPU::RenderBundleEncoder::validToEncodeCommand const):

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