Closed
Bug 1533296
Opened 6 years ago
Closed 6 years ago
Shader compile failure did not fallback to compositor rendering on android
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 2 obsolete files)
When shader compile failure happened by Bug 1532245, it just stop rendering. It did not cause gecko to fallback to compositor rendering.
Assignee | ||
Updated•6 years ago
|
Blocks: wr-android
Assignee | ||
Updated•6 years ago
|
Summary: Shader compile failure did not fallback to normal compositor on android → Shader compile failure did not fallback to compositor rendering on android
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•6 years ago
|
||
On android, nsWindow creates LayerManager and CompositorSession only once. We need to add re-creating LayerManager and CompositorSession during disabling WebRender.
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Attachment #9054130 -
Attachment is obsolete: true
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #9056457 -
Attachment is obsolete: true
Assignee | ||
Comment 5•6 years ago
|
||
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/548576be041b
Make WebRender error as to Fallback to Compositor rendering during disabling WebRender on android r=nical
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•