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



Tag 'xserver-xorg-video-ati-1_6.8.1-git20080417.c5d62fa0-1' created by Brice Goglin <bgoglin@debian.org> at 2008-04-21 00:51 +0000

Tagging upload of xserver-xorg-video-ati 1:6.8.1~git20080417.c5d62fa0-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.8.1-git20080320.5e3b2128-1:
Alex Deucher (42):
      RS4xx: attempt to fix TMDS/DVO support
      RS4xx: attempt to set up disp/disp2 fifos correctly
      RS4xx: missed this on the last commit.
      RS4xx: more work on disp/disp2 fifo setup
      RS4xx: Revert back to previous fifo settings for now
      R3xx/R5xx: use non VAP/TCP for textured video
      R3xx/R5xx: move more VAP, etc. state setup into common init3d() function
      R3xx/R5xx: flush PVS state before enabling pvs-bypass
      RV250: disable textured video due to HW bug
      RADEON: attempt to fix lid issues
      XAA: update message about render so as to not confuse users
      AVIVO: no need to call PreinitXv() on AVIVO chips as they have no overlay
      Revert "RADEON: attempt to fix lid issues"
      RADEON: fix lid issues on AVIVO chips for real this time :)
      Revert "atombios: fixup the width/height to use the mode values not the scrn ones"
      Revert "RADEON: remove driver rec copies of mc info, use save rec directly"
      Revert "RADEON: memmap rework 1"
      Minor cleanup
      RADEON: add some quirks
      RADEON: warning fixes
      ATOMBIOS: Add support for DynamicClocks option
      R3xx+: EXA/textured video fixes
      R3xx+: minor textured video fixes
      R3xx+: use the right register for engine flush
      RADEON: store tcl status in driver rec
      Revert "R3xx/R5xx: move more VAP, etc. state setup into common init3d() function"
      RADEON: cleanup
      R300+: textured video tcl cleanup
      R3xx+: tcl wip
      R3xx+: consolidate some common 3D code
      R3xx+: consolidate more tcl code
      R300+: pre-load vertex programs in init3D()
      Fix exa glyph corruption on newer chips
      R3xx+: more fixes to 2D/3D engine init
      R3xx+: fix XAA + textured video on non-TCL path
      R300+: consolidate some tcl/non-tcl paths
      R3xx+: 3D engine documentation and minor cleanups
      R300: move more common code to init3d()
      EXA: Don't wait for 3D idle after each Composite()
      R300+: properly setup vap_cntl
      fix up some things from the last commit
      R300+: move more common code into init3d()

Brice Goglin (4):
      Merge branch 'master' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
      New upstream snapshot
      Run dpkg-shlibdeps with --warnings=6
      Prepare changelog for upload

Dave Airlie (8):
      r300: don't bother with VAP/TCL for render.
      radeon: size bios to max of bar vs 64k.
      r500/r600: fix rotation to fill screen
      atombios: fixup the width/height to use the mode values not the scrn ones
      radeon: split quirks into separate function and new quirk for IBM RN50
      radeon: use correct DDC interfaces so quirks get applied
      Revert "Revert "atombios: fixup the width/height to use the mode values not the scrn ones""
      atombios: fix the dual-head hopefully.

Michel Dänzer (2):
      Include config.h, so FGL_LINUX can actually be defined when it's tested...
      Increase default CP timeout.

Owen Taylor (3):
      Radeon: Omit mask coordinates
      Turn on wrapping when repeating on R100 + R200
      Emulate repeats by drawing in tiles

Owen W. Taylor (2):
      R3xx/R5xx: Fix pitch and clamp mode for repeating textures
      Fix rendering of transformed sources for REPEAT_NONE with EXA on >= R300.

---
 ChangeLog                               |  473 +++++++++++++++++
 aclocal.m4                              |    2 
 debian/changelog                        |    9 
 debian/rules                            |    2 
 ltmain.sh                               |    2 
 src/AtomBios/includes/CD_Common_Types.h |    4 
 src/atombios_crtc.c                     |   15 
 src/legacy_crtc.c                       |   88 ++-
 src/legacy_output.c                     |   92 +++
 src/radeon.h                            |   30 -
 src/radeon_accel.c                      |   84 ++-
 src/radeon_accelfuncs.c                 |    7 
 src/radeon_atombios.c                   |   78 ++
 src/radeon_atombios.h                   |    6 
 src/radeon_bios.c                       |   73 +-
 src/radeon_commonfuncs.c                |  445 +++++++++++++++-
 src/radeon_dri.h                        |    2 
 src/radeon_driver.c                     |  172 +++---
 src/radeon_exa_funcs.c                  |    6 
 src/radeon_exa_render.c                 |  857 ++++++++++++++++----------------
 src/radeon_output.c                     |   12 
 src/radeon_probe.h                      |   14 
 src/radeon_reg.h                        |   84 ++-
 src/radeon_textured_videofuncs.c        |  319 +++--------
 src/radeon_video.c                      |   13 
 25 files changed, 2020 insertions(+), 869 deletions(-)
---


Reply to: