compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Thu Jan 18 01:02:25 EET 2007


 include/compiz.h     |    6 ++
 plugins/Makefile.am  |    2 
 plugins/blur.c       |  149 +++++++++++++++++++++++++++++++++++++++++++++++----
 plugins/decoration.c |   14 +++-
 plugins/scale.c      |    6 ++
 plugins/switcher.c   |    6 ++
 src/event.c          |   16 +++++
 src/paint.c          |   39 ++++++-------
 src/screen.c         |    6 +-
 src/window.c         |   66 ++++++++++++++++++++--
 10 files changed, 267 insertions(+), 43 deletions(-)

New commits:
commit b373a7bd05c7082ea11d9339ec7d8fc1d99a4b71
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 16 15:39:37 2007 +0100

    Render decorations after client window so it's possible to have
    decorations that cover part of the client window.

commit dfc2c33e9ab3983d8dbdda7a9ce7159fa3f1fdf8
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 16 15:04:16 2007 +0100

    Minor cleanup.

commit fa5bf5754d8a2e47d659a3abe5cb59a7b0e304d7
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 16 06:07:39 2007 +0100

    Project vertices and only update minimum required destination texture
    region. Some more optimizations should be done here but the current
    changes should still give a major performance improvement.

commit ff1a53acaefa983c86c15f8087ffe88a89760646
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 16 05:00:16 2007 +0100

    All matrix transformations must be applied when drawWindowTexture is
    called. Add pushWindowTransform, which pushes a matrix to the current
    matrix stack and applies any window transformations.

commit 43fac818179ab0f6ad7bcd608abe72a5c80a2408
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 16 01:10:17 2007 +0100

    Basic focus prevention support.




More information about the xorg-commit mailing list