Closed
Bug 1603676
Opened 6 years ago
Closed 6 years ago
Move picture caching check for WR compositor to Feature::WEBRENDER_COMPOSITOR check
Categories
(Core :: Graphics: WebRender, task, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla73
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
Details
Attachments
(1 file)
Bug 1603207 added picture caching usage check to the following places. But the check should be done during Feature::WEBRENDER_COMPOSITOR check. With it, about:support could have an information that WR compositor is disabled by no picture caching.
- RenderCompositorANGLE::UseCompositor()
- RenderCompositorOGL::ShouldUseNativeCompositor()
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sotaro.ikeda.g
Updated•6 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0016ade97e65
Move picture caching check for WR compositor to Feature::WEBRENDER_COMPOSITOR check r=gw
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•