[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.99.917+git20160325-1'



Tag 'xserver-xorg-video-intel-2_2.99.917+git20160325-1' created by Timo Aaltonen <tjaalton@debian.org> at 2016-03-29 08:00 +0000

Tagging upload of xserver-xorg-video-intel 2:2.99.917+git20160325-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJW+jYUAAoJEMtwMWWoiYTcjh4P/j5CCUG72l3NBanyufAQFyjk
XXXMGYH/wUQZHjj6YRNXzXZQFFL3rS6o23l5ofY2hXqD62RpUprMDLPx8sz0kCQf
Lq7ZYkQbLcmPUEfvz4Zk4fFuKC2XR1ER39lyoU9zxOVv4gSa6V+C5mWCobw82Ikf
Ua3VgGzvu6LimpOrKvUJMPC2e8QQGRlRJYu/Ty7PB1F0XhqNRtUMoZQ9Y/68C4Q7
FICSvn1sGG0vroG7mybgpF36srunJwtOwbG6dy77Siv0keh0tYErfRG9BTleiNS/
UDulTge6BGB4H8lB6uAKdlDoZMX5TVG9D5d3iIsxD+joSaZuyGyBoaP7HHmLcLUD
YE6Et96Q62sNXfSJwqldZoMPjdfyHIERstKPYzYrlDR4tmm7mm2ZfznyBprWFRBA
RtVmwzzGgPNjXJgI3m6KOhG6d+jros6ebcUHMv3/Kr7k5dD7B+lghnWaHBOSNULl
HqCwKDeM9jvAXC+ZrmIm37K50P8tJcWiUDE1UxMWbAHFCEds1clKG3zch5o7fUVK
/PJK4Lfdpy548ZaJuU+sfbc8OjuVmKR30eQRp1A43LHpHMe8JxExS/0gerjJx6Ky
U8FTWoj0HqDX5iCDT3Y3VNT+yB1oeSYqfatXeR+Qeyip4LZb44omZ/SCiHV5O/FF
wICD+xGMCVw0XBTjxnk3
=yTzn
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-intel-2_2.99.917+git20160307-2:
Chris Wilson (28):
      sna/present: Add a modicum more debug info
      sna: Set initial gamma_size to 256 when loading from hardware
      sna: When creating CRTC after initialisation, manually create the RR gamma
      sna: Avoid double-skipping when deleting arrays of CRTCs
      sna/dri2: Rearrange "impossible" paths to avoid an assert
      test/present: Catch FPE when notifies are broken
      sna/present: Use the current system time when providing a vblank off notify
      sna/dri2: Cancel all pending events when the window is resized
      sna/dri2: Prevent starting a swap chain for a decoupled Pixmap
      sna/dri2: Release the dangling chain after decoupling
      sna/dri2: Flush outstanding signals when decoupling inflight events
      tests: Add DRI2 race against window resize + Composite redirection
      sna: Relax tiling requirements to cope with kernel errors
      configure: Replace ${} with $() for libtool
      tests: Anticipate Present reporting too early
      sna/present: Check incoming pitch before flipping
      test: Look at Present scaling with number of cpus
      sna: Ensure the scanout is fully flushed on LeaveVT
      sna/present: Report BadValue if target_msc exceeds last known msc by 1<<32
      sna/present: Cancel pending unflips when resizing the screen
      sna/present: Requeue early vblank completions
      configure: Remove test for strlcat
      configure: Remove ACLOCAL_FLAGS passthrough
      sna/present: Add missing "static inline" for disabled present stubs
      Revert "configure: Remove test for strlcat"
      sna/present: Restrict vblank.sequence range to 31bits
      Update i915_pciids.h
      tools/cursor: Print an ASCII representation as well

Lyude (1):
      uxa: Restore old bo on failure

Timo Aaltonen (2):
      Merge branch 'upstream-unstable' into debian-unstable
      release to unstable

---
 Makefile.am                |    4 
 debian/changelog           |    6 +
 src/i915_pciids.h          |    6 -
 src/sna/kgem.c             |   20 +++
 src/sna/kgem.h             |    1 
 src/sna/sna.h              |    2 
 src/sna/sna_accel.c        |    1 
 src/sna/sna_display.c      |   10 +
 src/sna/sna_display_fake.c |    4 
 src/sna/sna_dri2.c         |  121 +++++++++++---------
 src/sna/sna_present.c      |  110 +++++++++++++-----
 src/sna/xassert.h          |   21 ++-
 src/uxa/intel_uxa.c        |    6 -
 test/dri2-race.c           |  264 ++++++++++++++++++++++++++++++++++++++++-----
 test/present-speed.c       |   54 +++++++++
 test/present-test.c        |  255 +++++++++++++++++++++++++++++++++++++++++--
 tools/cursor.c             |   16 ++
 17 files changed, 759 insertions(+), 142 deletions(-)
---


Reply to: