xf86-video-rendition: Changes to 'refs/tags/xf86-video-rendition-4.2.5'

Dave Airlie airlied at kemper.freedesktop.org
Mon Jul 16 23:26:04 PDT 2012


Tag 'xf86-video-rendition-4.2.5' created by Dave Airlie <airlied at redhat.com> at 2012-07-17 07:25 -0700

xf86-video-rendition-4.2.5

Changes since xf86-video-rendition-4.2.4:
Adam Jackson (2):
      Unhook the pretense of XAA support
      Fix for new vgahw ABI

Dave Airlie (4):
      rendition: port to new compat API.
      rendition: port to non-XAA server
      rendition: fix build against older X servers.
      xf86-video-rendition: bump to version 4.2.5

Gaetan Nadon (10):
      config: upgrade to util-macros 1.8 for additional man page support
      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: 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 (4):
      Use malloc/calloc/realloc/free directly
      Use unsigned long rather than deprecated IOADDRESS
      Build fix for ABI Version 12
      Include <unistd.h> for usleep

Jesse Adkins (1):
      Purge cvs tags.

---
 configure.ac           |   57 ++++++++++++++-------
 man/Makefile.am        |   22 +-------
 man/rendition.man      |    1 
 src/Makefile.am        |    5 +
 src/accelX.c           |   16 +++---
 src/compat-api.h       |   99 ++++++++++++++++++++++++++++++++++++++
 src/hwcursor.c         |    4 -
 src/hwcursor.h         |    2 
 src/rendition.c        |  127 ++++++++++++++++++-------------------------------
 src/rendition.h        |    3 +
 src/rendition_shadow.c |    6 +-
 src/rendition_shadow.h |    2 
 src/v1krisc.c          |   62 +++++++++++------------
 src/vboard.c           |    4 -
 src/vgafont-std.data   |    1 
 src/vgafont-vrx.data   |    1 
 src/vgapalette.data    |    1 
 src/vloaduc.c          |   12 ++--
 src/vmodes.c           |   11 ++--
 src/vos.h              |   12 ++--
 src/vramdac.c          |   36 ++++++-------
 src/vtypes.h           |    9 +--
 22 files changed, 281 insertions(+), 212 deletions(-)
---


More information about the xorg-commit mailing list