Closed
Bug 1593383
Opened 6 years ago
Closed 6 years ago
Fix REFTEST failures with partial present
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
When partial present is enabled, reftests were failed.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=62b90e9134d55631b007bffc8630e953eb35662f
It might be caused by how to taking a snap shot.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Comment 1•6 years ago
•
|
||
LayerManagerComposite does full rendering for taking a snapshot.
https://searchfox.org/mozilla-central/source/gfx/layers/composite/LayerManagerComposite.cpp#598
LayerManagerMLGPU also does full rendering for taking a snapshot.
https://searchfox.org/mozilla-central/source/gfx/layers/mlgpu/LayerManagerMLGPU.cpp#511
| Assignee | ||
Comment 2•6 years ago
|
||
full rendering seemed to address the failures.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ef1c30783a346263cd0b2eb6104fef3261fd0957
Comment 3•6 years ago
|
||
I agree, doing what our old code did seems like the right way to go here.
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2e1945e590ff
Force full rendering to external target r=nical,gw
Comment 7•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•