[Wayland-bugs] [Bug 769835] On Wayland, application containing GtkGLArea stops responding if it's not on current workspace

gtk+ (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 23 17:49:33 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=769835

Carlos Garnacho <carlosg at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #342424|needs-work                  |none
             status|                            |
 Attachment #342424|0                           |1
        is obsolete|                            |

--- Comment #21 from Carlos Garnacho <carlosg at gnome.org> ---
Created attachment 342427
  --> https://bugzilla.gnome.org/attachment.cgi?id=342427&action=edit
wayland: Disable EGL swap interval

We have a frame clock that ensures rendering is done as per the
output vsync. There is no need to have Mesa do the same for us.

This, most notably, ensures Mesa doesn't schedule frame callbacks
that will be left unattended if the compositor stops throttling
frames for its surface, this is eg. the case if the toplevel is
moved to another workspace.

Also, given a SwapInterval!=0 will always bring these unexpected
side effects, check that it's possible to disable it, and spew
a debug message if that isn't the case.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20161223/3b9483be/attachment.html>


More information about the wayland-bugs mailing list