[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-intel: Changes to 'refs/tags/2.21.14'



Tag '2.21.14' created by Chris Wilson <chris@chris-wilson.co.uk> at 2013-08-04 09:31 +0000

Intel 2.21.14 release

Changes since 2.21.13:
Chris Wilson (43):
      intel: Source our PCI IDs table from the copy in the kernel
      intel: Cross-check an unnamed chipset against the list of known PCI-IDs
      intel: Remove the SDV from the list of identified chipsets
      intel: Set the correct marketing names for Ironlake, Sandybridge and Ivybridge
      intel: Replace the codename in the user facing string for unknown Haswell parts
      intel: Only print the unique chipset names
      uxa: Clear up the common intel directory
      uxa: Colocate architecture source files with backend implementation sources
      intel: Move some backend specific macros out of the common header
      intel: Remove some unused macros
      intel: Always define the PCI-IDs
      intel: Remove the unused bridge PCI-IDs
      sna/gen7: Set appropriate thread counts for Valleyview^Baytrail
      sna/gen7: Rename Valleyview to Baytrail
      sna/gen7: Use ivb/byt/hsw shorthand for generation checking
      sna/gen7: Prefer GPU spans for Baytrail as well
      configure: Print a summary of compilation options
      sna: Allow PutImage to utilise userptr for busy targets
      intel: Remove the unused SDV PCI IDs
      uxa: Add the missing include to silence the compiler warning
      sna: Fix limit on stipples to only use immediate operands for <= 32 dwords
      sna: Restore driver info upon FreeScreen
      uxa: Fix incorrect include path
      sna: Composite region is already in dst drawable space
      sna/dri: Prevent stale DRI buffers from a NULL dereference
      sna: Cleanup along all error paths in sna_pre_init()
      intel: Suppress some extremely noisy warnings
      sna: Suppress a few harmless warnings
      sna/dri: Tidy up applying damage to the Pixmap when copying regions
      Suppress a bunch of compiler warnings for using constant strings
      Suppress misleading warnings for -Wmaybe-uninitialized
      sna/gen4: Hide an unused function
      sna/gen7: Set appropriate constants for Haswell GT3
      sna: Allow CPU access to scanouts if WT cached
      sna: Fix interaction between WT mapping of scanouts and allocating from stolen
      sna: Relax readback constraint for CPU mappings of scanouts
      sna/glyphs: Allow glyphs-to-dst to discard CA masks for a8 glyphs
      sna: Don't force inline string-ops for the general memcpy_blt routine
      sna: Add a few more details to the log for mode switching
      sna/dri: Disable TripleBuffering by default for compositors
      sna: Reserve relocation entries for the deferred VBO
      sna: Mark the entire userptr proxy chain as flush/non-reusable
      2.21.14 release

Damien Lespiau (1):
      uxa/display: Keep the EDID blob around for the lifetime of an output

Egbert Eich (1):
      Add support for the dell backlight interface

---
 Makefile.am                      |    7 
 NEWS                             |   18 +
 configure.ac                     |  117 ++++++++++--
 src/Makefile.am                  |   76 +-------
 src/i915_pciids.h                |  211 ++++++++++++++++++++++
 src/intel_driver.h               |  235 ++-----------------------
 src/intel_module.c               |  358 +++++++++++++++++----------------------
 src/legacy/i810/Makefile.am      |    4 
 src/legacy/i810/i810_dri.c       |    2 
 src/legacy/i810/xvmc/Makefile.am |    4 
 src/sna/Makefile.am              |    5 
 src/sna/blt.c                    |   10 -
 src/sna/brw/Makefile.am          |    1 
 src/sna/compiler.h               |    4 
 src/sna/fb/Makefile.am           |    2 
 src/sna/gen4_render.c            |    2 
 src/sna/gen5_render.c            |    2 
 src/sna/gen6_render.c            |    4 
 src/sna/gen7_render.c            |   92 ++++++----
 src/sna/kgem.c                   |   22 ++
 src/sna/kgem.h                   |   18 +
 src/sna/sna.h                    |   11 +
 src/sna/sna_accel.c              |  100 ++++++++++
 src/sna/sna_blt.c                |    3 
 src/sna/sna_composite.c          |    5 
 src/sna/sna_damage.c             |    4 
 src/sna/sna_display.c            |   34 ++-
 src/sna/sna_dri.c                |  132 ++++++++------
 src/sna/sna_driver.c             |   48 ++---
 src/sna/sna_glyphs.c             |   11 -
 src/sna/sna_render.c             |    3 
 src/sna/sna_video_hwmc.c         |    4 
 src/sna/sna_video_overlay.c      |   30 +--
 src/sna/sna_video_sprite.c       |   10 -
 src/sna/sna_video_textured.c     |   14 -
 src/uxa/Makefile.am              |   72 ++-----
 src/uxa/common.h                 |    2 
 src/uxa/i965_video.c             |    2 
 src/uxa/intel.h                  |   25 ++
 src/uxa/intel_display.c          |   18 -
 src/uxa/intel_driver.c           |    3 
 src/uxa/intel_hwmc.c             |    2 
 src/uxa/intel_video.c            |    2 
 src/uxa/uxa-glyphs.c             |    2 
 src/uxa/uxa_module.h             |    6 
 src/xvmc/Makefile.am             |   24 --
 uxa/Makefile.am                  |   23 --
 xvmc/Makefile.am                 |   32 +++
 xvmc/i915_xvmc.h                 |    3 
 xvmc/i965_xvmc.c                 |    4 
 xvmc/intel_batchbuffer.c         |    2 
 xvmc/intel_xvmc.c                |    2 
 xvmc/intel_xvmc_dump.c           |    2 
 xvmc/intel_xvmc_private.h        |    3 
 xvmc/xvmc_vld.c                  |    3 
 55 files changed, 1030 insertions(+), 805 deletions(-)
---


Reply to: