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

Carlos Garnacho <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #342399|reviewed                    |none
             status|                            |
 Attachment #342399|0                           |1
        is obsolete|                            |

--- Comment #15 from Carlos Garnacho <[email protected]> ---
Created attachment 342410
  --> https://bugzilla.gnome.org/attachment.cgi?id=342410&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 error
out if that isn't the case.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to