Open
Bug 1919612
Opened 2 months ago
Updated 22 days ago
Add support for non-uniform scaling on tiled picture cache slices
Categories
(Core :: Graphics: WebRender, task, P3)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: nical, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [viewtransitions:m2:gfx])
Currently we only support uniformly scaling and translating picture cache slices. For view-transitions we need to be able to apply non-uniform scaling factors.
The infrastructure for deciding what resolution to render a picture at expects uniform scaling and breaks in various ways when the scale is non-uniform (For example bug 1916599).
Updated•1 month ago
|
Whiteboard: [viewtransitions:m1:gfx]
Updated•22 days ago
|
Whiteboard: [viewtransitions:m1:gfx] → [viewtransitions:m2:gfx]
You need to log in
before you can comment on or make changes to this bug.
Description
•