Open
Bug 1793426
Opened 2 years ago
Updated 2 years ago
[Wayland] Avoid sync calls between main and compositor/render thread
Categories
(Core :: Graphics, defect, P3)
Core
Graphics
Tracking
()
NEW
People
(Reporter: stransky, Unassigned)
References
Details
Follow up from Bug 1784869 / Bug 1645677.
We need to sync Wayland mContainer internals removal with compositor EGLSurface delete.
Right now we use sync Resume call to force compositor recreate EGLSurface so we can release old Wayland resources (wl_surface, egl_window).
Reporter | ||
Updated•2 years ago
|
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:bhood, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(bhood)
Comment 2•2 years ago
|
||
Martin, should this be a task
instead of a defect
?
Severity: -- → S3
Flags: needinfo?(bhood)
You need to log in
before you can comment on or make changes to this bug.
Description
•