Closed Bug 1695908 Opened 3 years ago Closed 3 years ago

Fix the the render task graph SVG dump

Categories

(Core :: Graphics: WebRender, task)

task

Tracking

()

RESOLVED FIXED
88 Branch
Tracking Status
firefox88 --- fixed

People

(Reporter: nical, Assigned: nical)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

It probably broke during the frame graph revamp. Right now it doesn't display much useful information.

Summary: Fix the rhe render task graph SVG dump → Fix the the render task graph SVG dump

During the frame graph refactoring, a new Pass type was introduced which holds the render task ids for a given pass (before we attribute the task ids to sepcific sub-passes of RenderPass). As a result, the tasks vector of RenderPass which the SVG dumps reads is now unused and always empty.

This patch removes the unused tasks vector and fix the svg dump so that it reads from the Pass struct instead.

Assignee: nobody → nical.bugzilla
Status: NEW → ASSIGNED
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d172ff857ed0
Fix the render task graph SVG dump. r=gw
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: