xf86-video-intel: Changes to 'refs/tags/xf86-video-i810-1.7.0'

Alan Hourihane alanh at kemper.freedesktop.org
Mon Oct 2 13:19:30 EEST 2006


Tag 'xf86-video-i810-1.7.0' created by Alan Hourihane <alanh at fairlite.demon.co.uk> at 2006-10-02 11:19 -0700

Version 1.7.0

Changes since xf86-video-i810-1.6.5:
A Costa:
      Typo fix in man page (Debian bug #364559).

Alan Hourihane:
      Fix bug #5150. Disable LVDS usage on i915G, i945G and i965G.
      Disable device check when mergedfb in operation.
      Fix bug #7930, i810 doesn't compile without DRI
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
      remove GL* usage
      fix typo
      Fix SetVBlank to operate all the time
      Fix bug with probing info of DFP2 and LFP2 connected
      When in MergedFB mode, fix offscreen memory allocation.
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
      Fix bug #7943 where video flickers when changing
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
      Fix issues with Xv locking up the engine. bug #7915.
      Missing gamma bit
      bump to 1.7.0
      silence warning

Eric Anholt:
      Bug #7905: Mark DRI state as dirty in 965 textured video, fixing hangs with 3d.
      Add a check for intel-gen4asm, and rules to compile {wm,sf}_prog.h using it.
      Fix a compile failure from the last commit.

Michel Dänzer:
      Only enable the IRQ after DRIFinishScreenInit.
      If the DRM can handle it, enable vertical blank interrupts for both pipes.
      Store viewport limits of both pipes in SAREA.
      Always call I830UpdateXineramaScreenInfo() unconditionally, and document why.

root:
      bump max Xvideo height to 1088 to cope with some players.

Wang Zhenyu:
      Fix undefined alloc type for agp memory

---
 configure.ac          |    5 
 man/i810.man          |    2 
 src/Makefile.am       |   12 
 src/brw_structs.h     | 1336 +++++++++++++++++++++++++-------------------------
 src/i810_driver.c     |    6 
 src/i810_reg.h        |   11 
 src/i830_accel.c      |    4 
 src/i830_common.h     |    9 
 src/i830_cursor.c     |    2 
 src/i830_dri.c        |   61 +-
 src/i830_dri.h        |    4 
 src/i830_driver.c     |  116 +++-
 src/i830_memory.c     |   34 -
 src/i830_video.c      |  134 +----
 src/packed_yuv_sf.g4a |   17 
 src/packed_yuv_wm.g4a |  161 ++++++
 src/sf_prog.h         |   17 
 src/wm_prog.h         |  110 ----
 18 files changed, 1085 insertions(+), 956 deletions(-)
---



More information about the xorg-commit mailing list