Closed
Bug 1395235
Opened 7 years ago
Closed 7 years ago
Avoid an unnecessary copy of the display list by moving Finalization out of EndTranscation
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
DUPLICATE
of bug 1405819
Tracking | Status | |
---|---|---|
firefox56 | --- | unaffected |
firefox57 | --- | unaffected |
People
(Reporter: jrmuizel, Unassigned)
References
Details
We call PushBuiltDisplayList when we could probably just reuse the original. I'll do this after nical's reworking of transcations.
Reporter | ||
Comment 1•7 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #0)
> We call PushBuiltDisplayList when we could probably just reuse the original.
> I'll do this after nical's reworking of transcations.
Note, we currently add items to the builder after pushing_built, we'll need to resolve that first.
Updated•7 years ago
|
Blocks: stage-wr-nightly
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Priority: P3 → P2
Whiteboard: [wr-mvp]
Updated•7 years ago
|
status-firefox56:
--- → unaffected
status-firefox57:
--- → unaffected
Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Priority: P2 → --
Whiteboard: [wr-mvp]
You need to log in
before you can comment on or make changes to this bug.
Description
•