Closed
Bug 1582152
Opened 6 years ago
Closed 6 years ago
Too much invalidation blob invalidation on circle animation
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
(Blocks 2 open bugs)
Details
Attachments
(3 files)
We invalidate this animation a lot more than we want to.
Assignee | ||
Updated•6 years ago
|
Blocks: wr-blob-perf
Assignee | ||
Comment 1•6 years ago
|
||
Assignee: nobody → jmuizelaar
Assignee | ||
Comment 2•6 years ago
|
||
Instead of checking whether the bounds of the clipped
image has changed just check whether our clipped bounds
have changed. This simplifies the code and avoids
a bunch of extra invalidations.
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f8f091f34f2c
Drop bounds change check. r=mstange
![]() |
||
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•