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

Carl Worth cworth at kemper.freedesktop.org
Thu Dec 10 15:30:16 PST 2009


Tag '2.9.99.902' created by Carl Worth <cworth at cworth.org> at 2009-12-10 23:29 -0800

Intel 2.9.99.902 release

Changes since 2.9.99.901:
Carl Worth (3):
      Document the DebugFlushBatches, DebugFlushCaches, and DebugWait options.
      NEWS: Add notes for 2.9.99.902 (and preliminary notes for 2.10)
      Update version to 2.9.99.902.

Chris Wilson (18):
      uxa: Don't treat prepare_access as a flush synchronisation point.
      i830: Simplify prepare_access / finish_access
      uxa: Review uxa_prepare_access() to remove potential nesting
      Review use of errno after libdrm call
      uxa_prepare_access() don't force a flush.
      uxa_check_composite: Minor whitespace.
      batch: Avoid flushing a NULL batch
      Rename I830Sync() to intel_sync()
      Remove flush parameter from intel_batch_flush()
      batch: Downgrade batch submission from a FatalError.
      intel: And remember to flush the batch...
      batch: Ensure we send a MI_FLUSH in the block handler for TFP
      uxa: Cache solid fills.
      i965: Maximum number of vertices per composite is 24, not 18
      Assert that we only call OUT_BATCH() inside a BATCH
      i965: Set src_filter before testing.
      i965: Only use the affine kernels if both src and mask are affine
      Revert "uxa-glyphs: Enable TILING_X on glyph caches."

Daniel Vetter (1):
      Xv: enable drmmode overlay

Jesse Barnes (1):
      Update man page to reflect currently available options

Kristian Høgsberg (1):
      Require libdrm 2.4.16

Tobias Doerffel (1):
      Fix compiler warning in i830_copy_video_data() if XvMC is disabled

---
 NEWS                   |   64 +++++++++++++++--
 configure.ac           |    4 -
 man/intel.man          |  184 ++++++++++---------------------------------------
 src/common.h           |   11 --
 src/i830.h             |   14 +++
 src/i830_accel.c       |   20 -----
 src/i830_batchbuffer.c |   57 ++++++++-------
 src/i830_batchbuffer.h |   10 +-
 src/i830_dri.c         |    6 -
 src/i830_driver.c      |   24 ++----
 src/i830_memory.c      |    3 
 src/i830_render.c      |    2 
 src/i830_uxa.c         |   49 +++++--------
 src/i830_video.c       |   14 ---
 src/i915_render.c      |    2 
 src/i965_hwmc.c        |    1 
 src/i965_render.c      |   15 +--
 src/i965_video.c       |    4 -
 uxa/uxa-accel.c        |   18 ++--
 uxa/uxa-glyphs.c       |    4 -
 uxa/uxa-priv.h         |   11 ++
 uxa/uxa-render.c       |   94 +++++++++++++++++++++++++
 uxa/uxa-unaccel.c      |   22 ++---
 uxa/uxa.c              |   15 +++
 24 files changed, 337 insertions(+), 311 deletions(-)
---


More information about the xorg-commit mailing list