[Linux] Implement async rendering to unmapped wl_surface
Categories
(Core :: Widget: Gtk, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
Always return valid NS_NATIVE_WINDOW/NS_NATIVE_WIDGET/NS_NATIVE_WINDOW_WEBRTC_DEVICE_ID.
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Set release status flags based on info from the regressing bug 1737068
Comment 2•4 years ago
|
||
Martin, is that something we should track for an uplift in 95 or can the fix ride the trains when it happens? Thanks
| Assignee | ||
Comment 3•4 years ago
|
||
No need to track, I have to diagnose if and when this affects recent builds first.
I don't have info about recent crashes caused by this one.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 5•1 year ago
|
||
From comment 3 I would assume there's no crash about this?
| Assignee | ||
Comment 6•1 year ago
|
||
We may keep wl_surface valid after unmap (just remove wl_subsurface role) and not suspend/resume compositor for it. It allows to avoid synced calls to compositor and we can always return valid GL window (but hidden).
| Assignee | ||
Comment 7•1 year ago
|
||
No need to track, we don't crash here.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 8•6 months ago
|
||
| Assignee | ||
Comment 10•6 months ago
|
||
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Comment 11•6 months ago
|
||
Let's submit it as separated patches for better reviews and regression handling.
| Assignee | ||
Updated•5 months ago
|
| Assignee | ||
Comment 12•5 months ago
|
||
As a part of this bug we may also enable Vsync ASAP for toplevel window to start painting early as possible (Bug 2002237).
Updated•5 months ago
|
| Assignee | ||
Updated•4 months ago
|
Updated•3 months ago
|
Updated•2 months ago
|
Description
•