xf86-video-tga: Changes to 'refs/tags/xf86-video-tga-1.2.2'

Dave Airlie airlied at kemper.freedesktop.org
Mon Jul 16 23:31:48 PDT 2012


Tag 'xf86-video-tga-1.2.2' created by Dave Airlie <airlied at redhat.com> at 2012-07-17 07:31 -0700

xf86-video-tga-1.2.2

Changes since xf86-video-tga-1.2.1:
Dave Airlie (4):
      tga: port to new compat API.
      tga: port to XAA-less server.
      tga: fix build against older X server.
      xf86-video-tga: bump to version 1.2.2

Gaetan Nadon (18):
      .gitignore: use common defaults with custom section # 24239
      Several driver modules do not have a ChangeLog target in Makefile.am #23814
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      configure.ac: remove unused sdkdir=$(pkg-config...) statement
      COPYING: replace stub file with actual Copyright notices.
      README: fix linuxdoc content
      README: keep the text version of README, discard the sgml version
      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 (2):
      Use malloc/calloc/realloc/free directly
      Silence warnings by using newer xf86dgaproto

Jesse Adkins (1):
      Purge cvs tags.

---
 .gitignore         |   70 ++++++++++++++++++++++++++++++++---
 COPYING            |   87 +++++++++++++++++++++++++++++++++++++++----
 ChangeLog          |   63 -------------------------------
 Makefile.am        |   15 ++++---
 README             |   38 +++++++++----------
 README.sgml        |   81 ----------------------------------------
 configure.ac       |   65 ++++++++++++++++++++------------
 src/.gitignore     |    8 +---
 src/BT463ramdac.c  |    2 -
 src/BTramdac.c     |    1 
 src/IBM561ramdac.c |    2 -
 src/ICS1562.c      |    2 -
 src/Makefile.am    |    1 
 src/compat-api.h   |  105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/tga.h          |    7 +++
 src/tga_accel.c    |   13 ++++--
 src/tga_cursor.c   |    3 -
 src/tga_dac.c      |    1 
 src/tga_driver.c   |   68 +++++++++++++++++-----------------
 src/tga_line.c     |    8 ++--
 src/tga_regs.h     |    1 
 21 files changed, 374 insertions(+), 267 deletions(-)
---


More information about the xorg-commit mailing list