[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.3-1'



Tag 'xserver-xorg-video-ati-1_6.14.3-1' created by Cyril Brulebois <kibi@debian.org> at 2011-11-02 23:48 +0000

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

iEYEABECAAYFAk6x1uUACgkQeGfVPHR5Nd2ApgCZAfU8M33OJ8pd8XwRr1CnULnn
qo8An15uvqTKFYSZt/Ld4ACZSDUVgm8G
=0v3x
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-ati-1_6.14.2-2:
Alex Deucher (14):
      radeon: add support for llano APUs
      radeon: add llano pci ids
      kms: enable ColorTiling by default on r6xx-cayman asics
      kms/man: update ColorTiling info
      dri2/eg+: fix size and alignment of depth/stencil buffers
      dri2: missing bit from a6154c00c64932332e8f6e334661ffd579cfd894
      dri2: fix copy pasto in a6154c00c64932332e8f6e334661ffd579cfd894
      evergreen: fix num_banks for 2D tiling config
      radeon: add some new NI pci ids
      kms: fix possible leak in pageflip code
      r5xx+: Fix vline setup with crtc offsets
      update man page with new marking names
      man: note that the list of marketing names is non-exhaustive
      UMS: fix DDIA enable on some rs690 systems

Christian König (1):
      Register XvMC video decoding acceleration

Cyril Brulebois (4):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Add some highlights to changelog, add Closes: #637258, #645007.
      Upload to unstable.

Dave Airlie (2):
      bump version after release
      evergreen: Emit SQ_LDS_RESOURCE_MGMT

Jeremy Huddleston (2):
      Use malloc/calloc/realloc/free directly
      Build fix for -Werror=int-to-pointer-cast

Jerome Glisse (1):
      radeon/kms: fallback to vesa if GPU is not supported by UMS

Maarten Lankhorst (1):
      dri2: Add vdpau driver name entry

Michel Dänzer (12):
      Prefer the CRTC of the primary output for synchronization.
      Change my e-mail address to something that still works, and always will, I hope.
      video: Don't round up bottom/right edge for clipping source width/height.
      Bail if we're trying to start up in UMS mode on KMS.
      Convert register ranges for >= r6xx from enums to defines.
      KMS Color Tiling requires xserver which supports EXA_MIXED_PIXMAPS.
      Remove dead variable remain_size_bytes.
      Only call radeon_dri2_close_screen() if DRI2 was enabled.
      Make radeon_dri2_create_buffer(s) more robust. (Bug #30047)
      EXA < R6xx: Make sure 2D state is re-emitted after running out of CS space.
      EXA >= R6xx / KMS: Avoid running out of CS space at inconvenient times.
      Bump version for 6.14.3 release.

Tormod Volden (1):
      radeon: do not include xf86PciInfo.h

Ville Syrjala (2):
      dri2: Update front buffer pixmap and name before exchanging buffers
      kms: Move flip_count and co. to a per swap structure

---
 ChangeLog                         |  380 ++++++++++++++++++++++++++++++++++++++
 configure.ac                      |    2 
 debian/changelog                  |   14 +
 man/radeon.man                    |   59 ++---
 src/Makefile.am                   |    2 
 src/ati.c                         |    1 
 src/ati.h                         |    1 
 src/ati_pciids_gen.h              |   13 +
 src/atipciids.h                   |    1 
 src/atombios_output.c             |    9 
 src/cayman_reg.h                  |   31 +--
 src/drmmode_display.c             |   52 +++--
 src/drmmode_display.h             |   10 -
 src/evergreen_accel.c             |   53 +++++
 src/evergreen_exa.c               |  147 +++++++++-----
 src/evergreen_reg.h               |   32 +--
 src/pcidb/ati_pciids.csv          |   13 +
 src/r600_exa.c                    |  164 ++++++++++------
 src/r600_reg.h                    |   35 +--
 src/r6xx_accel.c                  |    4 
 src/radeon.h                      |   67 ------
 src/radeon_bios.c                 |    2 
 src/radeon_chipinfo_gen.h         |   13 +
 src/radeon_chipset_gen.h          |   13 +
 src/radeon_commonfuncs.c          |    6 
 src/radeon_dri.c                  |   30 ++-
 src/radeon_dri2.c                 |  166 ++++++++++++----
 src/radeon_driver.c               |   14 +
 src/radeon_exa_funcs.c            |   18 +
 src/radeon_kms.c                  |   36 ++-
 src/radeon_pci_chipset_gen.h      |   13 +
 src/radeon_pci_device_match_gen.h |   13 +
 src/radeon_probe.c                |   29 ++
 src/radeon_probe.h                |   66 ++++++
 src/radeon_textured_video.c       |    2 
 src/radeon_video.c                |   26 ++
 src/radeon_video.h                |    5 
 src/radeon_xvmc.c                 |  144 ++++++++++++++
 src/theatre.c                     |    4 
 39 files changed, 1336 insertions(+), 354 deletions(-)
---


Reply to: