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

Chris Wilson ickle at kemper.freedesktop.org
Thu Jun 6 05:41:31 PDT 2013


Tag '2.21.9' created by Chris Wilson <chris at chris-wilson.co.uk> at 2013-06-06 13:41 -0700

Intel 2.21.9 release

Changes since 2.21.8:
Chris Wilson (23):
      sna/video: Correct interpretation of 'sync'
      test: Add an easily visible tearing test for video playback
      sna: Call mode update after disabling outputs upon VT switch
      sna: Make the backend identifier more informative
      Add the known marketing names for the performance Haswell parts
      sna: Sanity check that CRTC / output combination is valid
      sna: Log which outputs are being configured during a modeset
      sna: Report allocations failures during Screen initialisation
      sna: Cleanup up error reporting after failure to init KMS interface
      sna: Assert that an existing scanout is the desired size
      sna: Restore GPU promotion for large fills
      sna: Compile fix for non-debug builds
      sna/dri: Reorder assert not to fail on a pageflip deferred to after a modeset
      sna: Prevent adding damage to an already all-damaged GPU bo
      sna: Add some more DBG hints to copy-on-write cloning
      sna/dri: Undo any COW before performing a copy with DRI2CopyRegion
      sna: Make copying the glyph size more compact
      sna: Always populate the CPU features string
      sna: Do not conflate ignoring an output with an allocation failure
      sna/video: Fix redundant initialisation of video->clip
      sna: Include the GT details in the backend name for a chipset
      sna: Only emit an error for terminal mmap failures
      2.21.9 release

Daniel Vetter (1):
      sna: fixup up possible_clones kms->X impedance mismatch

Rodrigo Vivi (1):
      Add more correct names for Haswell.

---
 NEWS                         |   22 +++
 configure.ac                 |    2 
 src/intel_module.c           |   46 ++++----
 src/sna/gen2_render.c        |    4 
 src/sna/gen3_render.c        |    4 
 src/sna/gen4_render.c        |    6 -
 src/sna/gen5_render.c        |    6 -
 src/sna/gen6_render.c        |    9 +
 src/sna/gen7_render.c        |   23 +++-
 src/sna/kgem.c               |   28 +++--
 src/sna/sna_accel.c          |   62 +++++------
 src/sna/sna_cpu.c            |    6 -
 src/sna/sna_display.c        |  240 ++++++++++++++++++++++++++++++-------------
 src/sna/sna_display_fake.c   |   15 --
 src/sna/sna_dri.c            |   10 +
 src/sna/sna_driver.c         |   15 --
 src/sna/sna_glyphs.c         |   10 -
 src/sna/sna_render.c         |    3 
 src/sna/sna_render.h         |   15 +-
 src/sna/sna_video_overlay.c  |    2 
 src/sna/sna_video_textured.c |    4 
 test/Makefile.am             |    2 
 test/tearing.mp4             |binary
 23 files changed, 337 insertions(+), 197 deletions(-)
---


More information about the xorg-commit mailing list