Tag 'xserver-xorg-video-mach64-1_6.8.1-git20080301.56a1c9f0-1' created by Brice Goglin <[EMAIL PROTECTED]> at 2008-03-02 12:08 +0000
Tagging upload of xserver-xorg-video-mach64 1:6.8.1~git20080301.56a1c9f0-1 to experimental. Changes since xserver-xorg-video-ati-1_6.8.0-1: Adam Jackson (4): Add R500 unified shader register block. Fix R500_US_CONFIG. Add the R500 US index/data pair. Clarify R500 US setup. Alex Deucher (22): RADEON: update man page with supported chips RADEON: fix DDC types 5 and 6 RADEON: restore clock gating and CP clock errata on VT switch R100: fix render accel for transforms ATOM: properly set up DDIA output on RS6xx boards RS6xx: fix DDC on DDIA output (usually HDMI port) RS6xx: gpio entry for DDIA varies depending on the number of DFP ports RADEON: add textured video support for r1xx-r4xx radeons R500: fix typo in new r5xx regs RADEON: no textured video yet on XPRESS chips R300: fill in some more 3D bitfields R300: replace magic numbers in cache flush R300: clean up magic numbers in RADEONInit3DEngine Merge master and fix conflicts R300/R500: clean up magic numbers in render code R300/R500: clean up magic numbers in textured video R300/R500: set the number graphics pipes properly R300: fix cordinate clamping in render code R300/R500: fix up clipping RADEON: Convert textured video to use pipelined uploads RADEON: fix clipping for textured video RADEON: fix textured video uploads Brice Goglin (6): Merge branch 'master' of git://git.freedesktop.org/git/xorg/driver/xf86-video-mach64 into debian-experimental Update packaging for the mach64 submodule split Remove another obsolete Replaces Fix changelog Pull changelog from unstable Prepare changelog for upload Dave Airlie (8): r500: initial rotate support - not fully working yet. r500: add textured video Xv adapter support r500: convert fragprog to use register values rs690: initial rs690 rotate rs690: initial textured video support fixup check for EXA composite pointed out by Alan Swanson regs: fix spelling mistake regs: fix spelling properly George Sapountzis (8): drop radeon, theatre (build system). drop radeon, theatre drop AtomBios and pcidb drop ati wrapper drop r128 (build system) drop r128 change module name and version add warning message Michel Dänzer (1): radeon: Fix typo flagged by gcc -Wall. Peter Zubaj (1): R300: Fix clamping and pitch for textured video --- ChangeLog | 568 +++ Makefile.am | 6 Makefile.in | 6 README.r128 | 160 README.r128.sgml | 138 config.h.in | 15 configure | 416 -- configure.ac | 86 debian/NEWS | 7 debian/changelog | 14 debian/control | 43 debian/patches/01_gen_pci_ids.diff | 20 debian/rules | 4 debian/watch | 2 debian/xserver-xorg-video-ati.install | 3 debian/xserver-xorg-video-ati.links | 1 debian/xserver-xorg-video-ati.manpages | 1 debian/xserver-xorg-video-mach64.install | 2 debian/xserver-xorg-video-mach64.links | 1 debian/xserver-xorg-video-mach64.manpages | 1 man/Makefile.am | 4 man/Makefile.in | 5 man/ati.man | 34 man/r128.man | 156 man/radeon.man | 490 -- src/AtomBios/CD_Operations.c | 954 ----- src/AtomBios/Decoder.c | 235 - src/AtomBios/hwserv_drv.c | 348 - src/AtomBios/includes/CD_Common_Types.h | 154 src/AtomBios/includes/CD_Definitions.h | 49 src/AtomBios/includes/CD_Opcodes.h | 181 src/AtomBios/includes/CD_Structs.h | 464 -- src/AtomBios/includes/CD_binding.h | 46 src/AtomBios/includes/CD_hw_services.h | 318 - src/AtomBios/includes/Decoder.h | 86 src/AtomBios/includes/ObjectID.h | 484 -- src/AtomBios/includes/atombios.h | 4436 ------------------------ src/AtomBios/includes/regsdef.h | 25 src/Makefile.am | 132 src/Makefile.in | 614 --- src/ati.c | 348 - src/ati_pciids_gen.h | 358 - src/atimisc.c | 2 src/atimodule.c | 79 src/atipciids.h | 46 src/ativersion.h | 54 src/atombios_crtc.c | 426 -- src/atombios_output.c | 670 --- src/generic_bus.h | 35 src/legacy_crtc.c | 1793 --------- src/legacy_output.c | 1763 --------- src/local_xf86Rename.h | 23 src/pcidb/ati_pciids.csv | 359 - src/pcidb/parse_pci_ids.pl | 102 src/r128.h | 606 --- src/r128_accel.c | 1880 ---------- src/r128_common.h | 169 src/r128_cursor.c | 311 - src/r128_dga.c | 402 -- src/r128_dri.c | 1499 -------- src/r128_dri.h | 100 src/r128_dripriv.h | 57 src/r128_driver.c | 4463 ------------------------ src/r128_misc.c | 79 src/r128_probe.c | 378 -- src/r128_probe.h | 73 src/r128_reg.h | 1533 -------- src/r128_sarea.h | 194 - src/r128_version.h | 59 src/r128_video.c | 1028 ----- src/radeon.h | 1185 ------ src/radeon_accel.c | 1254 ------ src/radeon_accelfuncs.c | 1346 ------- src/radeon_atombios.c | 2876 --------------- src/radeon_atombios.h | 253 - src/radeon_atomwrapper.c | 101 src/radeon_atomwrapper.h | 31 src/radeon_bios.c | 1469 -------- src/radeon_chipinfo_gen.h | 279 - src/radeon_chipset_gen.h | 280 - src/radeon_common.h | 494 -- src/radeon_commonfuncs.c | 309 - src/radeon_crtc.c | 721 --- src/radeon_cursor.c | 360 - src/radeon_dga.c | 463 -- src/radeon_dri.c | 2216 ------------ src/radeon_dri.h | 100 src/radeon_dripriv.h | 63 src/radeon_driver.c | 5467 ------------------------------ src/radeon_exa.c | 542 -- src/radeon_exa_funcs.c | 592 --- src/radeon_exa_render.c | 1250 ------ src/radeon_macros.h | 163 src/radeon_misc.c | 78 src/radeon_mm_i2c.c | 642 --- src/radeon_modes.c | 310 - src/radeon_output.c | 2791 --------------- src/radeon_pci_chipset_gen.h | 280 - src/radeon_pci_device_match_gen.h | 280 - src/radeon_probe.c | 227 - src/radeon_probe.h | 594 --- src/radeon_reg.h | 4025 ---------------------- src/radeon_render.c | 1052 ----- src/radeon_sarea.h | 231 - src/radeon_tv.c | 1164 ------ src/radeon_tv.h | 51 src/radeon_version.h | 63 src/radeon_video.c | 3970 --------------------- src/radeon_video.h | 103 src/radeon_vip.c | 362 - src/theatre.c | 2209 ------------ src/theatre.h | 79 src/theatre200.c | 2275 ------------ src/theatre200.h | 140 src/theatre200_module.c | 33 src/theatre_detect.c | 129 src/theatre_detect.h | 46 src/theatre_detect_module.c | 37 src/theatre_module.c | 33 src/theatre_reg.h | 876 ---- 120 files changed, 709 insertions(+), 72783 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]