1
0
Fork 0
mutter-performance-source/src/compositor/mutter
Owen W. Taylor 072ec184d3 Revert "Unparent rather than destroy MutterWindows."
This reverts commit 16d49695ad.

If we want an actor to go away deterministically, we should call
clutter_actor_destroy(); using unparent instead a) may result
leaks through cyclic ref counts, and b) will delay the deallocation
of the window texture in a garbage collected environment until
the next garbage collection, causing much greater transient use
of memory.

http://bugzilla.gnome.org/show_bug.cgi?id=580520
2009-06-23 14:13:59 -04:00
..
plugins Comprehensively rename to Mutter 2009-06-16 14:17:10 -04:00
tidy Adapt to premultiplied alpha usage in Cogl 2009-06-11 15:36:27 -04:00
compositor-mutter.c Revert "Unparent rather than destroy MutterWindows." 2009-06-23 14:13:59 -04:00
mutter-module.c Suppress strict aliasing warning 2009-06-16 15:47:59 -04:00
mutter-module.h GObjectified MutterPlugin. 2008-12-17 09:33:56 +00:00
mutter-plugin-manager.c Load plugins separately from initializing 2009-04-24 09:54:18 -04:00
mutter-plugin-manager.h Load plugins separately from initializing 2009-04-24 09:54:18 -04:00
mutter-plugin.c Allow setting input region before output window is created 2009-04-24 09:54:19 -04:00
mutter-shaped-texture.c Adapt to premultiplied alpha usage in Cogl 2009-06-11 15:36:27 -04:00
mutter-shaped-texture.h Update to Clutter 0.9 2009-01-28 15:43:36 +00:00
README Add support for setting MUTTER_DISABLE_MIPMAPS env var. 2008-11-05 11:48:07 +00:00

Intro
=====

Fix me.


Env Vars
========

MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.