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

xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.14.4-1'



Tag 'xserver-xorg-video-ati-1_6.14.4-1' created by Cyril Brulebois <kibi@debian.org> at 2012-04-02 20:28 +0000

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

iEYEABECAAYFAk96C+EACgkQeGfVPHR5Nd0UJgCgmAxXb2gmH37NAlgpqfp238rO
in8AoJt4fS4HosGN1DNzl8nrAXZblgDb
=BE14
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-ati-1_6.14.3-2:
Alex Deucher (13):
      check for xserver 1.9.4.901 to enable tiling by default
      radeon: add missing FireMV pci id
      radeon: add some new pci ids
      Xv: Evergreen+ asics support 16k surfaces
      radeon: add some new pci ids
      EXA/r6xx+: fix rop setting for overlapping copies
      radeon/kms: reusing fd message is not an error
      radeon: fix crash in drmmode_create_bo_pixmap()
      radeon/kms: add support for TN (trinity) APUs
      radeon/kms: add TN pci ids
      radeon: man page updates
      configure: bump libdrm requirement for TN support
      configure: bump version for release

Benjamin Herrenschmidt (1):
      ddx/evergreen: Fix endian of ALU constants

Cyril Brulebois (5):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Bump libdrm-dev build-dep.
      Document new upstream release thanks to the announce.
      Upload to unstable.

Dave Airlie (5):
      ati: enable bg none when fbcon succeeds and we are built against ABI after 10.
      fixup xinerama since 9151f3b1c2ebcc34e63195888ba696f2183ba5e2
      radeon: r200 depth buffers are always tiled
      radeon: refine always tiled depth check
      radeon: add original radeon to always tiled.

Egbert Eich (2):
      UMS: Fix lockups in palette save/restore on pre-AVIVO chips.
      DPMS: Split non-modeset CRTC DPMS function.

Hans Verkuil (1):
      Fix ConnectorTable crash in radeon_output.c

Ilija Hadzic (1):
      DRI/DRI2: remove hard-coded limitation to 6 crtcs

Jerome Glisse (3):
      r600-evergreen: use common surface allocator for tiling v11
      radeon: fix tiling for weird resolution
      radeon: r6xx-eg use linear general when using scratch bo

Marek Olšák (1):
      r6xx: initialize SX_MISC

Matthieu Herrb (1):
      Update for new vgaHW API.

Michel Dänzer (13):
      Bump version post release.
      Turn compile time check into runtime check.
      UMS: Guard references to PCITAG / pciTag with XSERVER_LIBPCIACCESS (bug #42690)
      DRI2: Can't use page flipping for pixmaps. (bug #42913)
      Check for empty vline ranges after clamping.
      Fix vline range calculations.
      evergreen: Initialize source surface member for textured video.
      Remove unused local variable 'height'.
      Fix UMS build failure.
      EXA/r6xx+: Only set write domain or read domains, not both. (Bug #43893)
      Handle new xorg_list API.
      Re-register DRM FD wakeup handler for each server generation.
      DRI2: Unreference buffers immediately when event wait info is invalidated.

Roland Scheidegger (1):
      radeon: avoid rounding errors in texture coords for textured xv

---
 ChangeLog                           |  515 ++++++++++++++++++++++++++++++++++++
 configure.ac                        |   14 
 debian/changelog                    |   11 
 debian/control                      |    2 
 man/radeon.man                      |   20 +
 src/ati_pciids_gen.h                |   26 +
 src/drmmode_display.c               |  161 +++++++++--
 src/drmmode_display.h               |    1 
 src/evergreen_accel.c               |  190 +++++++++++--
 src/evergreen_exa.c                 |   45 ++-
 src/evergreen_state.h               |    7 
 src/evergreen_textured_videofuncs.c |    7 
 src/pcidb/ati_pciids.csv            |   26 +
 src/r600_exa.c                      |   86 +++---
 src/r600_state.h                    |    6 
 src/r600_textured_videofuncs.c      |   20 +
 src/r6xx_accel.c                    |   75 +++--
 src/radeon.h                        |   21 +
 src/radeon_chipinfo_gen.h           |   26 +
 src/radeon_chipset_gen.h            |   26 +
 src/radeon_commonfuncs.c            |   17 -
 src/radeon_crtc.c                   |   27 +
 src/radeon_dri2.c                   |  162 +++++------
 src/radeon_driver.c                 |   71 ++--
 src/radeon_drm.h                    |   23 +
 src/radeon_exa.c                    |   87 +++++-
 src/radeon_kms.c                    |   84 +++++
 src/radeon_output.c                 |    4 
 src/radeon_pci_chipset_gen.h        |   26 +
 src/radeon_pci_device_match_gen.h   |   26 +
 src/radeon_probe.h                  |    7 
 src/radeon_textured_video.c         |   17 +
 src/radeon_textured_videofuncs.c    |   68 ++--
 33 files changed, 1602 insertions(+), 302 deletions(-)
---


Reply to: