[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-git20080320.5e3b2128-1'



Tag 'xserver-xorg-video-ati-1_6.8.1-git20080320.5e3b2128-1' created by Brice Goglin <bgoglin@debian.org> at 2008-03-20 08:28 +0000

Tagging upload of xserver-xorg-video-ati 1:6.8.1~git20080320.5e3b2128-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.8.1-git20080310.38606b08-1:
Alban Browaeys (1):
      RADEON: Revert to old behavior when resetting the memmap on VT switch

Alex Deucher (42):
      RV550: MC setup is like RV515 not RV530
      DCE3: add output attribute to enable/disable coherent mode
      ATOMBIOS: enable load detection by default on both DACs
      DCE3: adjust PLL for DCE3 chips
      DCE3: enable DPMS on DIG ports
      ATOM: remove some cruft
      DCE3: add support for PCIEPHY (untested)
      RADEON: fix vblank interrupts after VT switch or suspend/resume
      RADEON: enable output attributes that require a modeset immediately
      R3xx/R5xx: enable blending
      R3xx: set the texture id and add some register info
      R300: setup source selects and output swizzling
      R3xx: add basic mask support
      R3xx: enable composite for non-mask cases
      R3xx: more mask work
      R3xx: attempt to setup the rasterizer properly for mask texture
      R3xx: make sure to set the FS code size correctly
      R3xx/R5xx: Fix magic numbers in vertex shaders
      R3xx/R5xx: enable VS for mask texture
      R3xx: VS WIP
      R3xx: theoretical support for component alpha
      R3xx: odds and ends...
      RADEON: make sure var is initialized properly in RADEONAdjustMemMapRegisters()
      RADEON: fix typo in RADEONAdjustMemMapRegisters()
      R3xx: fix errant w
      R3xx: some progress
      R3xx: minor adjustments
      R3xx: get masks working and cleanup
      R3xx/R5xx: whitespace cleanup and cruft removal
      R5xx: bump tex/dst limits to 4096
      R5xx: first pass at render support (untested)
      R3xx/R5xx: remove some cruft
      R3xx: we only use 2 temps, not 3
      R3xx/R5xx: switch an ErrorF() to RADEONFALLBACK()
      R3xx/R5xx: remove extra return after last commit
      RV515: fix textured video and EXA Composite
      RADEON: fixed textured video with XAA and tiling
      RADEON: add new macros to distinguish between R3xx and R5xx 3D
      R5xx: bump textured video limits to 4096
      R3xx/R5xx: Make sure to clamp the output of the FS
      Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into r3xx-render
      Disable the setting of HARDWARE_CURSOR_BIT_ORDER_MSBFIRST

Brice Goglin (3):
      Merge branch 'master' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
      New upstream snapshot
      Prepare changelog for upload

Dave Airlie (4):
      xv: fixup XAA on r500 textured video
      radeon: the 0x5974 appears to be a mobility chip...
      R5xx: fix typ in r5xx render accel
      r500: make it work from startup.

Matt Turner (3):
      Fix a few warnings
      Properly fix uninitialized variables warnings
      Enable BSR in Log2 functions

Paulo Cesar Pereira de Andrade (1):
      Compile warning fixes.

Tilman Sauerbeck (1):
      R3xx/R5xx: fix up a8-src-something_with_colors

---
 ChangeLog                         |  375 ++++++++++++
 debian/changelog                  |    9 
 src/ati.c                         |    2 
 src/ati.h                         |    2 
 src/ati_pciids_gen.h              |    6 
 src/atimodule.c                   |    2 
 src/atombios_crtc.c               |   13 
 src/atombios_output.c             |  101 ++-
 src/legacy_output.c               |    2 
 src/pcidb/ati_pciids.csv          |    8 
 src/radeon.h                      |  380 +++++++------
 src/radeon_atombios.c             |  725 +-----------------------
 src/radeon_atomwrapper.c          |    2 
 src/radeon_chipinfo_gen.h         |    8 
 src/radeon_chipset_gen.h          |    6 
 src/radeon_crtc.c                 |   11 
 src/radeon_cursor.c               |    8 
 src/radeon_driver.c               |   80 --
 src/radeon_exa.c                  |    9 
 src/radeon_exa_funcs.c            |    4 
 src/radeon_exa_render.c           | 1103 +++++++++++++++++++++++++++-----------
 src/radeon_output.c               |  142 +++-
 src/radeon_pci_chipset_gen.h      |    6 
 src/radeon_pci_device_match_gen.h |    6 
 src/radeon_probe.h                |    6 
 src/radeon_reg.h                  |  187 +++++-
 src/radeon_render.c               |    9 
 src/radeon_textured_video.c       |   22 
 src/radeon_textured_videofuncs.c  |  100 ++-
 src/theatre_detect.c              |    1 
 30 files changed, 1961 insertions(+), 1374 deletions(-)
---


Reply to: