mutter/src
Owen W. Taylor c15c8facfe Add support for quad-buffer stereo
Track the stereo status of windows using the new EXT_stereo_tree
GLX extension.

When stereo is enabled or disabled, a restart is triggered via
meta_restart() after a timeout, setting a _META_ENABLE_STEREO
property on the root window to indicate whether we should
turn on a stereo stage for clutter. The property avoids a loop,
since we need to enable stereo *before* initializing Clutter and GL,
but we need GL to figure out whether we have stereo windows.

Stereo windows are drawn to the stage using new functionality
in Cogl to setup a stereo context, select which buffer to draw
to, and draw either the left or right buffer of a stereo
texture_from_pixmap.
2019-02-12 10:43:10 -05:00
..
backends backends/x11: Support synaptics configuration 2019-02-12 10:43:10 -05:00
compositor Add support for quad-buffer stereo 2019-02-12 10:43:10 -05:00
core Add support for quad-buffer stereo 2019-02-12 10:43:10 -05:00
meta MetaShapedTexture: save and restore textures on suspend 2019-02-11 17:45:42 -05:00
tests tests: Add "closed-transient" test 2019-02-11 13:40:09 -05:00
ui frames: Allow for unknown mouse buttons 2018-05-25 11:35:45 +02:00
wayland Add support for quad-buffer stereo 2019-02-12 10:43:10 -05:00
x11 events: Don't move (sloppy) focus while buttons are pressed 2019-02-12 10:43:10 -05:00
.cvsignore Install desktop files in both .../share/applications and 2008-09-12 04:05:17 +00:00
libmutter.pc.in Make libmutter and friends parallel installable 2017-02-14 11:16:45 +08:00
Makefile-tests.am tests: Add "closed-transient" test 2019-02-11 13:40:09 -05:00
Makefile.am Add support for quad-buffer stereo 2019-02-12 10:43:10 -05:00
meta-enum-types.c.in Install enum types 2015-07-05 22:01:59 -07:00
meta-enum-types.h.in Install enum types 2015-07-05 22:01:59 -07:00
org.freedesktop.login1.xml backend: switch to using generated logind proxy 2019-02-11 17:45:42 -05:00
org.gnome.Mutter.DisplayConfig.xml DisplayConfig: Add 'legacy-ui-scaling-factor' property 2017-10-12 17:42:52 +08:00
org.gnome.Mutter.IdleMonitor.xml idle-monitor: Add ResetIdletime API, for testing purposes 2018-04-16 16:03:56 +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 screen-cast: Add 'cursor-mode' to allow decoupled cursor updates 2019-02-11 13:40:19 -05:00