Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c90ba33c08a3d04d85472c206f8956893a6fe56b
      
https://github.com/WebKit/WebKit/commit/c90ba33c08a3d04d85472c206f8956893a6fe56b
  Author: Mike Wyrzykowski <[email protected]>
  Date:   2024-11-04 (Mon, 04 Nov 2024)

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

  Log Message:
  -----------
  [WebGPU] Ensure pipeline state is set prior to executing draw command in 
RenderBundleEncoder
https://bugs.webkit.org/show_bug.cgi?id=282052
rdar://138504608

Reviewed by Tadeu Zagallo.

It is an error to call draw* without a render pipeline set, ensure one
is set.

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

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

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



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

Reply via email to