Closed
Bug 1631312
Opened 5 years ago
Closed 5 years ago
WebRender compositor is disabled on Windows
Categories
(Core :: Graphics: WebRender, defect, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla77
People
(Reporter: sotaro, Assigned: jrmuizel)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1630371 disabled webrender native compositor on all window PCs. "if (!gfxVars::UseWebRenderDCompWin()) {" is called before "gfxVars::SetUseWebRenderDCompWin(true)".
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → sotaro.ikeda.g
Reporter | ||
Updated•5 years ago
|
status-firefox76:
--- → affected
status-firefox77:
--- → affected
Assignee | ||
Comment 1•5 years ago
|
||
[Tracking Requested - why for this release]: I accidentally disabled DirectComposition everywhere in bug 1630629
Assignee | ||
Updated•5 years ago
|
tracking-firefox76:
--- → ?
Assignee | ||
Comment 2•5 years ago
|
||
Bug 1630629 moved the check UseWebRenderDCompWin before it had been
initialized. This moves it below so that DirectComposition isn't
disabled everywhere.
Reporter | ||
Updated•5 years ago
|
Assignee: sotaro.ikeda.g → jmuizelaar
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/20aad8c2fc42
Move the check for UseWebRenderDCompWin(). r=sotaro
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
Updated•5 years ago
|
Priority: -- → P1
Comment 5•5 years ago
|
||
This was fixed by backout for 76.
You need to log in
before you can comment on or make changes to this bug.
Description
•