xf86-video-ati: Changes to 'refs/tags/xf86-video-ati-7.1.0'

Maarten Lankhorst mlankhorst at kemper.freedesktop.org
Wed Jan 30 08:13:36 PST 2013


Tag 'xf86-video-ati-7.1.0' created by Maarten Lankhorst <maarten.lankhorst at canonical.com> at 2013-01-30 16:13 -0800

xf86-video-ati-7.1.0

Changes since xf86-video-ati-7.0.0:
Alex Deucher (5):
      bump verion post release
      radeon: add new SI pci id
      radeon: fix ring count in R300PrepareTexturedVideo
      exa/Xv: fix coordinate limits on AVIVO IGPs
      radeon/r200: program RE_WIDTH_HEIGHT properly

Dave Airlie (1):
      radeon: fix damage reporting for slave pixmaps

Ilija Hadzic (3):
      video: add option to include disabled CRTCs in best CRTC search
      DRI2: change signature of radeon_dri2_drawable_crtc
      DRI2: limit the swap rate when CRTC is in DPMS-off state

Jerome Glisse (2):
      radeon: avoid segfault when pixmap exceed GPU capabilities
      radeon: avoid copying over itself ddx fb

Maarten Lankhorst (1):
      radeon: bump version for release

Michel Dänzer (11):
      Remove dead code flagged by gcc -Wunused-but-set-variable.
      Remove unused local variable 'path'.
      Remove local variables total_size_bytes.
      Remove dead option definitions.
      glamor: Release the drawable after passing to glamor_push_pixels
      glamor: Enable full 2D acceleration for SI as well.
      Drop support for X servers older than 1.7.
      DRI2: Properly use buffer depth passed in by client.
      DRI2/r[345]xx: 16 bit depth buffers use square micro tiling.
      Make CRTC shadow pixmaps usable by glamor.
      Make radeon_glamor_create_textured_pixmap() return TRUE without USE_GLAMOR.

---
 Makefile.am                         |    2 
 configure.ac                        |   41 
 src/Makefile.am                     |   10 
 src/ati.c                           |   49 
 src/ati_pciids_gen.h                |    1 
 src/atipcirename.h                  |   47 
 src/drmmode_display.c               |   28 
 src/evergreen_exa.c                 |   29 
 src/evergreen_textured_videofuncs.c |   14 
 src/pcidb/ati_pciids.csv            |    1 
 src/r600_exa.c                      |   32 
 src/r600_textured_videofuncs.c      |   14 
 src/radeon.h                        |   22 
 src/radeon_chipinfo_gen.h           |    1 
 src/radeon_chipset_gen.h            |    1 
 src/radeon_dri2.c                   |  326 +-----
 src/radeon_dri2.h                   |    2 
 src/radeon_driver.c                 |    4 
 src/radeon_exa.c                    |   27 
 src/radeon_exa_funcs.c              |   31 
 src/radeon_exa_render.c             |   40 
 src/radeon_exa_shared.c             |    3 
 src/radeon_glamor.c                 |   88 -
 src/radeon_glamor.h                 |    7 
 src/radeon_glamor_wrappers.c        | 1870 ------------------------------------
 src/radeon_glamor_wrappers.h        |  178 ---
 src/radeon_kms.c                    |   48 
 src/radeon_pci_chipset_gen.h        |    1 
 src/radeon_pci_device_match_gen.h   |    1 
 src/radeon_probe.c                  |   69 -
 src/radeon_textured_videofuncs.c    |   32 
 src/radeon_video.c                  |   86 -
 src/radeon_video.h                  |    2 
 33 files changed, 201 insertions(+), 2906 deletions(-)
---


More information about the xorg-commit mailing list