compiz: Changes to 'master'

Jesse Barnes jbarnes at kemper.freedesktop.org
Wed Jul 22 14:17:11 PDT 2009


 .gitignore            |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 include/compiz-core.h |    2 ++
 src/display.c         |    9 +++++++--
 src/main.c            |   14 +++++++++++++-
 4 files changed, 69 insertions(+), 3 deletions(-)

New commits:
commit 4ee624771ab698e797b4c9d148ee75a3b14a73e7
Author: Jesse Barnes <jbarnes at virtuousgeek.org>
Date:   Wed Jul 22 14:14:59 2009 -0700

    Add swapbuffers and vsync_wait options
    
    Some drivers will automatically prevent tearing when swapbuffers or
    copysubbuffer is called, and will throttle drawing at that time as well
    (usually to the refresh rate); the --no-wait option can be used in that
    case.
    
    And for testing drivers, the --always-swap option can be nice, since it
    will force full screen updates, allowing page flipping paths to be
    taken, for example.
    
    Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>

commit a5a97b22c256cdadcfbf0b440474bfdf856e3ace
Author: Jesse Barnes <jbarnes at virtuousgeek.org>
Date:   Wed Jul 22 14:14:35 2009 -0700

    Add .gitignore file
    
    Makes git a bit nicer to use.



More information about the xorg-commit mailing list