compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Sat Feb 24 01:22:44 EET 2007


 include/compiz.h     |   57 +++++++++++++++++++++++++++++++++++++++++++++------
 plugins/blur.c       |   12 ++++++++--
 plugins/decoration.c |    7 +++---
 plugins/scale.c      |    5 +++-
 plugins/switcher.c   |    7 ++++--
 plugins/wobbly.c     |    2 -
 src/paint.c          |   41 +++++++++++++++++-------------------
 7 files changed, 95 insertions(+), 36 deletions(-)

New commits:
commit 6440720c87cc57fa6a07a62c9f945c4d8f2b1aaa
Author: David Reveman <davidr at novell.com>
Date:   Fri Feb 23 18:21:52 2007 +0100

    Avoid blurring opaque client windows.

commit d7677a8999928e736bde5a787f86087cf8eb4deb
Author: David Reveman <davidr at novell.com>
Date:   Fri Feb 23 18:02:47 2007 +0100

    Never blur windows when painting clipped opaque window regions.

commit 4ccd5dcdd3542df5f2a8d2bb3117c772b7269b2a
Author: David Reveman <davidr at novell.com>
Date:   Fri Feb 23 17:58:27 2007 +0100

    Clean up and document window paint flags.
    
    TRANSLUCENT flag that was earlier used for both indicating
    that we're painting clipped translucent window regions and
    that blending is required. The read-only CLIP_TRANSLUCENT
    flag is now used to indicate that we're painting clipped
    translucent window regions. TRANSLUCENT flag now indicate
    that client window is translucent. BLEND flag indicates that
    blending should be used when rendering.




More information about the xorg-commit mailing list