xf86-video-siliconmotion: Changes to 'master'

Julien Cristau jcristau at kemper.freedesktop.org
Sun Feb 27 07:17:37 PST 2011


 src/smi_crtc.c   |    6 ++++--
 src/smi_driver.c |   24 +++++++++++++-----------
 src/smi_output.c |    2 +-
 src/smi_video.c  |   46 ++++++++++++++++++++++------------------------
 4 files changed, 40 insertions(+), 38 deletions(-)

New commits:
commit b20cfa3d4f531b612a28ea88e5f5a6b1df183ea0
Author: Julien Cristau <jcristau at debian.org>
Date:   Sun Feb 27 15:49:12 2011 +0100

    Replace calls to xalloc/xcalloc/xfree with malloc/calloc/free
    
    Also don't check for NULL before calling free().
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>

commit 312540ac447acaf80db7e341aa75f90f3e821438
Author: Julien Cristau <jcristau at debian.org>
Date:   Sun Feb 27 15:52:33 2011 +0100

    Fix compiler warning on 64bit
    
    src/smi_driver.c: In function ‘SMI_MapMem’:
    src/smi_driver.c:1498: warning: format ‘%08lX’ expects type ‘long unsigned int’, but argument 6 has type ‘CARD32’
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>

commit 6008906f0e328180b17e7b604b97dfdfd4280508
Author: Julien Cristau <jcristau at debian.org>
Date:   Sun Feb 27 15:46:13 2011 +0100

    Fix build with xserver 1.10
    
    ScrnInfo->pixmapPrivate is gone
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>



More information about the xorg-commit mailing list