[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.8.1-git20080302.a4398ac3-1'



Tag 'xserver-xorg-video-ati-1_6.8.1-git20080302.a4398ac3-1' created by Brice Goglin <bgoglin@debian.org> at 2008-03-02 12:43 +0000

Tagging upload of xserver-xorg-video-ati 1:6.8.1~git20080302.a4398ac3-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 (42):
      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
      R100/R200: move r100/r200 specific 3D setup into appropriate blocks
      R300+: update RADEONCP_REFRESH() to reflect new location of scissor regs
      AVIVO: make sure we select the right LUT for each crtc
      R300/R400: bump up the clip limits for textured video
      R300: fix up magic numbers in fragment program
      R500: fragment program clean up and magic number conversion
      AVIVO: disable dithering on DFPs
      RS6xx: fix typos in previous commit
      RS6xx: rework output parsing
      AVIVO: save/restore scaler regs
      fix off-by-one in last commit
      R5xx: fix register count when sending fragment program for textured video
      AVIVO: disable pageflipping on avivo chips until we have proper drm support
      AVIVO: LVDS panels need dithering enabled
      AVIVO: save/restore regs by block
      RS4xx: enable exa render accel and textured video
      RADEON: only restore legacy dac regs on legacy radeons
      RADEON: memmap rework 1
      RADEON: use xf86SetDesiredModes() in screeninit and enterVT
      RS6xx: change isIGP checks to CHIP_FAMILY_RS690

Brice Goglin (5):
      Merge branch 'master' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
      Update packaging for the r128/mach64 submodule split out
      Merge branch 'master' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
      Update to latest upstream snapshot
      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 (7):
      drop mach64 (build system)
      drop mach64
      drop r128 (build system)
      drop r128
      add warning for mach64
      add warning for r128
      radeon: pass distcheck

Maciej Cencora (1):
      RADEON: remove driver rec copies of mc info, use save rec directly

Michel Dänzer (3):
      radeon: Fix typo flagged by gcc -Wall.
      Fix 16 bit packed YUV XVideo playback on big endian systems with DRI disabled.
      Handle EXA coordinate limits more cleverly.

Peter Zubaj (1):
      R300: Fix clamping and pitch for textured video

---
 ChangeLog                          |  735 ++++++
 Makefile.am                        |   11 
 Makefile.in                        |    8 
 README.ati                         |  828 ------
 README.ati.sgml                    |  648 -----
 README.r128                        |  160 -
 README.r128.sgml                   |  138 -
 config.h.in                        |    9 
 configure                          |  191 -
 configure.ac                       |   64 
 debian/NEWS                        |    8 
 debian/changelog                   |   11 
 debian/control                     |   26 
 debian/patches/01_gen_pci_ids.diff |    2 
 man/Makefile.am                    |    4 
 man/Makefile.in                    |    4 
 man/r128.man                       |  156 -
 man/radeon.man                     |   26 
 src/Makefile.am                    |   88 
 src/Makefile.in                    |  297 --
 src/atiadjust.c                    |  134 -
 src/atiadjust.h                    |   31 
 src/atiaudio.c                     |   50 
 src/atiaudio.h                     |   51 
 src/atibank.c                      |  114 
 src/atibank.h                      |   44 
 src/atibus.c                       |  123 -
 src/atibus.h                       |   49 
 src/atichip.c                      |  271 --
 src/atichip.h                      |   94 
 src/aticlock.c                     |  443 ---
 src/aticlock.h                     |   62 
 src/aticonfig.c                    |  506 ----
 src/aticonsole.c                   |  816 ------
 src/aticonsole.h                   |   43 
 src/aticrtc.h                      |   42 
 src/aticursor.h                    |   42 
 src/atidac.c                       |  462 ---
 src/atidac.h                       |   99 
 src/atidecoder.c                   |   50 
 src/atidecoder.h                   |   51 
 src/atidga.c                       |  483 ----
 src/atidga.h                       |   36 
 src/atidri.c                       | 1640 -------------
 src/atidri.h                       |   49 
 src/atidripriv.h                   |   57 
 src/atidsp.c                       |  302 --
 src/atidsp.h                       |   35 
 src/atii2c.c                       |  399 ---
 src/atii2c.h                       |   48 
 src/atiload.c                      |   98 
 src/atiload.h                      |   32 
 src/atilock.c                      |  537 ----
 src/atilock.h                      |   31 
 src/atimach64.c                    | 1341 -----------
 src/atimach64.h                    |   36 
 src/atimach64accel.c               | 1068 --------
 src/atimach64accel.h               |   42 
 src/atimach64cursor.c              |  426 ---
 src/atimach64exa.c                 |  696 -----
 src/atimach64i2c.c                 |  469 ---
 src/atimach64i2c.h                 |   32 
 src/atimach64io.c                  |  103 
 src/atimach64io.h                  |  421 ---
 src/atimach64probe.c               |  289 --
 src/atimach64probe.h               |   32 
 src/atimach64render.c              |  898 -------
 src/atimach64version.h             |   59 
 src/atimach64xv.c                  | 1686 -------------
 src/atimisc.c                      |   78 
 src/atimode.c                      | 1084 --------
 src/atimode.h                      |   35 
 src/atioption.h                    |   98 
 src/atipreinit.c                   | 2509 --------------------
 src/atipreinit.h                   |   30 
 src/atiprint.c                     |  784 ------
 src/atiprint.h                     |   34 
 src/atipriv.h                      |   30 
 src/atiprobe.c                     |  475 ---
 src/atiprobe.h                     |   30 
 src/atiregs.h                      | 2882 -----------------------
 src/atirgb514.c                    |  283 --
 src/atirgb514.h                    |   35 
 src/atiscreen.c                    |  692 -----
 src/atiscreen.h                    |   31 
 src/atistruct.h                    |  529 ----
 src/atituner.c                     |  177 -
 src/atituner.h                     |   69 
 src/atiutil.c                      |  117 
 src/atiutil.h                      |   67 
 src/ativalid.c                     |  161 -
 src/ativalid.h                     |   30 
 src/ativga.c                       |  195 -
 src/ativga.h                       |   40 
 src/ativgaio.c                     |   49 
 src/ativgaio.h                     |   56 
 src/atividmem.c                    |  483 ----
 src/atividmem.h                    |   73 
 src/atiwonder.c                    |  159 -
 src/atiwonder.h                    |   38 
 src/atiwonderio.c                  |   66 
 src/atiwonderio.h                  |   46 
 src/atixv.h                        |   34 
 src/atombios_crtc.c                |    3 
 src/atombios_output.c              |   83 
 src/legacy_crtc.c                  |    6 
 src/mach64_common.h                |  130 -
 src/mach64_dri.h                   |  125 -
 src/mach64_sarea.h                 |  162 -
 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                       |   27 
 src/radeon_accel.c                 |    8 
 src/radeon_atombios.c              |   30 
 src/radeon_commonfuncs.c           |  282 +-
 src/radeon_crtc.c                  |    4 
 src/radeon_driver.c                |  428 ++-
 src/radeon_exa.c                   |   17 
 src/radeon_exa_funcs.c             |   13 
 src/radeon_exa_render.c            |  590 ++++
 src/radeon_output.c                |   28 
 src/radeon_probe.h                 |   47 
 src/radeon_reg.h                   |  964 +++++++
 src/radeon_textured_video.c        |  383 +++
 src/radeon_textured_videofuncs.c   |  718 +++++
 src/radeon_video.c                 |  107 
 src/radeon_video.h                 |   44 
 141 files changed, 4113 insertions(+), 42752 deletions(-)
---


Reply to: