[webkit-changes] [WebKit/WebKit] 69a331: [WebGPU] Invalidate all command buffers on submit, ...

mwyrzykowski noreply at github.com
Tue May 21 16:15:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 69a3317d52711ea37fc5ea92ecc57f663fab0a44
      https://github.com/WebKit/WebKit/commit/69a3317d52711ea37fc5ea92ecc57f663fab0a44
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-05-21 (Tue, 21 May 2024)

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

  Log Message:
  -----------
  [WebGPU] Invalidate all command buffers on submit, regardless of it the submit call succeeds
https://bugs.webkit.org/show_bug.cgi?id=274244>
<radar://128177642>

Reviewed by Dan Glastonbury.

Invalidate all command buffers passed to GPUQueue.submit, regardless
of whether or not they get committed.

Fixes the test being added in https://github.com/gpuweb/cts/pull/3716

* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::invalidateCommandBuffers):
(WebGPU::Queue::submit):

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