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

xserver-xorg-video-r128: Changes to 'refs/tags/xserver-xorg-video-r128-6.9.1-1'



Tag 'xserver-xorg-video-r128-6.9.1-1' created by Maarten Lankhorst <maarten.lankhorst@canonical.com> at 2013-09-25 13:32 +0000

Debian release 6.9.1-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABAgAGBQJSQuXQAAoJEP5VjHKmcBPDJhEP/1z4sNJ31fcWTnN8grKla9Cd
3W4F8MKzm7LOVLxGIqhv0koj6CB1UzClCNQiqc1uyoK2aO+QfJuEXfnHZMswqof3
yR1NdWGr0DDRn6Ry7AANKpAP58qwFe5WZNYJxItJaPkbVVYk0Wf/kGlirgLueuZ6
hvEBtfxSjiDjz1XRkrOv0APRbZpEsKFdLfSkNdmdNmH27Ckoxai07FXtD1t+x9xg
ri3Ou5LpoFKv/W9xKKqOkNGtqCX4VXqkudOqwjFxXn24IO6XiL10fNTVBqmztp8q
iFjgUeA4pSLfdykSJafoqdl+LlHYZotTs0W3qxcj7c4tke8mD4JWPp6V20pnZIuj
TCK7Csw7b/rah3KoVeZcCX/5x50TQHGXujZLOcLaZ9r2zoRFHbKx86rChRZNJS7C
YTPt/uzsUuBeYZ67W4nGoSvcYJYfUIUbASduqBTXEdXuPsgkKNQzEsV3fdWuJRI2
B5JcOHHOmzrHByJqQv6jKhGInd99GMwH4dOgYabmyKZBTHEoAu2/9uYZ260byvgz
wQmLvqUxApu44iZt2bupt3tXrNlaBvF+YHDi1+aJafU7+uhb1MRfKtP+OSa3xTYt
piQLAk4QkxDg9UtZr5D1cxFb7oUkTYCdRmiLhdjU/gAwhgGOhV8AJRsrtb1M9Qxh
9HmOAgrGGI1EX8gU6wpV
=V5vL
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-r128-6.8.2-1:
Connor Behan (9):
      Add EXA support
      Make debug mode work again
      Fix build without EXA
      r128: fix missing preprocessor check for R128DRI
      Fix build without XAA again
      Remove nested preprocessor checks
      Scale Xv with the vertical stretch ratio
      Remove call to obsolete miInitializeBackingStore()
      Swap pixmap bytes for a solid picture on big endian host

Cyril Brulebois (6):
      Rebuild against Xserver 1.10 rc2.
      Upload to experimental.
      Rebuild against Xserver 1.10 rc3.
      Upload to experimental.
      Build against Xserver 1.12 RC1.
      Upload to experimental.

Dave Airlie (8):
      r128: port to new compat API.
      r128: bump 6.8.3 release
      r128: drop XAA support.
      xf86-video-r128: bump to version 6.8.4
      r128: enable EXA by default if XAA isn't available at build time.
      r128: bump release to 6.9.0
      fix make distcheck
      r128: bump to 6.9.1

Maarten Lankhorst (9):
      Merge branch 'debian-unstable' into debian-experimental
      Merge tag 'xf86-video-r128-6.8.4' into debian-experimental
      Bump changelog.
      New upstream release.
      Bump Standards-Version to 3.9.3
      Add missing misc:Depends to shut up lintian
      Merge remote-tracking branch 'upstream/master' into debian-unstable
      bump changelogs
      release to unstable

Michele Cane (2):
      Merge branch 'debian-experimental' into debian-unstable
      Bump Standards-Version to 3.9.4, no changes needed.

Timo Aaltonen (2):
      Merge branch 'upstream-experimental' into debian-experimental
      update the changelogs

---
 ChangeLog             |  180 ++++++++++++
 configure.ac          |  118 ++++++++
 debian/changelog      |   32 ++
 debian/control        |    8 
 debian/patches/series |    1 
 man/r128.man          |   21 +
 src/Makefile.am       |    8 
 src/compat-api.h      |   99 +++++++
 src/r128.h            |   99 ++++++-
 src/r128_accel.c      |   85 +++++-
 src/r128_cursor.c     |   56 ++-
 src/r128_dga.c        |   20 -
 src/r128_dri.c        |   90 +++++-
 src/r128_driver.c     |  470 ++++++++++++++++++++++-----------
 src/r128_exa.c        |  493 ++++++++++++++++++++++++++++++++++
 src/r128_exa_render.c |  706 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/r128_misc.c       |    3 
 src/r128_probe.c      |    4 
 src/r128_probe.h      |   14 
 src/r128_video.c      |  158 ++++++++---
 20 files changed, 2404 insertions(+), 261 deletions(-)
---


Reply to: