Closed
Bug 1881518
Opened 1 year ago
Closed 1 year ago
Recycle wgpu resource ID indices
Categories
(Core :: Graphics: WebGPU, task, P3)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: nical, Assigned: nical)
References
Details
Attachments
(1 file)
We used to recycle them and accidentally lost the ability to do so. https://github.com/gfx-rs/wgpu/pull/5244 reintroduces a simple way to recycle IDs. They can be reused as soon as the <resource>_drop
function is called which, for Gecko means we can make the index reusable as soon as we have sent the corresponding <Resource>Drop
IPDL message.
Assignee | ||
Updated•1 year ago
|
Summary: REcycle wgpu resource ID indices → Recycle wgpu resource ID indices
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → nical.bugzilla
Status: NEW → ASSIGNED
Comment 2•1 year ago
|
||
This has been resolved! 🎉
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dd10bf41fcea
Recycle indices again. r=webgpu-reviewers,bradwerth
Comment 4•11 months ago
|
||
bugherder |
Updated•11 months ago
|
status-firefox126:
--- → fixed
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•