Bug 273328
| Summary: | [WebGPU] Invalid command buffers need to get dealloc'ed in a timely fashion | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
| Component: | WebGPU | Assignee: | 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: | |||
Mike Wyrzykowski
[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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/127121787>
Mike Wyrzykowski
Pull request: https://github.com/WebKit/WebKit/pull/28240
EWS
Committed 278474@main (36690be3ace7): <https://commits.webkit.org/278474@main>
Reviewed commits have been landed. Closing PR #28240 and removing active labels.
Mike Wyrzykowski
Reopened Bugzilla.
This caused a regression in some CTS tests, tracking revert in https://bugs.webkit.org/show_bug.cgi?id=273973.
Mike Wyrzykowski
Pull request: https://github.com/WebKit/WebKit/pull/28395
EWS
Committed 278622@main (1399a72e4ed5): <https://commits.webkit.org/278622@main>
Reviewed commits have been landed. Closing PR #28395 and removing active labels.