[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.0.0-6'



Tag 'xserver-xorg-video-intel-2_2.0.0-6' created by Julien Cristau <jcristau@debian.org> at 2007-07-02 01:25 +0000

Tagging upload of xserver-xorg-video-intel 2:2.0.0-6 to experimental.

Changes since xserver-xorg-video-intel-2_2.0.0-5:
Alan Coopersmith (2):
      Add AM_PROG_CC_C_O to configure.ac
      Add *~ to .gitignore to skip emacs & patch backup files

Carl Worth (7):
      Remove redundant i830WaitSync from i965_prepare_composite
      Use local structure for cc_state
      Use local structure for dest_surf_state
      Use local structure for src_surf_state
      Use local structure for mask_surf_state
      Use local structure for src_sampler_state and mask_sampler_state
      Use local structures for vs_state, sf_state, and wm_state

Dave Mueller (1):
      Bug #11171: Add support for the Ti TFP410 DVO TMDS transmitter.

Eric Anholt (1):
      Move the ivch's fixed panel mode support to i830_dvo.c for other LVDS drivers.

Julien Cristau (3):
      Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel into debian-experimental
      Update to latest upstream (commit 1e2e3013) and autoreconf.
      Add myself to uploaders.

Keith Packard (5):
      Increase vblank wait timeout from 20ms to 30ms. 49.6Hz < 20ms.
      I830 needs to have plane/pipe/pll started in mode_set.
      Decode PLL registers in LVDS mode a bit better in debug code.
      Handle dual-channel LVDS on i855.
      Fix load detection to use border region instead of blanking.

Wang Zhenyu (2):
      EXA: don't have to check offscreen size
      EXA: fallback mask transform on i965

---
 .gitignore                 |    1 
 aclocal.m4                 |   28 ++
 config.h.in                |    3 
 configure                  |  128 +++++++++++
 configure.ac               |    2 
 debian/changelog           |    7 
 debian/control             |    2 
 src/Makefile.am            |    2 
 src/Makefile.in            |    5 
 src/i2c_vid.h              |    6 
 src/i830.h                 |    2 
 src/i830_crt.c             |   36 ++-
 src/i830_debug.c           |  116 +++++++---
 src/i830_display.c         |   24 +-
 src/i830_dvo.c             |  100 +++++++-
 src/i830_exa.c             |   13 -
 src/i830_tv.c              |    7 
 src/i965_render.c          |   72 ++++--
 src/ivch/ivch.c            |   78 ------
 src/tfp410/Makefile.am     |   16 +
 src/tfp410/Makefile.in     |  517 +++++++++++++++++++++++++++++++++++++++++++++
 src/tfp410/tfp410.c        |  265 +++++++++++++++++++++++
 src/tfp410/tfp410.h        |   33 ++
 src/tfp410/tfp410_module.c |   38 +++
 src/tfp410/tfp410_reg.h    |  104 +++++++++
 25 files changed, 1417 insertions(+), 188 deletions(-)
---



Reply to: