Closed
Bug 1564947
Opened 5 months ago
Closed 5 months ago
Make the WR display list dump friendly to document-splitting
Categories
(Core :: Graphics: WebRender, defect, P3)
P3
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Right now WebRenderCommandBuilder::mBuilderDumpIndex is a single index but is getting used to index into different display lists when document splitting is enabled. This results in the gfx.webrender.dl.dump* prefs producing a somewhat garbled output when enabled. The mBuilderDumpIndex needs to be turned into a RenderRootArray so that there is one per render root, and the index for a given render root should be used when indexing into the builder for that render root.
Assignee | ||
Comment 1•5 months ago
|
||
Depends on D37589
Pushed by kgupta@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ca567cce7c4e Split the WR builder dump index into a RenderRootArray. r=Gankro
Comment 3•5 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 months ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•