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

Chris Wilson ickle at kemper.freedesktop.org
Wed Mar 2 09:51:06 PST 2011


Tag '2.14.901' created by Chris Wilson <chris at chris-wilson.co.uk> at 2011-03-02 17:48 -0800

Intel 2.14.901 snapshot

Changes since 2.14.0:
Adam Jackson (1):
      Fix IGD and IGDNG constants to be comprehensible

Bryce Harrington (2):
      Check return value of uxa_acquire_solid() since it can return NULL
      Quell excessively verbose vblank counter failed error messages

Chris Wilson (19):
      Remove unused struct _intel_memory definition
      Remove unused GTT/Map sizes and addresses
      Delete some dead code
      Remove bitrotted, but fortunately unused, I830CrtcPrivate
      Remove unused I830Output
      Cache the fixed crtc<->pipe relationship
      Delete unused memory allocation flags.
      Create the UXA generational resources during screen create
      uxa: Only recreate the glyph cache on *generational* updates
      i915: Remove unused 'num_floats' variable
      i915: Remove unused 'w' and 'h'
      Enable conditional compilation of asserts
      Rename 'intel' backlight to match upstream name in 2.6.38
      uxa: Undo damage translation before appending
      i965: Remove broken maximum base addresses from video
      uxa: Fallback if the temporary is too large
      dri: Protect against destroying a foreign DRI drawable
      NEWS: Add entry for 2.14.901 snapshot
      configure: Bump for 2.14.901 snapshot

Cyril Brulebois (5):
      xvmc: Get rid of unused variables.
      xvmc: Silence gcc, add parentheses around assignment.
      xvmc: Silence gcc, add parentheses around arithmetic.
      xvmc: Silence gcc, adding a cast to work around signedness issues.
      xvmc: Stop using uninitialized variable.

Daniel Vetter (1):
      Fix relaxed tiling on gen2

Eric Anholt (1):
      Quiet compiler warning about is_affine_src same way we do is_affine_mask.

Javier Jardón (1):
      Update autotools configuration

Simon Farnsworth (1):
      Fix textured video when destination is larger than screen

Xiang, Haihao (2):
      Correct offset of planes within clipped window
      Fix an error in 4c4ad555564a80311df1a4b762eb1e119c6d95fb.

---
 Makefile.am                  |    1 
 NEWS                         |   31 ++++
 autogen.sh                   |   14 -
 configure.ac                 |   34 +++-
 m4/.gitignore                |    5 
 src/i915_render.c            |   10 -
 src/i965_render.c            |    6 
 src/i965_video.c             |   34 ++--
 src/intel.h                  |   58 -------
 src/intel_display.c          |   19 +-
 src/intel_dri.c              |   54 ++++---
 src/intel_driver.c           |  319 ++++++++++++-------------------------------
 src/intel_driver.h           |   28 +--
 src/intel_module.c           |   40 ++---
 src/intel_uxa.c              |   18 +-
 src/intel_video.c            |    4 
 src/legacy/i810/i810_reg.h   |   32 ++--
 src/xvmc/i915_xvmc.c         |    3 
 src/xvmc/intel_batchbuffer.c |    2 
 src/xvmc/intel_batchbuffer.h |    2 
 src/xvmc/intel_xvmc.c        |   21 --
 src/xvmc/intel_xvmc_dump.c   |    2 
 src/xvmc/xvmc_vld.c          |    5 
 uxa/uxa-accel.c              |    8 +
 uxa/uxa-glyphs.c             |   20 +-
 uxa/uxa-priv.h               |    1 
 uxa/uxa-render.c             |   40 +++--
 27 files changed, 346 insertions(+), 465 deletions(-)
---


More information about the xorg-commit mailing list