xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.14.1-1+exp1'
Tag 'xserver-xorg-video-ati-1_6.14.1-1+exp1' created by Cyril Brulebois <kibi@debian.org> at 2011-03-27 05:06 +0000
Tagging upload of xserver-xorg-video-ati 1:6.14.1-1+exp1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk2OxdYACgkQeGfVPHR5Nd3CeACcDzFK7l4TC/gPuSIrB17yWsnF
dTgAnRvrjRZ0aC5A5rxMAiqE5OqCQner
=6gC0
-----END PGP SIGNATURE-----
Changes since xserver-xorg-video-ati-1_6.14.0-1:
Alex Deucher (34):
Bump version post release
UMS/DCE3.2: fix segfault
UMS: fix spelling in error message
kms/r6xx+: clean up pitch/height alignment in EXA UTS/DFS
6xx/7xx: consolidate remaining CB state
evergreen/ni: consolidate CB state handling
6xx/7xx: consolidate spi setup
evergreen/NI: consolidate spi setup
6xx+: switch to linear aligned rather than linear general
remove EVERGREENSetAccelState()
EXA/r6xx+: properly account for height alignment in copy temp buffer
kms: remove RADEON_TILING_SURFACE flag on front bo
Xv: fix textured video alignment
Xv: fix textured video alignment harder
kms/exa: UTS/DFS base alignment fixes
kms/exa/xv: fix alignment checking in accel state setup
kms: evergreen/ni big endian accel support
kms: fix rotate pitch align
kms: always get the tiling info even if we aren't tiling
kms: use worst case base/pitch align if we don't have drm tiling info
fix Xv on pre-r6xx asics
kms: EXA/Xv tiling fixes
kms: add tiling support for evergreen/NI
man: add btc chips to the list
Xv: use aligned height to calculate Xv buffer size
dri2: disable pageflipping for transformed displays
kms: don't enable tiling if accel is off
kms: don't rotate if acceleration is not enabled
r6xx+: truncate point sampled coordinates
kms: add cayman chip family
kms: no accel yet for cayman
kms: add cayman pci ids
APU: no tiling yet
bump for release
Cyril Brulebois (4):
Merge branch 'upstream-unstable' into debian-unstable
Bump changelogs.
Rebuild against Xserver 1.10 rc3.
Upload to experimental.
Cédric Cano (3):
kms/6xx+: endian swap cursor uploads
kms: 6xx/7xx big endian accel support
ums: atombios endian fixes
Dave Airlie (4):
xv: fix height alignments for U/V planes
radeon: exa shaders don't handle scaling either.
radeon/exa: fix scaling check
radeon/exa: correct function name
Mark Kettenis (1):
Properly restore CLOCK_CNTL_INDEX register
Michel Dänzer (1):
Revert "kms: Fix warning XNFprintf is deprecated"
Sedat Dilek (3):
UMS: Fix build against xserver 1.10-rc3
kms: Fix warning XNFprintf is deprecated
kms: Fix warning XNFprintf is deprecated (v2)
---
ChangeLog | 485 ++++++++++++++++++++++++++++++++++++
configure.ac | 2
debian/changelog | 12
debian/control | 2
man/radeon.man | 9
src/ati_pciids_gen.h | 14 +
src/atombios_output.c | 5
src/drmmode_display.c | 48 ++-
src/evergreen_accel.c | 67 ++++
src/evergreen_exa.c | 401 ++++++++++-------------------
src/evergreen_reg.h | 3
src/evergreen_shader.c | 60 +++-
src/evergreen_shader.h | 66 ++--
src/evergreen_state.h | 22 +
src/evergreen_textured_videofuncs.c | 61 ++--
src/pcidb/ati_pciids.csv | 14 +
src/r600_exa.c | 332 ++++++++++++------------
src/r600_reg.h | 21 -
src/r600_shader.c | 60 +++-
src/r600_shader.h | 80 ++---
src/r600_state.h | 7
src/r600_textured_videofuncs.c | 45 +--
src/r6xx_accel.c | 77 +++++
src/radeon.h | 5
src/radeon_atombios.c | 28 +-
src/radeon_chipinfo_gen.h | 14 +
src/radeon_chipset_gen.h | 14 +
src/radeon_dri2.c | 17 -
src/radeon_driver.c | 5
src/radeon_exa.c | 5
src/radeon_exa_render.c | 6
src/radeon_kms.c | 92 ++++--
src/radeon_legacy_memory.c | 2
src/radeon_output.c | 8
src/radeon_pci_chipset_gen.h | 14 +
src/radeon_pci_device_match_gen.h | 14 +
src/radeon_textured_video.c | 48 ++-
src/radeon_video.h | 1
38 files changed, 1478 insertions(+), 688 deletions(-)
---
Reply to: