xf86-video-sis: Changes to 'refs/tags/xf86-video-sis-0.10.4'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Mar 23 19:56:46 PDT 2012


Tag 'xf86-video-sis-0.10.4' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2012-03-24 03:56 -0700

xf86-video-sis-0.10.4

Changes since xf86-video-sis-0.10.3:
Adam Jackson (1):
      Fall back to shadowfb if XAA is unavailable

Alan Coopersmith (2):
      Convert sis.man from XORG_RAWCPP to using sed like other drivers
      xf86-video-sis 0.10.4

Fernando Carrijo (1):
      Purge macros NEED_EVENTS and NEED_REPLIES

Gaetan Nadon (10):
      config: update AC_PREREQ statement to 2.60
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: remove unrequired AC_HEADER_STDC
      config: remove unrequired AC_SUBST([XORG_CFLAGS])
      config: remove unrequired AC_SUBST([DRI_CFLAGS])
      config: complete AC_INIT m4 quoting
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
      config: add comments for main statements

Jeremy Huddleston (9):
      Fix build failures with recent server changes to swapl and swaps
      Use malloc/calloc/realloc/free directly
      Use unsigned long rather than deprecated IOADDRESS
      Build fix for ABI Version 12
      Silence warnings by using newer xf86dgaproto
      pciTag was removed from xorg-server, so provide it in-driver until this is updated to use libpciaccess
      Convert use of LookupWindow to dixLookupWindow
      Use pci_device_map_legacy rather than xf86MapDomainMemory on newer servers
      Build fix for older servers (error: conflicting types for 'pciTag')

Jesse Adkins (1):
      Purge cvs tags.

Johannes Obermayr (1):
      Fix build with XInput version 12.

Matt Turner (1):
      Fix wrong-sized swaps

Peter Hutterer (3):
      Use miPointerSetPosition, not miPointerAbsoluteCursor
      Untangle XF86DRI from the driver-specific DRI define
      Undo typos from last commit

---
 configure.ac        |   53 ++++------
 man/Makefile.am     |   34 ------
 man/sis.man         |   20 ---
 src/initextx.c      |   18 +--
 src/osdef.h         |   24 ++--
 src/sis.h           |   29 ++++-
 src/sis6326_video.c |    6 -
 src/sis_dga.c       |    6 -
 src/sis_dri.c       |   24 ++--
 src/sis_driver.c    |  269 +++++++++++++++++++++++++++++-----------------------
 src/sis_memcpy.c    |   10 -
 src/sis_opt.c       |   16 +--
 src/sis_utility.c   |   48 ++++-----
 src/sis_vga.c       |   11 +-
 src/sis_video.c     |    8 -
 src/sispcirename.h  |   29 +++++
 src/vgatypes.h      |   12 --
 17 files changed, 322 insertions(+), 295 deletions(-)
---


More information about the xorg-commit mailing list