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

Chris Wilson ickle at kemper.freedesktop.org
Sat Apr 6 08:06:23 PDT 2013


Tag '2.21.6' created by Chris Wilson <chris at chris-wilson.co.uk> at 2013-04-06 16:04 -0700

Intel 2.21.6 release

Changes since 2.21.5:
Chris Wilson (32):
      sna/dri: Disable assertion and associated bookkeeping
      sna: Fix computation of clip extents for stippling
      sna: Add backlight control implementation
      sna: Fix assertions that the pixmap points into the CPU bo for fallbacks
      sna: Fix an assertion to check the correct bo
      sna: Convert out-of-bounds sample to CLEAR
      Remove the GeneralSocket upon CloseScreen
      sna: Trim removed fields from execbuffer2 for OpenBSD support
      sna: AVX2 is in the ebx result of cpuid
      sna/gen4+: Add a couple more advanced SSE variants for composite vertices
      sna: Fix AVX2 detection
      sna: Check for OS support of AVX/AVX2 before use
      sna/gen4+: Reorder code to compile on squeeze
      sna: Add extra '()' around bitwise &/&& for CPU feature detection
      sna/gen7: Use GT2 values for GT2 variants
      sna/gen7: Prefer spans for GT2 desktop variants
      sna/gen7: Restore render acceleration for VLV power-on board
      sna/gen7: Fix MOCS for Haswell
      sna/gen4+: Set read-write allocation mode for the target render cache
      sna/gen7: Resist the temptation to overprogram the number of PS threads for HSW
      sna/gen7: Refine is_gt2() for Haswell versus Ivybridge
      sna: Allow the compiler to inline memcpy for the bitblt routines
      sna: Try to eliminate pending operations to the bo being replaced
      DRI2GetMSC: Do not send a bogus ust for when the drawable is not displayed
      sna/gen4: Break the Video rendering loop into 16 rectangle chunks
      sna/gen4: Kill stray debugging ErrorF from previous commit
      sna: Relax scanline waits on HSW to be emittable from either ring
      sna: Adjust userptr structure for implicit padding
      sna: Restore bo->flush status for large bo
      sna: Improve assertions to detect rogue priv->cpu status
      configure: Allow valgrind support to be manually enabled
      2.21.6 release

Mark Kettenis (3):
      uxa: Add OpenBSD backlight control implementation
      sna: Fix OpenBSD backlight control implementation
      sna: Use a more portable way to determine total RAM size

---
 NEWS                         |   30 +++
 configure.ac                 |   22 ++
 src/intel_display.c          |   77 ++++++++-
 src/intel_dri.c              |   14 +
 src/sna/blt.c                |    4 
 src/sna/compiler.h           |    6 
 src/sna/gen4_render.c        |   70 +++++---
 src/sna/gen4_vertex.c        |  354 ++++++++++++++++++++++++++++++++++++++++++-
 src/sna/gen5_render.c        |    9 -
 src/sna/gen6_render.c        |    9 -
 src/sna/gen7_render.c        |   25 +--
 src/sna/gen7_render.h        |    2 
 src/sna/kgem.c               |   47 +++--
 src/sna/kgem.h               |    2 
 src/sna/sna_accel.c          |   54 ++++--
 src/sna/sna_cpu.c            |   24 ++
 src/sna/sna_display.c        |   78 +++++++++
 src/sna/sna_dri.c            |   45 +++--
 src/sna/sna_io.c             |   25 ---
 src/sna/sna_render.c         |    2 
 src/sna/sna_video_textured.c |    5 
 21 files changed, 767 insertions(+), 137 deletions(-)
---


More information about the xorg-commit mailing list