mutter/src
Jonas Ådahl 9d3e4fd402 clutter/stage-cogl: Use buffer age when view monitor is rotated
We failed to use the buffer age when monitors were rotated, as when they
are, we first composite to an offscreen framebuffer, then later again to
the onscreen. The buffer age checking happened on the offscreen, and an
offscreen being single buffered, they can't possible support buffer
ages.

Instead, move the buffer age check to check the actual onscreen
framebuffer. The offscreen to onscreen painting is still always full
frame, but that will be fixed in a later commit.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1237
2020-05-26 13:54:28 +00:00
..
backends clutter/stage-cogl: Use buffer age when view monitor is rotated 2020-05-26 13:54:28 +00:00
compositor region-utils: Make transform util const correct 2020-05-26 13:54:28 +00:00
core window: Add a note about the trustworthiness of the client PID 2020-05-21 23:10:23 +00:00
meta backend/xcursor: Support a "blank" cursor type 2020-05-22 14:10:50 +00:00
tests tests/clutter: Don't test BoxLayout's child properties 2020-05-21 15:49:31 +02:00
ui
wayland wayland/actor-surface: Don't notify geometry-changed on mapped changes 2020-05-26 14:54:57 +02:00
x11 window: Use pid_t for get_client_pid() vfunc 2020-05-21 23:10:23 +00:00
libmutter.pc.in
meson.build wayland: Add support for wayland-protocols primary selection protocol 2020-05-13 18:27:46 +02:00
meta-marshal.list
org.freedesktop.login1.xml
org.gnome.Mutter.DisplayConfig.xml monitor-manager: Remove "supports-mirroring" from D-Bus desciption file 2020-05-08 06:50:16 +00:00
org.gnome.Mutter.IdleMonitor.xml
org.gnome.Mutter.RemoteDesktop.xml
org.gnome.Mutter.ScreenCast.xml screen-cast: Add RecordArea for screen cast arbitrary area 2020-04-23 14:45:53 +00:00