Support RenderCompositorEGL on X11-only builds
Categories
(Core :: Graphics: WebRender, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: rmader, Assigned: rmader)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
Right now X11-only builds will use RendenderCompositorOGL
with EGL, which could lead to unexpected bugs that are hard to diagnose. It also makes code harder to read if code in MOZ_WAYLAND
blocks is used by the X11 backend.
Assignee | ||
Comment 1•4 years ago
|
||
Right now X11-only builds will use RendenderCompositorOGL
with EGL,
which could lead to unexpected bugs that are hard to diagnose.
It also makes code harder to read if code in MOZ_WAYLAND
blocks
is used by the X11 backend.
While on it, rename and reorder PauseRemoteRenderer()
so it matches
its counterpart MaybeResumeCompositor()
better.
Updated•4 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Right now X11-only builds will use RendenderCompositorOGL
with EGL,
which could lead to unexpected bugs that are hard to diagnose.
It also makes code harder to read if code in MOZ_WAYLAND
blocks
is used by the X11 backend.
While on it, rename and reorder PauseRemoteRenderer()
so it matches
its counterpart MaybeResumeCompositor()
better.
Note: This revision was accepted in D116315 but some bug in lando
required a recreation.
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
Description
•