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•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8b66cf6a1e835d5751aebf70e73be337a87513fa
Assignee | ||
Updated•5 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•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 5•5 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•5 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
•