[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.902-1'



Tag 'xserver-xorg-video-intel-2_2.14.902-1' created by Cyril Brulebois <kibi@debian.org> at 2011-04-10 21:30 +0000

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

iEYEABECAAYFAk2iIZEACgkQeGfVPHR5Nd25OACgtH4/aSl43XaFC0lE3q+/gJEf
5VYAmgJOBk1Q9/umlu6XpyOz/1exn+UZ
=0KZY
-----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 (26):
      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
      Update priv->stride after bo reallocation
      Give each user of tiling separate xorg.conf options
      dri: Disable page-flip between a tiled buffer and a linear scanout
      i915/video: Clip indirect Xv output
      Use the per-generation batch context switch for atomic sequences
      NEWS: Entry for 2.14.902 snapshot
      configure: version bump for 2.14.902 snapshot

Cyril Brulebois (13):
      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.
      Stop shipping libxvmc symlinks.
      Override lintian warning about the libXvMC shared objects.
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Upload to unstable.

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

Keith Packard (4):
      dri2: Make DRI2FrameEvent public and use instead of void *
      Handle drawable/client destruction in pending swaps/flips
      Skip client and drawable resource delete calls when deleting frame event
      Recover from i830_dri2_add_frame_event out-of-memory condition

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                                         |  522 ++++++++++++++++++++++
 Makefile.am                                       |    1 
 NEWS                                              |   52 ++
 autogen.sh                                        |   14 
 configure.ac                                      |   34 +
 debian/changelog                                  |   12 
 debian/rules                                      |    4 
 debian/xserver-xorg-video-intel.lintian-overrides |    1 
 m4/.gitignore                                     |    5 
 man/intel.man                                     |   10 
 src/i915_render.c                                 |   10 
 src/i915_video.c                                  |    3 
 src/i965_render.c                                 |    6 
 src/i965_video.c                                  |   34 -
 src/intel.h                                       |   91 +--
 src/intel_batchbuffer.h                           |    6 
 src/intel_display.c                               |   33 -
 src/intel_dri.c                                   |  263 +++++++----
 src/intel_driver.c                                |  338 ++++----------
 src/intel_driver.h                                |   30 -
 src/intel_memory.c                                |    4 
 src/intel_module.c                                |   40 -
 src/intel_uxa.c                                   |   24 -
 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 
 35 files changed, 1102 insertions(+), 537 deletions(-)
---


Reply to: