[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.9.0.91-1'



Tag 'xserver-xorg-video-ati-1_6.9.0.91-1' created by Brice Goglin <bgoglin@debian.org> at 2008-12-23 07:13 +0000

Tagging upload of xserver-xorg-video-ati 1:6.9.0.91-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.9.0+git20081129.783cdb73-1:
Adrian Friedli (1):
      Add another AGP quirk

Alex Deucher (20):
      Add quirk for r200 card with the primary dac wired to both ports
      move 3d state init after RADEON_SWITCH_TO_3D()
      Only flush IB when direct rendering is enabled
      Make sure 3D state is emited when switching to 3D IB
      Merge branch 'bicubic' of git://git.infradead.org/users/drzeus/xf86-video-ati
      Fix up US setup after r3xx bicubic merge
      First pass at tear-free accel
      Make VSync for EXA and Xv configurable
      set coherent mode consistently (enabled for now)
      R200: Remove scissor setup from init3d()
      Add missing .TP in man page
      Add randr 1.3 panning support
      Add another AGP quirk
      Add support for Apple eMacs
      Remove mention of MergedFB from server log
      Remove remnants of unused DDCMode option
      R3xx-R5xx: switch back to quad rendering for Xv
      R2xx: switch EXA composite to rects rather quads
      Pre-avivo: fix FP setup
      R3xx-R5xx: better fix for xv primitive tearing issues

Benjamin Close (1):
      xf86misc extension has been removed, update driver to reflect it

Brice Goglin (3):
      Merge tag 'xf86-video-ati-6.9.0.91' into debian-experimental
      New upstream release candidate
      Prepare changelog for upload

Bryce Harrington (1):
      Add another AGP quirk

Corbin Simpson (3):
      Switch to Mesa-style 24-bit float packing.
      r3xx: Various Xv fixes.
      Fix indentation on IS_R300_3D Xv code.

Dave Airlie (27):
      radeon_drm.h: remove kernel defines
      radeon: fix HDMI having DACs in some BIOSes
      Stability fixes from radeon-gem-cs
      Don't mix 2D and 3D in the same IB
      radeon: apply atom quirks to object table
      radeon: damn you bios, HDMI cannot have DACs.
      radeon: memset the pll setting function
      r600: don't idle engine
      radeon: fixes from Alex for some output engines
      DCE32: add support for DCE3.2 digital outputs.
      radeon: add initial rv730 pciids.
      atombios: fix issue with Clearing of MM_INDEX 0.
      atombios: correct fix for previous issue.
      atombios: fixup parsing of TV tables on r500 and r600 cards.
      atom/tv: fixup the tv out default if bios doesn't specify
      atom/tv: enable scaler can set the TV output scaler up.
      atom: spc3 only requires ucEncoderMode for DIG outputs
      radeon: use latest atombios constants for TV encoders in set_crtc_source
      atom/r600: re-enable TV outputs
      atombios: re-enable TV dpms
      radeon: tv timings have crev/frev wrong way around for some reason.
      radeon: add all new pci ids for rv730/rv710 families
      radeon: setup 3D engine even when no DRI.
      atombios/tv: add an option to enable atom tv-out for users.
      Merge branch 'atom-tvout'
      radeon: pass distcheck
      radeon: update to 6.9.0.91

Fabio (3):
      Fix formatting in man page
      Remove duplicate ATI in some device names
      man page updates

Joseph Adams (1):
      Add more eMac modes, fix crash in last patch

Maciej Cencora (2):
      Add r3xx-specific bicubic filtering code. FP, RS, mostly, everything else is shared with r5xx.
      Enable bicubic Xv on r3xx+. Still some buggies in the actual display, but looks pretty good.

Patrick Haller (1):
      Fix off by one in EXA composite limit checking

Pierre Ossman (10):
      Fix comments for R500 fragment shader to reflect the code.
      Fix node setup on R300 bicubic pixel shader. It was backwards and used
      Fix macros so that they are safe to use with expressions as parameters.
      Now that we have a bicubic code path that messes up the pixel shader,
      Make the R300 bicubic shader program a bit easier to understand by
      Change the XV_BICUBIC attribute to a tristate, where the third state
      Switch r200 Xv to use rect lists rather than quads to avoid tearing
      Improve tearing avoidance for Xvideo in two steps
      Optimise RADEONWaitForVLine
      Fix scissor setup for Xv

---
 ChangeLog                         |  526 +++++++++++++++++++++++++++
 configure.ac                      |    3 
 debian/changelog                  |    6 
 man/radeon.man                    |  120 ++++--
 src/AtomBios/CD_Operations.c      |    8 
 src/AtomBios/includes/atombios.h  |   11 
 src/Makefile.am                   |    4 
 src/ati_pciids_gen.h              |   29 +
 src/atombios_crtc.c               |   14 
 src/atombios_output.c             |  439 +++++++++++++---------
 src/legacy_crtc.c                 |   44 +-
 src/legacy_output.c               |   17 
 src/pcidb/ati_pciids.csv          |   43 +-
 src/radeon.h                      |   56 ++
 src/radeon_accel.c                |    5 
 src/radeon_atombios.c             |  224 +++++++----
 src/radeon_atombios.h             |    6 
 src/radeon_bios.c                 |   19 
 src/radeon_chipinfo_gen.h         |   29 +
 src/radeon_chipset_gen.h          |   43 +-
 src/radeon_commonfuncs.c          |  123 +++---
 src/radeon_crtc.c                 |   51 ++
 src/radeon_dri.c                  |    6 
 src/radeon_driver.c               |    7 
 src/radeon_drm.h                  |   26 -
 src/radeon_exa.c                  |   61 +--
 src/radeon_exa_funcs.c            |   15 
 src/radeon_exa_render.c           |  174 +++++---
 src/radeon_modes.c                |   65 +++
 src/radeon_output.c               |   68 ++-
 src/radeon_pci_chipset_gen.h      |   29 +
 src/radeon_pci_device_match_gen.h |   29 +
 src/radeon_probe.c                |    2 
 src/radeon_probe.h                |    8 
 src/radeon_reg.h                  |  222 ++++++-----
 src/radeon_textured_video.c       |   75 +++
 src/radeon_textured_videofuncs.c  |  735 ++++++++++++++++++++++++++++++--------
 src/radeon_video.c                |   32 +
 src/radeon_video.h                |   10 
 39 files changed, 2593 insertions(+), 791 deletions(-)
---


Reply to: