mutter/src
Jonas Ådahl f27ca241f9 renderer/native: Move per frame KMS update to MetaFrameNative
In order to make things more and more asynchronus and to each time we
paint be an isolated event, that can be potentially be applied
individually or together with other updates, make it so that each time
we draw, we use the transient MetaFrameNative (ClutterFrame) instance to
carry a KMS update for us.

For this to work, we also need to restructure how we apply mode sets.
Previously we'd amend the same KMS update each frame during mode set,
then after the last CRTC was composited, we'd apply the update that
contained updates for all CRTC.

Now each CRTC has its own KMS update, and instead we put them in a per
device table, and whenever we finished painting, we'll merge the new
update into any existing one, and then finally once all CRTCs have been
composited, we'll apply an update that contains all the mode sets for all
relevant CRTCs on a device.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2855>
2023-03-02 01:40:16 +01:00
..
backends renderer/native: Move per frame KMS update to MetaFrameNative 2023-03-02 01:40:16 +01:00
compositor surface-actor/wayland: Ensure screen-casted surfaces have a primary view 2023-02-28 12:03:50 +01:00
core renderer/native: Move per frame KMS update to MetaFrameNative 2023-03-02 01:40:16 +01:00
frames frames: Fix code typo 2023-02-28 18:13:23 +01:00
meta window: Add raise_and_make_recent() method 2023-02-23 20:40:58 +00:00
tests renderer/native: Move per frame KMS update to MetaFrameNative 2023-03-02 01:40:16 +01:00
wayland onscreen/native: Handle unexpected scanout failures async 2023-03-01 23:57:32 +00:00
x11 x11: Prevent use-after-free if a filter is removed during handling 2023-02-24 14:11:55 +00:00
libmutter.pc.in
meson.build renderer-view/native: Allocate backend specific ClutterFrame 2023-03-02 01:39:16 +01:00
meta-private-enum-types.c.in build: Add missing include 2022-08-10 20:28:40 +02:00
meta-private-enum-types.h.in