mutter/src
Jonas Ådahl 40e7e5d356 renderer-native: Fix page flip retry timeout calculation
It tried to add a (implicitly casted) float to a uint64_t, and due to
floating point precision issues resulted in timestamps intended to be
in the future to actually be in the past. Fix this by first casting the
delay to an uint64_t, then add it to the time stamp.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/506
2019-04-02 13:49:59 +00:00
..
backends renderer-native: Fix page flip retry timeout calculation 2019-04-02 13:49:59 +00:00
compositor background: Shrink wallpaper using LINEAR_MIPMAP_LINEAR 2019-03-26 11:38:52 +08:00
core launch-context: Swap reversed timestamp/workspace 2019-04-01 10:34:51 +00:00
meta build: Don't use absolute paths with subdir keyword 2019-03-18 12:37:14 +00:00
tests boxes: Fix spelling in API 2019-03-17 14:12:40 +00:00
ui frame: Remove flashing support 2019-03-12 00:27:07 +00:00
wayland wayland/xdg-shell: Correct window menu position in logical layout mode 2019-03-26 22:41:57 +01:00
x11 x11-display: Split out restoring of active workspace 2019-03-04 19:42:00 +00:00
libmutter.pc.in build: Fix libs and cflags in autotools .pc file 2018-11-10 16:20:46 +00:00
meson.build build: Don't use absolute paths with subdir keyword 2019-03-18 12:37:14 +00:00
meta-marshal.list renderer-native: Add hardware presentation timing 2018-11-23 11:01:30 +00:00
org.freedesktop.login1.xml MetaLauncher: Don't g_error() on failure 2015-11-06 17:03:59 -05:00
org.gnome.Mutter.DisplayConfig.xml fixed typo 2018-07-24 13:16:36 +00:00
org.gnome.Mutter.IdleMonitor.xml idle-monitor: Add ResetIdletime API, for testing purposes 2018-04-16 13:28:03 +02:00
org.gnome.Mutter.RemoteDesktop.xml remote-desktop, screen-cast: Add version number to D-Bus APIs 2018-02-23 19:33:31 +08:00
org.gnome.Mutter.ScreenCast.xml org.gnome.Mutter.ScreenCast: Document what was added in API version 2 2019-02-26 13:39:11 +00:00