mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
0b3327f04d
At least with the Mesa/DRI implementation of GLX, calling XFreePixmap() on a pixmap before glxDestroyPixmap() on the corresponding GLX pixmap causes an X error. To avoid triggering this with the new ClutterTexturePixmapX11 code, we need to move our XFreePixmap after unsetting the pixmap from the actor. https://bugzilla.gnome.org/show_bug.cgi?id=627210 |
||
---|---|---|
.. | ||
plugins | ||
tidy | ||
compositor-private.h | ||
compositor.c | ||
mutter-module.c | ||
mutter-module.h | ||
mutter-plugin-manager.c | ||
mutter-plugin-manager.h | ||
mutter-plugin.c | ||
mutter-shaped-texture.c | ||
mutter-shaped-texture.h | ||
mutter-texture-tower.c | ||
mutter-texture-tower.h | ||
mutter-window-group.c | ||
mutter-window-group.h | ||
mutter-window-private.h | ||
mutter-window.c | ||
README | ||
shadow.c | ||
shadow.h |
Intro ===== Fix me. Env Vars ======== MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.