Use SharedGL in RenderCompositorEGL on wayland
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: sotaro, Assigned: stransky)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
By Bug 1532929 Comment 7, SharedGL usage in RenderCompositorEGL on wayland caused flicker when multiple windows were opened. Bug 1532929 does not enable SharedGL on wayland for now.
| Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/659c30eda4f1
Use SharedGL in RenderCompositorEGL on wayland, r=sotaro
Comment 4•6 years ago
|
||
| bugherder | ||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
I am still testing, but I suspect this causes two regressions I have recently observed: Odd flickering + blocked buffer swap, which suggests that a new path has been introduced without the appropriate call to eglSwapInterval(0).
| Assignee | ||
Comment 6•6 years ago
|
||
(In reply to Kenny Levinsen :kennylevinsen from comment #5)
I am still testing, but I suspect this causes two regressions I have
recently observed: Odd flickering + blocked buffer swap, which suggests that
a new path has been introduced without the appropriate call to
eglSwapInterval(0).
Interesting, Thanks.
Description
•