xf86-video-geode: Changes to 'master'

Martin-Éric Racine q-funk at kemper.freedesktop.org
Wed Sep 1 06:45:26 PDT 2010


 src/geode_driver.c |    6 +++---
 src/gx_driver.c    |   16 ++++++++--------
 src/gx_randr.c     |    4 ++--
 src/gx_video.c     |   26 +++++++++++++-------------
 src/lx_driver.c    |    4 ++--
 src/lx_memory.c    |   12 ++++++------
 src/lx_output.c    |    2 +-
 src/lx_video.c     |   24 ++++++++++++------------
 src/z4l.c          |   18 +++++++++---------
 9 files changed, 56 insertions(+), 56 deletions(-)

New commits:
commit 5dfe7dbf6ed122fbbb758be7a5b7d78a199583c7
Author: Frank Huang <frankr.huang at amd.com>
Date:   Wed Sep 1 10:30:35 2010 +0800

    Replace xalloc/xrealloc/xfree/xcalloc with malloc/realloc/free/calloc
    
    * Replace the deprecated functions with new ones
      Refer to "/xserver/include/os.h"
    
    Signed-off-by: Frank Huang <frankr.huang at amd.com>



More information about the xorg-commit mailing list