mutter/src/core
Jonas Ådahl 566c28bdaf Introduce regional stage rendering
Add support for drawing a stage using multiple framebuffers each making
up one part of the stage. This works by the stage backend
(ClutterStageWindow) providing a list of views which will be for
splitting up the stage in different regions.

A view layout, for now, is a set of rectangles. The stage window (i.e.
stage "backend" will use this information when drawing a frame, using
one framebuffer for each view. The scene graph is adapted to explictly
take a view when painting the stage. It will use this view, its
assigned framebuffer and layout to offset and clip the drawing
accordingly.

This effectively removes any notion of "stage framebuffer", since each
stage now may consist of multiple framebuffers. Therefore, API
involving this has been deprecated and made no-ops; namely
clutter_stage_ensure_context(). Callers are now assumed to either
always use a framebuffer reference explicitly, or push/pop the
framebuffer of a given view where the code has not yet changed to use
the explicit-buffer-using cogl API.

Currently only the nested X11 backend supports this mode fully, and the
per view framebuffers are all offscreen. Upon frame completion, it'll
blit each view's framebuffer onto the onscreen framebuffer before
swapping.

Other backends (X11 CM and native/KMS) are adapted to manage a
full-stage view. The X11 CM backend will continue to use this method,
while the native/KMS backend will be adopted to use multiple view
drawing.

https://bugzilla.gnome.org/show_bug.cgi?id=768976
2016-07-20 14:23:48 +08:00
..
bell.c bell: Fallback to fullscreen flash if no window was passed 2016-03-21 11:38:31 +08:00
bell.h bell: Let the X11 caller deal with the X11 fallback 2016-03-10 12:34:56 +08:00
boxes-private.h Introduce regional stage rendering 2016-07-20 14:23:48 +08:00
boxes.c Introduce regional stage rendering 2016-07-20 14:23:48 +08:00
constraints.c Revert "window: Remove old tiling code" 2016-01-10 15:16:09 +01:00
constraints.h
core.c
core.h
delete.c
display-private.h core: Refactor startup notification into a separate object 2016-02-19 17:41:03 +01:00
display.c Improve handling of tracking the old focused window during restart 2016-06-29 10:22:55 -04:00
edge-resistance.c
edge-resistance.h
errors.c
events.c core: fix build without wayland 2016-05-12 09:33:26 +02:00
events.h
frame.c Revert "window: Remove old tiling code" 2016-01-10 15:16:09 +01:00
frame.h
keybindings-private.h keybindings: Keep virtual modifier masks around 2016-04-19 18:02:25 +02:00
keybindings.c configure.ac: Add AC_GNU_SOURCE 2016-07-20 14:23:48 +08:00
main.c main: Add --x11 command line argument 2016-07-20 14:23:48 +08:00
meta-accel-parse.c keybindings: Avoid using unitialized memory and grabbing random keys 2016-05-12 20:06:02 +02:00
meta-accel-parse.h
meta-border.c MetaBorder: Use float constants and functions instead of double variants 2016-02-16 19:02:48 +08:00
meta-border.h Move out generic math parts out of the native barrier implementation 2016-02-16 19:02:48 +08:00
meta-gesture-tracker-private.h
meta-gesture-tracker.c
mutter.c
place.c
place.h
prefs.c theme: Complete removal of "fringe" titlebar button support 2015-10-16 04:13:14 +02:00
restart-helper.c
restart.c restart: Make meta_restart() work without a message 2016-06-27 20:23:49 +02:00
screen-private.h core: Refactor startup notification into a separate object 2016-02-19 17:41:03 +01:00
screen.c Handle meta_screen_get_monitor_for_point() returning NULL 2016-03-10 16:01:54 +01:00
stack-tracker.c
stack-tracker.h
stack.c core: Remove META_LAYER_FULLSCREEN 2016-07-06 19:11:30 +02:00
stack.h Revert "window: Remove old tiling code" 2016-01-10 15:16:09 +01:00
startup-notification-private.h core: Refactor startup notification into a separate object 2016-02-19 17:41:03 +01:00
startup-notification.c Fix string format in startup notification to be a gint64 2016-07-04 22:34:31 +02:00
testboxes.c testboxes: Don't avoid parameter list 2015-09-24 03:08:23 +02:00
util-private.h Make mutter manage its own clutter backends 2016-07-20 14:23:48 +08:00
util.c configure.ac: Add AC_GNU_SOURCE 2016-07-20 14:23:48 +08:00
window-private.h MetaWindow: Make buffer_rect and rect share coordinate space 2016-05-01 21:11:27 +08:00
window.c window: Stop updating layers on focus changes 2016-07-06 19:11:30 +02:00
workspace-private.h
workspace.c