Bug 273328 - [WebGPU] Invalid command buffers need to get dealloc'ed in a timely fashion
Summary: [WebGPU] Invalid command buffers need to get dealloc'ed in a timely fashion
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mike Wyrzykowski
URL:
Keywords: InRadar
Depends on: 273973
Blocks:
  Show dependency treegraph
 
Reported: 2024-04-26 10:34 PDT by Mike Wyrzykowski
Modified: 2024-05-10 12:42 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Wyrzykowski 2024-04-26 10:34:47 PDT
[WebGPU] Invalid command buffers should be submitted as no-ops

Currently after we reach the 64 command buffer limit, we submit the commands, even invalid ones
Comment 1 Radar WebKit Bug Importer 2024-04-26 10:35:20 PDT
<rdar://problem/127121787>
Comment 2 Mike Wyrzykowski 2024-05-07 09:15:37 PDT
Pull request: https://github.com/WebKit/WebKit/pull/28240
Comment 3 EWS 2024-05-07 12:33:02 PDT
Committed 278474@main (36690be3ace7): <https://commits.webkit.org/278474@main>

Reviewed commits have been landed. Closing PR #28240 and removing active labels.
Comment 4 Mike Wyrzykowski 2024-05-09 14:24:34 PDT
Reopened Bugzilla.
This caused a regression in some CTS tests, tracking revert in https://bugs.webkit.org/show_bug.cgi?id=273973.
Comment 5 Mike Wyrzykowski 2024-05-10 10:05:48 PDT
Pull request: https://github.com/WebKit/WebKit/pull/28395
Comment 6 EWS 2024-05-10 12:42:25 PDT
Committed 278622@main (1399a72e4ed5): <https://commits.webkit.org/278622@main>

Reviewed commits have been landed. Closing PR #28395 and removing active labels.