[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-2'



Tag 'xserver-xorg-video-intel-2_2.0.0-2' created by Drew Parsons <dparsons@debian.org> at 2007-05-26 08:33 +0000

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

Changes since xserver-xorg-video-intel-2_2.0.0-1:
Dave Airlie (2):
      disable all outputs on EnterVT
      i810: be a bit more verbose about disabling DRI

David Nusinow (1):
      Merge branch 'xsfbs' into debian-unstable

Drew Parsons (2):
      Merge git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel into debian-experimental
      Pull in latest upstream git to restore Xv support.

Eric Anholt (11):
      Disable some clock gating functions documented to work incorrectly.
      Allow physical-memory allocations within stolen memory.
      Ignore VideoRam now that its original purpose is obsolete.
      Fix typo in previous commit with s/XF86_DRI/XF86DRI/
      Make the DVO output name LVDS if it's an LVDS chip.
      Add DVO[ABC] register debugging.
      Disable non-working GTT decoding on i830, and fix map/unmap of GTT.
      Make up a fixed panel timing for DVO LVDS, and use DVOA for DVO LVDS.
      Fix typo s/i/index/ in LoadPalette for depth 16.
      Disable vblank interrupts when no DRI clients are running.
      Disable vblank interrupts when no DRI clients are running.

Julien Cristau (3):
      Merge remote branch 'origin/debian-unstable' into debian-unstable
      Build xserver-xorg-video-i810 in binary-indep instead of binary-arch.
      Mention i965 chipsets in the long description.

Keith Packard (19):
      Merge branch 'origin'
      CRTC Rotation under XAA wasn't hitting accelerated path.
      Deal with i830 CRT load detection which cannot use FORCE_BORDER.
      Add i830_bios_get_aim_data_block to read AIM data from BIOS
      Change DVO module interface to pass more state across. Fix IVCH display.
      Enable panel fitter on ivch DVO.
      Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
      Dump pending ring on crash.
      Use CRTCs instead of pipe indices for video pipe selection.
      Automatically select crtc based on coverage.
      Use FLIP_CONTINUE with ~OVERLAY_ENABLE to turn overlay off.
      Clean up overlay management.
      Reformat i830_video.c to four-space indents.
      Eliminate blocking for video overlay.
      Clean up CRTC selection. Remove more overlay blocking.
      Xv does not require directRendering
      Ensure Pipe A is active when enabling overlay the first time.
      Compute and clip to crtc before call to xf86XVClipVideoHelper.

Kristian Høgsberg (1):
      Implement the custom I2C protocol used by the ivch DVO.

Michel Dänzer (2):
      Update vblank pipes when a pipe gets disabled.
      i830: Provide new DRI texOffsetStart hook when available with EXA.

Samuel Thibault (1):
      Bug #10714: Fix build without DRI.

Timo Aaltonen (1):
      Replaces/Conflicts: xserver-xorg-driver-i810.

Wang Zhenyu (5):
      EXA: set enabling bits properly for i830
      Alloc state mem buffer on 965G for xaa rotation
      EXA: remove a flush cmd in i915 render code
      Fix ring debug code
      EXA: add render enter helper function

---
 config.guess                  |   32 
 config.sub                    |   16 
 debian/changelog              |   17 
 debian/control                |    8 
 debian/rules                  |   15 
 man/intel.man                 |   13 
 src/bios_reader/bios_reader.c |    9 
 src/ch7017/ch7017.c           |    2 
 src/ch7xxx/ch7xxx.c           |    2 
 src/common.h                  |    1 
 src/i2c_vid.h                 |  136 +
 src/i810_driver.c             |    4 
 src/i810_reg.h                |  120 -
 src/i830.h                    |   39 
 src/i830_accel.c              |   17 
 src/i830_bios.c               |   59 
 src/i830_bios.h               |   52 
 src/i830_crt.c                |   98 
 src/i830_debug.c              |   58 
 src/i830_display.c            |    7 
 src/i830_dri.c                |   29 
 src/i830_driver.c             |  189 +
 src/i830_dvo.c                |  209 +
 src/i830_exa.c                |   32 
 src/i830_lvds.c               |  177 -
 src/i830_memory.c             |  147 +
 src/i830_render.c             |   21 
 src/i830_sdvo.c               |    2 
 src/i830_tv.c                 |    2 
 src/i830_video.c              | 4636 +++++++++++++++++++++---------------------
 src/i830_video.h              |    4 
 src/i830_xaa.c                |    4 
 src/i915_render.c             |   12 
 src/i965_render.c             |   10 
 src/ivch/ivch.c               |  281 ++
 src/ivch/ivch_reg.h           |  208 +
 src/sil164/sil164.c           |    2 
 37 files changed, 3961 insertions(+), 2709 deletions(-)
---



Reply to: