Bug 273328

Summary: [WebGPU] Invalid command buffers need to get dealloc'ed in a timely fashion
Product: WebKit Reporter: Mike Wyrzykowski <mwyrzykowski>
Component: WebGPUAssignee: Mike Wyrzykowski <mwyrzykowski>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 273973    
Bug Blocks:    

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.