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

xserver-xorg-video-nouveau: Changes to 'refs/tags/xserver-xorg-video-nouveau-1_0.0.16+git20101210+8bb8231-1'



Tag 'xserver-xorg-video-nouveau-1_0.0.16+git20101210+8bb8231-1' created by Julien Cristau <jcristau@debian.org> at 2011-01-04 11:15 +0000

Tagging upload of xserver-xorg-video-nouveau 1:0.0.16+git20101210+8bb8231-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNIwFRAAoJEDEBgAUJBeQME+UP+waZVhsM4yPFftx9I41qJQwF
XX1Tzoy3NmKFDnXI1k5LdyyCB6h8ILZXkhsj5KVs33v24nLaZCvE6fsxYEDQtGZG
9tHKmtg4CpHIYKIm1HogmEdHs4j3MHWGdh5nGRM9toxgbR5I/OXcvO69p2Ugj+e4
3Pfmh1CA5oW/PcVcyYK/pYvsbtFYRkAzrH1m5+V+tIDr/uyYOow4PGf/V8BoOzl6
ghoLOGwf6ajrBK0+QLGiW94dKG4Q7RF5Eaa3B4BERsw6Ca9vX1lxxC1rsspyDdKI
PQ6pzwgjT7ucJt0daeaA5EgRHKtmi+icaUe3q50Ag7QY+JeN3R8KDYGUeeH//Gc9
6KSe2VmkKCXcgS77IR2nAr0CJLnVzvjP5M5ZcGactlVNYV6RGWAdvGPj5Am41+x9
ZDZNII9txY4IMPcE2seKrtg1blaVp9ufCSeJNVG4CO1Cm8COk9dfWz2lfX8u7wrr
W0K7jpCZS/T9cHToqsPUE8EIVk4mc70LEnkCbHIfvUQy9unA1L0p9dF456onduYP
QEHFAcyMjwQVko1aN4kXAnnlvcs5rFzHKGeayog4CeZP4FG9Lv8okiXiHkASdp86
pU+TMc0eflDe+lEoPj9SDwXW1nlDWITcVwYVj3WomySm8kJtoUTg//RMq+7oKIrD
SQ7a0OUb7kdVNjpwxu+z
=fckZ
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-nouveau-1_0.0.16+git20100825+390f1c8-1:
Ben Skeggs (7):
      kickoff from the flush callback chain
      dri2: remove explit flush from copy_region()
      noaccel: fix rotation, as well as an assert during server shutdown
      nv50: use 0x8697 on NVAF
      kms: initial pass at supporting zaphod-mode
      dri2: don't return failure from get_msc if sync-to-vblank isn't available
      dri2: fix certain clients blocking forever when sync-to-vblank unavailable

Cyril Brulebois (4):
      Fix Vcs-Browser URL, thanks to Petr Vorel (Closes: #596217).
      Fix Vcs-Browser URL, thanks to Petr Vorel (Closes: #596217).
      Upload to unstable.
      Mention upstream git URL in a comment.

Francisco Jerez (19):
      dri2: Throttle frontbuffer flushes.
      Fix for the last xserver ABI.
      nv10-nv40/exa: Fix tiled pixmap pitch alignment calculation.
      Update to the last libdrm API.
      kms: Register a wakeup handler to poll vblank/pageflip/udev events.
      Make the sync-to-vblank helpers more consistent.
      nv04-nv40/exa: Make the copy hook blit downwards for non-overlapping regions.
      dri2: Add sync-to-vblank support.
      Restructure tiled pixmap allocation in a single place.
      dri2: Give out buffers ready for scanout.
      Allocate a tiled scanout on pre-nv50 too.
      dri2: Add pageflip/exchange support.
      dri2: Implement the ScheduleWaitMSC/GetMSC hooks.
      Make the sync-to-vblank helpers take a box as argument.
      dri2: Report damage on page-flipped drawables.
      Bump the required X server version to 1.8.
      dri2: Fix build on X server 1.8.
      dri2: Fix throttling on occluded drawables.
      dri2: Don't return failure from schedule_wait if sync-to-vblank is unavailable.

Jesse Adkins (1):
      Purge cvs tags.

Julien Cristau (1):
      Upload to experimental

Maarten Maathuis (1):
      nv50/exa: Stop using wfb by default, but add an option to enable it.

Sven Joachim (10):
      Don't mention how to enable nouveau
      Only recommend to reboot before switching back to the blob
      Restrict the package to Linux architectures
      Mention nv as incompatible with nouveau
      Merge branch 'upstream-experimental' into debian-experimental
      New upstream snapshot
      Bump xserver-xorg-dev build dependency
      Require libdrm-dev 2.4.23 for building
      Merge branch 'debian-unstable' into debian-experimental
      Un-record closure of bug #596217

---
 ChangeLog             |  261 +++++++++++++++++++++++++++++++++++++++++++
 configure.ac          |    2 
 debian/README.Debian  |   21 ---
 debian/changelog      |   27 ++++
 debian/control        |   10 -
 debian/watch          |    2 
 man/nouveau.man       |   18 +++
 src/drmmode_display.c |  265 +++++++++++++++++++++++++++++++++-----------
 src/nouveau_class.h   |    2 
 src/nouveau_dri2.c    |  298 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/nouveau_exa.c     |   52 +-------
 src/nouveau_local.h   |   11 +
 src/nouveau_wfb.c     |    2 
 src/nouveau_xv.c      |   17 --
 src/nv04_exa.c        |   35 +++++
 src/nv04_xv_blit.c    |   11 -
 src/nv30_xv_tex.c     |   19 ---
 src/nv40_xv_tex.c     |   19 ---
 src/nv50_accel.c      |   33 +++++
 src/nv50_xv.c         |   32 -----
 src/nv_accel_common.c |   95 +++++++++++++++
 src/nv_const.h        |    8 +
 src/nv_dma.c          |    3 
 src/nv_driver.c       |  107 +++++++++++------
 src/nv_include.h      |    2 
 src/nv_proto.h        |   14 +-
 src/nv_type.h         |    8 +
 27 files changed, 1105 insertions(+), 269 deletions(-)
---


Reply to: