compiz: Changes to 'master'

Dennis Kasprzyk onestone at kemper.freedesktop.org
Thu Apr 24 09:56:52 PDT 2008


 include/compiz-core.h |   20 +---
 include/compiz-cube.h |   19 +--
 metadata/core.xml.in  |    5 +
 metadata/cube.xml.in  |    5 -
 plugins/cube.c        |  243 --------------------------------------------------
 plugins/switcher.c    |   19 ---
 src/display.c         |   11 +-
 src/paint.c           |  200 +++++++++++++++++++----------------------
 src/screen.c          |   29 ++++-
 src/texture.c         |   15 +--
 10 files changed, 155 insertions(+), 411 deletions(-)

New commits:
commit 99eaecff01b50bdb5a14f5c10e9549c6500057ac
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu Apr 24 18:39:35 2008 +0200

    Bump core ABI.

commit 0846ad5ecdb7c53f8121f12ade8d1704e5964306
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu Apr 24 18:39:03 2008 +0200

    Use full screen output if overlapping output devices have been detected. This prevents that parts of the screen get painted twice (xrandr clone modes).

commit a8b8840fd03636a8c25a12f530e8e228235a536f
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu Apr 24 17:09:55 2008 +0200

    Use PAINT_SCREEN_NO_BACKGROUND_MASK instead of wraping paintBackground.

commit 9de9491065df34ad233ff38324352d9ea96149fa
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu Apr 24 17:02:44 2008 +0200

    Removed wrapable background painting. The core part of the background painting code stays as a fallback, if no desktop window is present and no other plugin provides a different background solution. Plugins can use the PAINT_SCREEN_NO_BACKGROUND_MASK screen mask to disable this fallback.

commit 2b476947a2e33c7b99ec26779e6d965e03429758
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu Apr 24 16:31:34 2008 +0200

    Removed background painting. The compiz fusion wallpaper plugin provides a better and more flexible for viewport independent background image solution.

commit 0c1fc202acbfdc66751b97a59d3a962ed66579b9
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Thu Apr 24 16:18:02 2008 +0200

    Follow the "texture from pixmap" specification more strictly to avoid unnecessary calls to glxQueryDrawable during pixmap binding.



More information about the xorg-commit mailing list