compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Wed Jan 24 00:17:52 EET 2007


 compiz.pc.in               |    2 
 include/compiz.h           |   51 +--
 include/decoration.h       |    9 
 libdecoration/decoration.c |   44 ++
 plugins/Makefile.am        |   35 --
 plugins/blur.c             |  764 +++++++++++++++++++++++++++++++++++----------
 plugins/cube.c             |    5 
 plugins/decoration.c       |   70 ----
 plugins/minimize.c         |   18 -
 plugins/scale.c            |   18 -
 plugins/switcher.c         |   23 -
 plugins/water.c            |   15 
 src/fragment.c             |   14 
 src/paint.c                |   86 ++---
 src/screen.c               |    2 
 15 files changed, 817 insertions(+), 339 deletions(-)

New commits:
commit 969e9c10c5445505796a53245407eb6e135d64bf
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 23 15:40:34 2007 -0500

    Fix blur region clipping and expose client and decoration texture
    blurring to applications using window properties.

commit 0dfa51fc74364da193dfdddcccea75438dd9e2f4
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 23 14:48:15 2007 -0500

    Set stencilRef properly. It should be either 1 or 0.

commit 09b212412ba7d0e96e1b7d4a50eb24d2a9e25ee0
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 23 14:47:09 2007 -0500

    Move applyGravity function into libdecoration.

commit 0f4b19704aede497ac467bd5e0efb04a43df6ea9
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 23 14:45:55 2007 -0500

    stencilRef should initially be 0.

commit 2b493772be57a07d2bc8bb9a26671f48aeccf627
Author: David Reveman <davidr at novell.com>
Date:   Sun Jan 21 12:51:03 2007 -0500

    Don't pass window paint attribs to drawWindow function. All
    transformations must be done before calling drawWindow. Blur plugin
    is now performing destination fetching in drawWindow function before
    any window textures have been rendered.

commit 51cb1cc4f91a61ffd283b3fa62d5ed1b7b70755a
Author: David Reveman <davidr at novell.com>
Date:   Fri Jan 19 11:55:14 2007 -0500

    No need for plugins to link to libraries that compiz is already linked to.




More information about the xorg-commit mailing list