Closed
Bug 1690280
Opened 5 years ago
Closed 5 years ago
Fallback to Software WebRender does extra pass if SW-WR + D3D11 is disabled
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
FIXED
87 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox85 | --- | unaffected |
| firefox86 | --- | unaffected |
| firefox87 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
The gfx.webrender.software.d3d11 pref gates SW-WR + D3D11 and we should also be checking that in the fallback logic. The only consequence is that it does an extra few passes of SW-WR if the pref is turned off.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dcb7901e8346
Ensure we check the SW-WR/D3D11 pref before assuming it can be used during fallback. r=jrmuizel
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
Comment 4•5 years ago
|
||
Set release status flags based on info from the regressing bug 1689203
status-firefox85:
--- → unaffected
status-firefox86:
--- → unaffected
status-firefox-esr78:
--- → unaffected
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•