xf86-video-intel: Changes to 'refs/tags/xf86-video-intel-2.5.99.2'

Zhenyu Wang zhen at kemper.freedesktop.org
Thu Jan 8 00:11:03 PST 2009


Tag 'xf86-video-intel-2.5.99.2' created by Zhenyu Wang <zhenyu.z.wang at intel.com> at 2009-01-08 08:03 -0800

xf86-video-intel-2.5.99.2

Changes since xf86-video-intel-2.5.99.1:
Dave Airlie (5):
      modeset: fix xf86CrtcRotate API change across server versions
      modeset: transformPresent is a new API member
      exa: fix map gtt call to use current API
      intel: don't call enter/leave VT for KMS enabled systems
      intel/kms: disable overlay when it needs physical address

Eric Anholt (9):
      uxa: Correctly prepare/finishaccess of stipple in ValidateGC (and only it)
      Remove old mergedfb includes and defines, which bother spatch.
      Rely on libdrm 2.4.3 and stop checking for xf86drmMode.h.
      Add PCI write posting to LeaveVT path when we're about to wait on write results.
      uxa: Do a hack to use the aperture mapping instead of bo_map in sw fallbacks.
      Don't touch the pipestat regs for detecting FIFO underrun. The kernel owns them.
      Disable DRI2 buffer tiling on non-965, as those need fence regs for 2D blits.
      Fix pin leakage with EXA GTT-mapping shortcut, and crash with UXA on KMS.
      Always enable KMS if server's new enough, and remove option.

Henry unbongo (1):
      Add support for SDVO LVDS.

Keith Packard (3):
      Handle drm_bo_map failure in 965 video and composite paths.
      uxa: handle uxa_prepare_access failure
      FatalError on batchbuffer map failure

Kristian Høgsberg (1):
      Quiet some KMS warnings.

Ma Ling (1):
      SDVO: reset pixel repeat in avi frame

Peter Alfredsen (1):
      xvmc: fix up needed libs

Robert Noland (1):
      Fix drmOpen for non-linux 965 XvMC

Zhenyu Wang (4):
      Don't count vertex buffer in second aperture size check
      Bug #18004: Add Aopen 915GM LVDS quirk
      UXA: Fallback to dri_bo_map() if pin failed
      Bump version 2.5.99.2

---
 configure.ac           |   27 ++---
 src/drmmode_display.c  |   30 +++---
 src/i830.h             |    6 -
 src/i830_batchbuffer.c |    4 
 src/i830_display.c     |    4 
 src/i830_dri.c         |    9 +
 src/i830_driver.c      |   35 +------
 src/i830_exa.c         |   17 ++-
 src/i830_memory.c      |    5 -
 src/i830_quirks.c      |    1 
 src/i830_sdvo.c        |    9 +
 src/i965_render.c      |   33 ++++--
 src/i965_video.c       |  168 +++++++++++++++++++++++-----------
 src/xvmc/Makefile.am   |    4 
 src/xvmc/intel_xvmc.c  |   18 ++-
 uxa/uxa-accel.c        |   30 +++---
 uxa/uxa-priv.h         |    6 -
 uxa/uxa-render.c       |   37 ++++---
 uxa/uxa-unaccel.c      |  236 ++++++++++++++++++++++++++++---------------------
 uxa/uxa.c              |   60 ++++++++----
 20 files changed, 435 insertions(+), 304 deletions(-)
---


More information about the xorg-commit mailing list