mutter/src/compositor
Robert Bragg d0b870d3a9 tower: make sure not to blend when updating tower
Each level in the tower is initialized by binding the texture for that
level to an offscreen framebuffer and rendering the previous level as a
textured rectangle. The problem was that we were blending the previous
level with undefined data so argb32 windows with transparencies would
result in artefacts. This makes sure to disable blending when drawing
the textured rectangle.
2014-04-09 12:10:17 -07:00
..
plugins Make tile preview a compositor plugin effect 2014-02-19 21:55:35 +01:00
clutter-utils.c Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
clutter-utils.h Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
cogl-utils.c Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
cogl-utils.h Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
compositor-private.h compositor: Kill off MetaCompScreen 2014-03-26 12:04:48 -04:00
compositor.c errors: Kill off meta_error_trap_push_with_return 2014-04-07 10:37:03 -04:00
meta-background-actor-private.h cullable: Turn cull_out / reset_culling into a separate interface 2013-11-25 15:21:36 -05:00
meta-background-actor.c Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
meta-background-group.c cullable: Turn cull_out / reset_culling into a separate interface 2013-11-25 15:21:36 -05:00
meta-background.c background: Remove load_still_frame 2014-04-02 12:35:24 -04:00
meta-cullable.c cullable: Reset the culling state instead of skipping the traversal 2014-02-05 14:24:08 -05:00
meta-cullable.h Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
meta-module.c Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
meta-module.h Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
meta-plugin-manager.c compositor: Kill off MetaCompScreen 2014-03-26 12:04:48 -04:00
meta-plugin-manager.h compositor: Kill off MetaCompScreen 2014-03-26 12:04:48 -04:00
meta-plugin.c Rename monitor => meta-monitor-manager 2014-03-31 22:05:24 -04:00
meta-shadow-factory-private.h Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
meta-shadow-factory.c Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
meta-shaped-texture-private.h shaped-texture: Move unobscured_region processing here 2014-02-05 14:42:38 -05:00
meta-shaped-texture.c meta-shaped-texture: Check if the parent has mapped clones as well 2014-02-28 18:27:37 +01:00
meta-surface-actor-wayland.c surface-actor: Implement is_argb32 generically for both X11 and Wayland 2014-03-25 17:04:39 -04:00
meta-surface-actor-wayland.h Don't include wayland/ by default either 2014-03-18 22:04:36 -04:00
meta-surface-actor-x11.c surface-actor: Implement is_argb32 generically for both X11 and Wayland 2014-03-25 17:04:39 -04:00
meta-surface-actor-x11.h window-actor: Split into two subclasses of MetaSurfaceActor 2014-02-20 14:44:31 -05:00
meta-surface-actor.c surface-actor: Implement is_argb32 generically for both X11 and Wayland 2014-03-25 17:04:39 -04:00
meta-surface-actor.h surface-actor: Implement is_argb32 generically for both X11 and Wayland 2014-03-25 17:04:39 -04:00
meta-texture-rectangle.c Properly set the number of components on the CoglTextureRectangle 2014-01-13 13:28:38 -05:00
meta-texture-rectangle.h Properly set the number of components on the CoglTextureRectangle 2014-01-13 13:28:38 -05:00
meta-texture-tower.c tower: make sure not to blend when updating tower 2014-04-09 12:10:17 -07:00
meta-texture-tower.h Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
meta-window-actor-private.h wayland: Move "public" Wayland API to another header file 2014-02-28 10:24:06 -05:00
meta-window-actor.c window-actor: Clean up has_shadow 2014-04-02 11:40:04 -04:00
meta-window-group.c window-group: Don't special-case the unredirected window 2014-02-18 21:29:50 -05:00
meta-window-group.h cullable: Turn cull_out / reset_culling into a separate interface 2013-11-25 15:21:36 -05:00
meta-window-shape.c Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
meta-window-shape.h Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
README There can be only one compositor engine 2009-06-30 09:34:03 -04:00
region-utils.c Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00
region-utils.h Changed obsolete FSF postal address into generic URL. 2014-01-13 11:35:47 -05:00

Intro
=====

Fix me.


Env Vars
========

MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.