Open
Bug 1918140
Opened 2 months ago
Updated 8 days ago
[META] Support VT snapshots for small elements
Categories
(Core :: Graphics: WebRender, task, P3)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: nical, Assigned: nical)
References
(Depends on 14 open bugs, Blocks 2 open bugs)
Details
(Keywords: meta, Whiteboard: [viewtransitions:m1:gfx])
The first implementation of snapshots for view-transitions in WebRender will only be able to produce single-texture snapshots.
As a result we will be limited by how much texture memory we can allocate (and higher risk of frame jank when allocating the backing texture since it won't come from a tile pool).
"Small" Here means at most the size of the screen, or maybe smaller if we run into issues with the initial implementation.
Assignee | ||
Updated•2 months ago
|
Summary: Implement support VT snapshots for small elements → Support VT snapshots for small elements
Updated•1 month ago
|
Keywords: meta
Summary: Support VT snapshots for small elements → [META] Support VT snapshots for small elements
Whiteboard: [viewtransitions:m1:gfx]
You need to log in
before you can comment on or make changes to this bug.
Description
•