Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f9f67810039c81693439c26dcf3d3da623e17a96
      
https://github.com/WebKit/WebKit/commit/f9f67810039c81693439c26dcf3d3da623e17a96
  Author: Mike Wyrzykowski <mwyrzykow...@apple.com>
  Date:   2024-11-19 (Tue, 19 Nov 2024)

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

  Log Message:
  -----------
  [WebGPU] It is possible to call executeBundles on an ICB after encoding has 
ended
https://bugs.webkit.org/show_bug.cgi?id=283349
rdar://140178000

Reviewed by Cameron McCormack.

We were using the cached encoder which may have ended, so query
the current version to avoid using a stale encoder.

Test: the reduced version of fast/webgpu/nocrash/fuzz-277928b.html
from https://github.com/WebKit/WebKit/pull/36784 continues to pass.

* Source/WebGPU/WebGPU/RenderPassEncoder.mm:
(WebGPU::RenderPassEncoder::executeBundles):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to