compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Fri Jan 26 00:05:03 EET 2007


 AUTHORS              |    1 
 include/compiz.h     |   59 +++++++--
 plugins/annotate.c   |    3 
 plugins/blur.c       |  173 ++++++++++++++++-----------
 plugins/clone.c      |   41 +++---
 plugins/cube.c       |   70 ++++-------
 plugins/decoration.c |    3 
 plugins/fade.c       |    5 
 plugins/minimize.c   |   29 ++--
 plugins/move.c       |    3 
 plugins/plane.c      |   54 ++++----
 plugins/rotate.c     |    6 
 plugins/scale.c      |   93 +++++++-------
 plugins/screenshot.c |    3 
 plugins/switcher.c   |   79 ++++++++----
 plugins/wobbly.c     |    6 
 plugins/zoom.c       |    6 
 src/Makefile.am      |    3 
 src/display.c        |   14 +-
 src/matrix.c         |  322 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/paint.c          |  153 ++++++++++++++----------
 src/screen.c         |   57 +++------
 22 files changed, 830 insertions(+), 353 deletions(-)

New commits:
commit f825435de6ef3a5cb24cf5daceaf7a0ae4a695bc
Author: David Reveman <davidr at novell.com>
Date:   Thu Jan 25 16:40:53 2007 -0500

    Track window size and adjust blur region properly.

commit 6f9f350a20378ce2f150fdce40fa2a9af6a02f87
Author: David Reveman <davidr at novell.com>
Date:   Thu Jan 25 02:11:18 2007 -0500

    Remove stencilRef from CompScreen struct and update so region based
    blur finally works properly in blur plugin.

commit d8bd30209cf1ed477b9d59eb6f14421fd5e1db97
Author: David Reveman <davidr at novell.com>
Date:   Thu Jan 25 01:43:41 2007 -0500

    No need to wrap paintBackground.

commit fda0586dbd9e4b085b1da5febeeb8311826f5991
Author: David Reveman <davidr at novell.com>
Date:   Thu Jan 25 01:42:15 2007 -0500

    Remove PAINT_BACKGROUND_WITH_STENCIL_MASK.

commit fab99aa68a06d543e313d2b0ba177fd7acaaf689
Author: David Reveman <davidr at novell.com>
Date:   Thu Jan 25 01:39:04 2007 -0500

    Use clipping planes instead of stencil buffer to clip transformed
    windows when screen is transformed.

commit f7cbb91130241ab8e59254006681883a57afa700
Author: David Reveman <davidr at novell.com>
Date:   Thu Jan 25 00:46:58 2007 -0500

    Move matrix manipulation out of GL as it makes a lot more sense to
    use the regular stack for this and it is required to fix vertex
    projection issues in blur plugin.




More information about the xorg-commit mailing list