Closed
Bug 1614652
Opened 5 years ago
Closed 5 years ago
Replace item reuse markers with actual items for scene dumps
Categories
(Core :: Graphics: WebRender, task, P2)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: mikokm, Assigned: mikokm)
References
Details
Attachments
(1 file)
When WR display list interning is enabled, a big part of display lists will be just reuse markers. Because this would make debugging difficult, we should replace the markers with the actual items when serializing the display list.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by mikokm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e177c04d03e0
Wrap BuiltDisplayList and DisplayItemCache in DisplayListWithCache, and unify serialization/deserialization with BuiltDisplayList r=kvark
Comment 3•5 years ago
|
||
Backed out for build bustages.
Push with failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=289709296&resultStatus=testfailed%2Cbusted%2Cexception&revision=e177c04d03e02fc78d3197c0a1eac380549a1bf6
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=289709296&repo=autoland
Backout: https://hg.mozilla.org/integration/autoland/rev/42ae59295c3017857d22625d49eeea5122a05811
Flags: needinfo?(mikokm)
Pushed by mikokm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2c78e805208e
Wrap BuiltDisplayList and DisplayItemCache in DisplayListWithCache, and unify serialization/deserialization with BuiltDisplayList r=kvark
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•