1
0
Fork 0
mutter-performance-source/src/compositor
Owen W. Taylor 804117c456 Remove MetaRegion
In many places, MetaRegion was being used entirely internally, rather
than for gtk2/gtk3 compatibility. In these cases, it's simpler to just
depend on cairo-1.10 (for both gtk2 and gtk3) and use cairo_region_t.

The few places where we did need GDK compatibility (GdkEvent.region and
gdk_window_shape_combine_mask) are replaced with a combination of
converting GdkRegion to cairo_region_t and conditional code.

https://bugzilla.gnome.org/show_bug.cgi?id=632474
2010-10-23 15:48:29 -04:00
..
plugins mutter-window: Don't track the window type twice 2010-09-30 18:35:12 +02:00
tidy Support and require Clutter 1.2 2010-03-11 15:06:06 -05:00
compositor-private.h Add a modal mode for plugins 2009-08-26 12:26:58 -04:00
compositor.c Remove unused variable 2010-09-30 18:49:21 +02:00
mutter-module.c There can be only one compositor engine 2009-06-30 09:34:03 -04:00
mutter-module.h There can be only one compositor engine 2009-06-30 09:34:03 -04:00
mutter-plugin-manager.c Clean up MutterPlugin effect interface 2010-06-17 01:40:43 +04:00
mutter-plugin-manager.h introspection: Build with --warn-fatal, drop fix-meta-rectangle.py hack 2010-09-07 10:48:07 -04:00
mutter-plugin.c Clean up MutterPlugin effect interface 2010-06-17 01:40:43 +04:00
mutter-shaped-texture.c Remove MetaRegion 2010-10-23 15:48:29 -04:00
mutter-shaped-texture.h Remove MetaRegion 2010-10-23 15:48:29 -04:00
mutter-texture-tower.c Work around COGL bug causing flash for new windows 2010-05-09 14:30:18 -04:00
mutter-texture-tower.h Nice looking scaledown with mipmap emulation 2009-11-24 15:40:35 -05:00
mutter-window-group.c Remove MetaRegion 2010-10-23 15:48:29 -04:00
mutter-window-group.h Reduce overpaint in the window group 2009-07-09 16:56:01 +01:00
mutter-window-private.h Remove MetaRegion 2010-10-23 15:48:29 -04:00
mutter-window.c Remove MetaRegion 2010-10-23 15:48:29 -04:00
README There can be only one compositor engine 2009-06-30 09:34:03 -04:00
shadow.c Split shadow code into a separate file 2009-07-05 23:28:38 +01:00
shadow.h Split shadow code into a separate file 2009-07-05 23:28:38 +01:00

Intro
=====

Fix me.


Env Vars
========

MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.