Closed
Bug 1587084
Opened 5 years ago
Closed 5 years ago
WebRender does not display anything if picture caching is disabled
Categories
(Core :: Graphics: WebRender, defect, P2)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
People
(Reporter: nical, Assigned: gw)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
This with the gfx.webrender.picture-caching pref turned off (on by default). The Window renders entirely transparent which renders the browser unusable.
The problem was fixed after I manually removed the pref from my the pref.js file of my profile.
We should do something ASAP, at least ignore the pref until a good solution to the problem is found and landed.
Reporter | ||
Comment 1•5 years ago
|
||
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6412a75872bb
Prevent disabling picture caching temporarily. r=jrmuizel
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → gwatson
Keywords: leave-open
Assignee | ||
Comment 3•5 years ago
|
||
The framebuffer clear was accidentally removed due to a rebase
error. We need to clear the framebuffer (and z) here when the
non-picture caching path is active.
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6338cf051cbb
Fix non-picture-caching path on webrender. r=kvark
Comment 5•5 years ago
|
||
bugherder |
Comment 6•5 years ago
|
||
bugherder |
Assignee | ||
Comment 7•5 years ago
|
||
The previous patch fixed the bug in the non-picture caching code
path, so we can re-enable the preference now.
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/29ecd1185d1c
Restore the picture caching enabled preference. r=nical
Comment 9•5 years ago
|
||
bugherder |
Assignee | ||
Comment 10•5 years ago
|
||
This was fixed by the patches above.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Keywords: leave-open
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•