mutter/src/compositor
Jasper St. Pierre f1aada0fae window-actor: Punt mask generation to MetaWindowActor
This effectively makes MetaShapedTexture not a MetaShapedTexture, but a simple
and dumb MetaMaskedTexture, with an optimization for clipped regions.

We're doing this as the mask may need to be more complicated than made of
a cairo path -- we eventually want GTK+ to draw the entire frame background,
which we'll then scan.

https://bugzilla.gnome.org/show_bug.cgi?id=676052
2012-05-21 16:12:30 -04:00
..
plugins default plugin: Remove start method that does nothing 2012-04-26 15:07:46 -04:00
cogl-utils.c
cogl-utils.h
compositor-private.h plugin: Remove unneeded wrapper APIs 2012-03-08 16:52:44 -05:00
compositor.c Remove meta_compositor_update_workspace_geometry 2012-04-24 16:54:49 -04:00
meta-background-actor-private.h
meta-background-actor.c Pass CoglContext to cogl_texture_pixmap_x11_new() 2012-02-21 18:23:22 +00:00
meta-module.c
meta-module.h
meta-plugin-manager.c
meta-plugin-manager.h Remove meta_compositor_update_workspace_geometry 2012-04-24 16:54:49 -04:00
meta-plugin.c Switch to gtk-doc syntax 2012-04-24 15:20:39 -04:00
meta-shadow-factory-private.h
meta-shadow-factory.c Use generic marshaller 2011-12-13 19:53:57 -05:00
meta-shaped-texture.c window-actor: Punt mask generation to MetaWindowActor 2012-05-21 16:12:30 -04:00
meta-texture-rectangle.c meta-texture-rectangle: Use Cogl's API to create a rectangle texture 2012-04-25 14:54:09 +01:00
meta-texture-rectangle.h meta-texture-rectangle: Use Cogl's API to create a rectangle texture 2012-04-25 14:54:09 +01:00
meta-texture-tower.c texture-tower: Remove potential leak 2012-04-26 10:02:41 -04:00
meta-texture-tower.h
meta-window-actor-private.h
meta-window-actor.c window-actor: Punt mask generation to MetaWindowActor 2012-05-21 16:12:30 -04:00
meta-window-group.c window-group: Remove an unnecessary assignment 2012-04-26 15:07:46 -04:00
meta-window-group.h
meta-window-shape.c
meta-window-shape.h
README
region-utils.c
region-utils.h

Intro
=====

Fix me.


Env Vars
========

MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.