mutter/src
Jonas Ådahl 8fc1325e8e renderer/native: Try the gbm renderer before the EGLDevice renderer
This switches the order of what renderer mode is tried first, so that
the gbm renderer mode is preferred on an NVIDIA driver where it is
supported.

We fall back to still try the EGLDevice renderer mode if the created gbm
renderer is not hardware accelerated.

The last fallback is still to use the gbm renderer, even if it is not
hardware accelerated, as this is needed when hardware acceleration isn't
available at all. The original reason for the old order was due to the
fact that a gbm renderer without hardware acceleration would succeed
even on NVIDIA driver that didn't support gbm.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2051>
2021-10-19 17:43:13 +02:00
..
backends renderer/native: Try the gbm renderer before the EGLDevice renderer 2021-10-19 17:43:13 +02:00
compositor shaped-texture: Remove mask texture handling from get_image() 2021-09-22 13:07:44 +00:00
core util: Export and annotate meta_get_clutter_debug_flags 2021-10-18 16:46:59 +00:00
meta util: Export and annotate meta_get_clutter_debug_flags 2021-10-18 16:46:59 +00:00
tests clutter/stage: Remove 'minimum window size' logic 2021-10-18 14:36:15 +00:00
ui main: Move rect related macro to util-private.h 2021-05-17 16:08:42 +00:00
wayland drm-buffer: Replace 'use-modifier' boolean with flags 2021-10-18 17:33:33 +02:00
x11 x11: Initialize g_autofree with NULL 2021-09-04 20:00:23 +00:00
libmutter.pc.in
meson.build drm-buffer: Replace 'use-modifier' boolean with flags 2021-10-18 17:33:33 +02:00
meta-private-enum-types.c.in core: Drop "volatile" from static GTypes in manual registration 2021-03-22 10:47:51 +00:00
meta-private-enum-types.h.in
org.freedesktop.login1.xml
org.gnome.Mutter.DisplayConfig.xml x11: Support the CTM (color transform matrix) RandR property 2021-01-11 13:44:54 +00:00
org.gnome.Mutter.IdleMonitor.xml
org.gnome.Mutter.RemoteDesktop.xml remote-desktop/session: Add CapsLockState and NumLockState properties 2021-03-04 17:39:08 +00:00
org.gnome.Mutter.ScreenCast.xml screen-cast/session: Introduce RecordVirtual D-Bus API 2021-03-12 15:09:45 +00:00