Closed
Bug 1457448
Opened 7 years ago
Closed 7 years ago
Flush scene builder thread before taking a snapshot
Categories
(Core :: Graphics: WebRender, enhancement, P1)
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
For reftests to work with async scene building, we need to flush the scene builder thread of any inflight scenes before we do the readback. I added code in WR to do this in https://github.com/servo/webrender/pull/2685 which should be in the next WR update.
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Blocks: stage-wr-trains
Priority: -- → P1
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8971580 [details]
Bug 1457448 - Ensure we flush the async scene builder thread before snapshotting.
https://reviewboard.mozilla.org/r/240360/#review246342
Attachment #8971580 -
Flags: review?(nical.bugzilla) → review+
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6a5dc145f8ec
Ensure we flush the async scene builder thread before snapshotting. r=nical
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•