mutter/src/compositor
Rui Matos 7f6bcea331 compositor: Handle GL video memory purged errors
Emit a signal so that interested parties can recreate their FBOs and
queue a full scene graph redraw to ensure we don't end up showing
graphical artifacts.

This relies on the GL driver supporting the
NV_robustness_video_memory_purge extension and cogl creating a
suitable GL context. For now we only make use of it with the X backend
since the only driver with which this is useful is NVIDIA.

https://bugzilla.gnome.org/show_bug.cgi?id=739178
2016-06-27 20:23:50 +02:00
..
plugins Fix the merged build 2016-04-27 20:37:47 +02:00
clutter-utils.c
clutter-utils.h
cogl-utils.c
cogl-utils.h
compositor-private.h compositor: Handle GL video memory purged errors 2016-06-27 20:23:50 +02:00
compositor.c compositor: Handle GL video memory purged errors 2016-06-27 20:23:50 +02:00
meta-background-actor-private.h
meta-background-actor.c
meta-background-group.c
meta-background-image.c Do not skip CoglError parameters 2016-04-15 17:22:24 +02:00
meta-background-private.h
meta-background.c Do not skip CoglError parameters 2016-04-15 17:22:24 +02:00
meta-cullable.c
meta-cullable.h
meta-dnd-actor-private.h
meta-dnd-actor.c
meta-feedback-actor-private.h
meta-feedback-actor.c
meta-module.c
meta-module.h
meta-plugin-manager.c
meta-plugin-manager.h
meta-plugin.c
meta-shadow-factory.c Do not skip CoglError parameters 2016-04-15 17:22:24 +02:00
meta-shaped-texture-private.h surface-actor-x11: Unredirect ARGB32 windows with full opaque regions 2016-03-21 13:44:44 -07:00
meta-shaped-texture.c surface-actor-x11: Unredirect ARGB32 windows with full opaque regions 2016-03-21 13:44:44 -07:00
meta-surface-actor-wayland.c MetaSurfaceActorWayland: Use weak pointer instead of destroy hook 2016-05-01 21:11:27 +08:00
meta-surface-actor-wayland.h
meta-surface-actor-x11.c Fix the merged build 2016-04-27 20:37:47 +02:00
meta-surface-actor-x11.h
meta-surface-actor.c surface-actor: Keep track of ignored damage 2016-06-17 21:39:06 +02:00
meta-surface-actor.h surface-actor-x11: Unredirect ARGB32 windows with full opaque regions 2016-03-21 13:44:44 -07:00
meta-sync-ring.c
meta-sync-ring.h
meta-texture-rectangle.c
meta-texture-rectangle.h
meta-texture-tower.c
meta-texture-tower.h
meta-window-actor-private.h
meta-window-actor.c MetaWindow: Make buffer_rect and rect share coordinate space 2016-05-01 21:11:27 +08:00
meta-window-group.c
meta-window-group.h
meta-window-shape.c
README
region-utils.c
region-utils.h

Intro
=====

Fix me.


Env Vars
========

MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.