[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.7.197-git20071219.ce4fa1ce-1'



Tag 'xserver-xorg-video-ati-1_6.7.197-git20071219.ce4fa1ce-1' created by Brice Goglin <bgoglin@debian.org> at 2007-12-19 07:58 +0000

Tagging upload of xserver-xorg-video-ati 1:6.7.197~git20071219.ce4fa1ce-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.7.196-2:
Alex Deucher (14):
      RADEON: add MacModel imac-g5-isight for iMac G5 iSight
      RADEON: bios PLL cleanup
      RADEON: only update crtc values when RMX is active
      RADEON: rewrite PLL computation
      RADEON: fix cursors when using rotation
      RADEON: use /proc/acpi to determine lid status
      RADEON: only enable vblanks if we want them
      RADEON: select fb_div0 for LVDS on RV410 (x700) mobility
      RADEON: Fix PLL set up on certain notebooks
      RADEON: Make sure LVDS_EN bit is set when enabling LVDS
      RADEON: more PLL fixes
      RADEON: whitespace clean-ups
      RADEON: add output enable masks
      RADEON: typo from last commit

Arkadiusz Miskiewicz (4):
      sparse fixes and cleanups from arekm
      RADEON: driver cleanups, warning fixes
      RADEON: more cleanups and warning fixes
      RADEON: fix fd leak in lid detect code

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

Fredrik Höglund (1):
      RADEON: Fix the vertex coordinates for transformed pictures

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

LisaWu (1):
      radeon: Use %u instead of %d for unsigned value.

Michel Dänzer (3):
      radeon: Use gettimeofday instead of xf86getsecs.
      radeon: Warning fixes.
      radeon: Default to 1x again with non-v3 AGP cards.

Étienne Bersac (1):
      RADEON: fix typo

---
 ChangeLog                |  356 +++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am              |    2 
 Makefile.in              |    2 
 configure                |    2 
 configure.ac             |    2 
 debian/changelog         |    7 
 man/radeon.man           |    2 
 src/atividmem.c          |   14 -
 src/r128_dri.c           |    6 
 src/r128_probe.c         |    2 
 src/radeon.h             |   45 ++++-
 src/radeon_accel.c       |    6 
 src/radeon_bios.c        |   25 +--
 src/radeon_commonfuncs.c |    4 
 src/radeon_crtc.c        |  220 ++++++++++++++++++++---------
 src/radeon_cursor.c      |   49 ++++--
 src/radeon_display.c     |  289 +++++++++++++++++++++-----------------
 src/radeon_dri.c         |   18 --
 src/radeon_driver.c      |   43 +++--
 src/radeon_exa.c         |   20 +-
 src/radeon_exa_render.c  |   93 +++++++-----
 src/radeon_output.c      |  117 ++++++++++++---
 src/radeon_probe.h       |    1 
 src/radeon_reg.h         |    1 
 24 files changed, 975 insertions(+), 351 deletions(-)
---


Reply to: