Open
Bug 1460759
Opened 7 years ago
Updated 5 months ago
Update DynamicProperties directly for animations
Categories
(Core :: Graphics: WebRender, enhancement, P2)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: hiro, Unassigned)
References
(Blocks 1 open bug)
Details
In the current setup, we iterate 3 times for animations.
1) iterate all animations for calculating animation value
2) iterate all calculated animation values for generating nsTArray for opacity and transform
3) iterate all the nsTArrays to generating PropertyValue
This is pretty inefficient, we should directly generate ProperyValue (i.e. DynamicProprties).
I believe this is not a critical but should fix before shipping WebRender.
Updated•7 years ago
|
Blocks: stage-wr-next
Priority: P3 → P2
Updated•7 years ago
|
Summary: Update DynamicProperties directly for animaitons → Update DynamicProperties directly for animations
Updated•2 years ago
|
Severity: normal → S3
Updated•11 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•