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

xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.14.901-1+exp1'



Tag 'xserver-xorg-video-intel-2_2.14.901-1+exp1' created by Cyril Brulebois <kibi@debian.org> at 2011-03-04 00:12 +0000

Tagging upload of xserver-xorg-video-intel 2:2.14.901-1+exp1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk1wLnIACgkQeGfVPHR5Nd0XWwCfQ+UbzAqCCgzZTtt1OczmRCMV
tiYAoKl9g99RIlTTZgPYnkiYv7C7i1vy
=s2vk
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-intel-2_2.14.0-4:
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 (10):
      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.
      Revert "uxa: Fallback if the temporary is too large"
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Rebuild against Xserver 1.10 rc2.
      Upload to experimental.

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.

---
 ChangeLog                    |  379 +++++++++++++++++++++++++++++++++++++++++++
 Makefile.am                  |    1 
 NEWS                         |   31 +++
 autogen.sh                   |   14 -
 configure.ac                 |   34 ++-
 debian/changelog             |   12 +
 debian/control               |    2 
 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             |    2 
 30 files changed, 716 insertions(+), 450 deletions(-)
---


Reply to: