Tag 'xserver-xorg-video-ati-1_6.10.99.0-1' created by Brice Goglin <bgog...@debian.org> at 2009-02-09 22:10 +0000
Tagging upload of xserver-xorg-video-ati 1:6.10.99.0-1 to experimental. Changes since xserver-xorg-video-ati-1_6.10.0-2: Alan Coopersmith (2): Remove xorgconfig & xorgcfg from See Also list in man page Add README with pointers to mailing list, bugzilla & git repos Alex Deucher (51): Fix colors on tv-out properly handle EnableYUV Make sure we hit the right bios reg missed one in last commit Allow arbitrary tv-out modes ATOM: rework object table parsing ATOM: handle cases where TMDS uses linkb ATOM: Adjust PLL setup for recent atom changes ATOM: refactor output dpms ATOM: rework encoder/transmitter setup Bump version post release RV280: add another AGP quirk RV280 Add another AGP quirk DCE30: LVTMA requires DIG2 encoder ATOM: combine DAC setup functions ATOM: switch to define for external tmds start to re-org outputs ATOM: round 1 of output rework First pass at converting legacy code to encoder objects clean up encoder setup Fixup encoder setup on pre-ATOM chips ATOM: more output cleanup Switch legacy output code to use new encoder objects ATOM: fix encoder init fix legacy crtc routing and add some debugging info More legacy rework Fix logic cut and paste error Move active_device setup to detect() Fix compilation with RADEON_TRACE_FALL set few more logic pasto's bits I missed Remove TMDSType, DACType, LVDSType from output rec track encoder state Remove some unused cruft Remove OutputType and other cruft Additional output cleanup Fix off by one when printing encoder name Move legacy output setup functions to legacy_output.c Warning fixes ATOM: print useful output info for DPMS events Fix legacy output setup Encoders not assigned yet, use supported devices Merge branch 'atom-tvout' of ssh://ag...@git.freedesktop.org/git/xorg/driver/xf86-video-ati Move encoder specific data to encoder dev_priv Merge branch 'atom-rework' and fix conflicts Return NULL for encoder if no active device is assigned Fix bad rv710 pci id Fix encoder accounting AVIVO: fix rotation AVIVO: better fix for rotation Add some missing r6xx/r7xx pci ids Bump for rc release Brice Goglin (4): Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs into debian-experimental Merge tag 'xf86-video-ati-6.10.99.0' into debian-experimental New upstream release candidate Prepare changelog for upload Christiaan van Dijk (1): R3xx/R4xx: Maximize the use of clipped triangles for Xv rendering Dave Airlie (3): radeon: r500 PAL timings are slightly incorrect r500: re-enable TV out radeon: r500 tv-out force scaler values to nice set that looks correct Julien Cristau (1): xsfbs: add a repack script for uscan Maciej Cencora (1): Make sure gb_num_pipes is initialized when DRI is disabled Michel Dänzer (3): Don't transform EXA Composite mask coordinates when there's no mask. Drop memcpy fallbacks from EXA UploadToScreen and DownloadFromScreen hooks. EXA: Accelerate Composite of RepeatPad/Reflect pictures when possible. Nicos Gollan (1): Fixed enumerations in radeon-output.c Thomas Jaeger (1): Fall back to software for unsupported repeat modes Tormod Volden (1): Add yet another AGP quirk for RV280 Wolke Liu (1): AVIVO: Save/restore vga pll registers airlied (1): rs780: include RS780 in the InitMemory to leave alone --- ChangeLog | 575 ++++++++++ README | 20 configure.ac | 2 debian/changelog | 6 debian/xsfbs/repack.sh | 32 man/ati.man | 2 man/radeon.man | 2 src/ati_pciids_gen.h | 22 src/atombios_crtc.c | 82 - src/atombios_output.c | 1250 ++++++++++++++-------- src/legacy_crtc.c | 8 src/legacy_output.c | 880 +++++++++------ src/pcidb/ati_pciids.csv | 22 src/radeon.h | 32 src/radeon_accel.c | 1 src/radeon_atombios.c | 640 +++++++---- src/radeon_atombios.h | 12 src/radeon_bios.c | 409 ++++--- src/radeon_chipinfo_gen.h | 22 src/radeon_chipset_gen.h | 22 src/radeon_dri.c | 10 src/radeon_driver.c | 60 - src/radeon_exa_funcs.c | 114 -- src/radeon_exa_render.c | 119 +- src/radeon_modes.c | 189 ++- src/radeon_output.c | 2134 +++++++++++++++++--------------------- src/radeon_pci_chipset_gen.h | 22 src/radeon_pci_device_match_gen.h | 22 src/radeon_probe.h | 188 +-- src/radeon_reg.h | 21 src/radeon_textured_videofuncs.c | 54 src/radeon_tv.c | 163 +- src/radeon_video.c | 2 33 files changed, 4319 insertions(+), 2820 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org