Consolidate WR texture allocation code into a module
Categories
(Core :: Graphics: WebRender, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: kvark, Assigned: kvark)
Details
Attachments
(1 file)
We have the following modules in the root:
texture_cache.rsslab_allocator.rsatlas_allocator.rsguillotine_allocator.rs
I believe all those are close in semantics and should all be moved into a module. Something like this:
src/texture_cache/mod.rssrc/texture_cache/allocator/slab.rssrc/texture_cache/allocator/atlas.rssrc/texture_cache/allocator/guillotine.rs
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Backed out changeset b8e9cf21898a (bug 1685345) for WebRender build bustages. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer?job_id=326081973&repo=autoland&lineNumber=30272
https://treeherder.mozilla.org/logviewer?job_id=326081969&repo=autoland&lineNumber=13041
Push with failures:
https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&revision=b8e9cf21898ae7b100f99d88901363a9bd886cac
Backout:
https://hg.mozilla.org/integration/autoland/rev/9070ce19efe09f08b427693061abd6ee3010bc85
| Assignee | ||
Comment 5•4 years ago
|
||
Was a harmless accidental WR warning due to a slight change in includes together with the logic that uses them (in an unrelated change). Re-landed now.
Comment 6•4 years ago
|
||
| bugherder | ||
Description
•