WebRender doesn't render when picture caching is disabled
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | verified |
People
(Reporter: kvark, Assigned: gw)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The screen is flickering between black and transparent, no surfing is possible.
Reporter | ||
Comment 1•5 years ago
|
||
I took a GPU capture, and "pass 7/framebuffer/Composite/" is empty.
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
We need to detect this code path in renderer, and call the
legacy draw_color_target method.
Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
bugherder |
Comment 5•5 years ago
|
||
Hello,
Could you please provide QA with STR for verifying this ticket ?
Thank you in advance!
Assignee | ||
Comment 6•5 years ago
|
||
Sure - ensure that you have webrender enabled (you can confirm via about:support) and then:
- Set
gfx.webrender.picture-caching
tofalse
inabout:config
- Restart the browser.
If you see anything other than a blank white screen, it's verified :)
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Hello! Reproduced the issues using Firefox 71.0a1 (20191003214801) on Windows 10x64 and STR from comment 6.
The issue is verified fixed with firefox 71.0b9 (20191111170815) on Windows 10x64, macOS 10.12 and Ubuntu 18.04. No blank screen presented while using Webrender and setting gfx.webrender.picture-caching to false. Thank you for STR Glenn.
Updated•3 years ago
|
Description
•