[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-sis: Changes to 'refs/tags/xserver-xorg-video-sis-1_0.10.4-1'



Tag 'xserver-xorg-video-sis-1_0.10.4-1' created by Cyril Brulebois <kibi@debian.org> at 2012-05-01 17:24 +0000

Tagging upload of xserver-xorg-video-sis 1:0.10.4-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEABECAAYFAk+gHEAACgkQeGfVPHR5Nd1WhACdF4uRIsqWINzJNm4vNCiHxFTX
q/oAn33poq/TIX9WtEhdr0qnJY5HiKf4
=VJjg
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-sis-1_0.10.3-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

Cyril Brulebois (3):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Upload to unstable.

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

---
 ChangeLog           |  287 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac        |   53 ++++-----
 debian/changelog    |    7 +
 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 --
 19 files changed, 616 insertions(+), 295 deletions(-)
---


Reply to: