xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.6.191-1'
Tag 'xserver-xorg-video-ati-1_6.6.191-1' created by Julien Cristau <jcristau@debian.org> at 2007-03-28 12:42 +0000
Tagging upload of xserver-xorg-video-ati 1:6.6.191-1 to experimental.
Changes since xserver-xorg-video-ati-1_6.6.3-5:
Alex Deucher (2):
Add "DRI" option
fix NULL dereference
Brice Goglin (3):
Merge tag 'ati-6.6.191' into debian-experimental
* New upstream release candidate.
* autoreconf.
Dave Airlie (3):
radeon: move some i2c registers out into common register file
radeon: add option to set pci aperture size from config file
update number to 6.6.191 for rc release
George Sapountzis (14):
[mach64] Consolidate adjustments of mode timings, part 1.
[mach64] Consolidate adjustments of mode timings, part 2.
[mach64] Consolidate adjustments of mode timings, part 3.
[mach64] Xv: use single surface and encoding structs.
[mach64] Bug 5586: overlay scaler limited to 720 pixels on ATI Rage Pro.
Move atiprobe.c from ati to atimisc.
Move atioption.c from ati to atimisc.
Move {atimach64,r128,radeon}_probe.c from ati to subdrivers.
Drop now unneeded _X_EXPORT's.
Fold FillIn() back to Probe().
Drop probing by driver name from "Device" section.
[mach64] Set pATI->ChipRevision correctly, instead of overriding.
[mach64] Use Mach64Chipsets[] instead of ATIChipNames[].
Move atichip.c from ati to atimisc.
Julien Cristau (2):
Prepare changelog for upload.
Drop Fabio and Branden from Uploaders, with their permission.
Michel Dänzer (9):
Fix version to match configure.ac.
radeon: Fix build warnings.
atimisc: Fix strict aliasing violation flagged by -Wall.
radeon: Make sure 3D clients will re-upload textures to video RAM after LeaveVT.
radeon: Disable CP line acceleration on RV280s.
radeon: Minor BlockHandler cleanups.
radeon: Unify code to release the CP.
radeon: Only sync to hardware when really necessary with EXA.
Fix advertised minimum minor version of the DRI module.
Roland Scheidegger (2):
fix alignment issues with planar yuv and a bug with packed uyvy
add missing part of last commit...
---
config.sub | 14 -
configure | 20 -
configure.ac | 2
debian/changelog | 12
debian/control | 2
man/radeon.man | 12
src/Makefile.am | 25 -
src/Makefile.in | 99 +++----
src/ati.c | 632 +++++++++++++++++++++++++++++++++++++++++++++++-
src/ati.h | 72 +++++
src/atiadjust.c | 2
src/atibus.h | 1
src/atichip.c | 508 --------------------------------------
src/atichip.h | 71 -----
src/aticonfig.c | 201 +++++++++++++++
src/aticonfig.h | 32 --
src/aticonsole.c | 8
src/atidga.c | 1
src/atidri.c | 4
src/atifillin.c | 48 ---
src/atifillin.h | 42 ---
src/atiident.c | 50 ---
src/atiident.h | 28 --
src/atimach64.c | 93 +++++--
src/atimach64probe.c | 198 +++++++++++++++
src/atimach64probe.h | 34 ++
src/atimach64render.c | 9
src/atimach64xv.c | 132 +++-------
src/atimode.c | 42 ---
src/atimodule.c | 39 --
src/atioption.c | 254 -------------------
src/atioption.h | 5
src/atipreinit.c | 10
src/atiprobe.c | 226 -----------------
src/atiprobe.h | 2
src/atiscreen.c | 2
src/ativalid.c | 2
src/r128_dri.c | 4
src/r128_driver.c | 33 --
src/r128_probe.c | 33 +-
src/r128_probe.h | 2
src/radeon.h | 26 +
src/radeon_accelfuncs.c | 10
src/radeon_common.h | 1
src/radeon_dri.c | 54 ++--
src/radeon_dri.h | 2
src/radeon_driver.c | 146 +++++------
src/radeon_exa.c | 2
src/radeon_exa_funcs.c | 23 +
src/radeon_mm_i2c.c | 84 ++----
src/radeon_probe.c | 32 +-
src/radeon_probe.h | 2
src/radeon_reg.h | 13
src/radeon_video.c | 23 -
54 files changed, 1643 insertions(+), 1781 deletions(-)
---
Reply to: