[webkit-changes] [WebKit/WebKit] 33411b: [WebGPU] RenderBundleEncoder::endCurrentICB may fa...

mwyrzykowski noreply at github.com
Thu May 2 23:42:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 33411be973eca26fe10f705ccf43b9925a28627e
      https://github.com/WebKit/WebKit/commit/33411be973eca26fe10f705ccf43b9925a28627e
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-05-02 (Thu, 02 May 2024)

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

  Log Message:
  -----------
  [WebGPU] RenderBundleEncoder::endCurrentICB may fail validation when the bundle has zero draw calls
https://bugs.webkit.org/show_bug.cgi?id=273566
<radar://127364748>

Reviewed by Dan Glastonbury.

No need to split an ICB which has thus far encoded zero draw commands.

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

* Source/WebGPU/WebGPU/RenderBundleEncoder.mm:
(WebGPU::RenderBundleEncoder::setPipeline):

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