xf86-video-sis: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Mon Jan 9 16:02:31 PST 2012


 configure.ac     |    4 ++--
 src/sis.h        |   16 +++++++++++-----
 src/sis_dri.c    |    2 +-
 src/sis_driver.c |   33 +++++++++++++++++++++++++--------
 src/sis_opt.c    |    4 ++--
 5 files changed, 41 insertions(+), 18 deletions(-)

New commits:
commit 9c1f8f775ca692858fd88e325ef815cc49e55805
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Jan 4 13:58:01 2012 +1000

    Untangle XF86DRI from the driver-specific DRI define
    
    XF86DRI is defined by xorg-server.h, so --disable-dri in the sis driver
    itself does exactly nothing other than not fill in the CFLAGS and thus stop
    the driver from compiling.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit 16724f3ecd322c64d9ee164fb122d4285d9cef08
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Oct 31 15:03:21 2011 +1000

    Use miPointerSetPosition, not miPointerAbsoluteCursor
    
    miPointerAbsoluteCursor was removed in '09.
    
    Technically this shouldn't just work on the VCP since any master pointer may
    end up in the dead area. However, I suspect the Venn diagramm of MPX users
    and sis merged framebuffer users shows little overlap.
    
    miPointerSetPosition's prototype changed a few times, these are a bunch of
    untested ifdefs that should be correct according to the git history.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>



More information about the xorg-commit mailing list