[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+git20120322+ab7291d-1'



Tag 'xserver-xorg-video-nouveau-1_0.0.16+git20120322+ab7291d-1' created by Cyril Brulebois <kibi@debian.org> at 2012-05-01 13:17 +0000

Tagging upload of xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEABECAAYFAk+f4nwACgkQeGfVPHR5Nd0PjACeIcDTi1j5/IDtxYFrvM6NvnqX
kTkAnRrDqFxC/E1S+nzHuV/Jf8u5VlXE
=Wfs3
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-nouveau-1_0.0.16+git20111201+b5534a1-1:
Ben Skeggs (8):
      exa: create general m2mf rect copy for each chipset, use for UTS/DFS
      Append _CLASS to object class id definitions
      move away from libdrm's BEGIN_RING (and variants) macros
      xv: stop using custom m2mf code
      nv50/xv: bump max dims to 8k
      remove use of xf86PciInfo.h, deprecated now apparently
      recognise kepler
      xv: don't try to init textured video without 3d engine object

Christoph Bumiller (2):
      dri2: fix allocation of Z16 depth attachments
      dri2: CreateBuffer format may be 0, use depth in that case

Cyril Brulebois (1):
      Upload to unstable.

Julien Cristau (1):
      Add Dm-Upload-Allowed control field to allow Sven to upload this package.

Mario Kleiner (9):
      dri2: Fix can_exchange() to allow page-flipping on more mesa versions.
      dri2: Implement handling of pageflip completion events.
      dri2: Add support for DRI2SwapLimit() API.
      dri2: Update front buffer pixmap and name before exchanging buffers
      dri2: Fixes to swap scheduling.
      dri2: Allow vblank controlled swaps for redirected windows. Part I
      dri2: Allow vblank controlled swaps for redirected windows. Part II
      dri2: Reimplement hack for triple-buffering on old X-Servers.
      dri2: Fix corner case crash for swaplimit > 1

Sven Joachim (5):
      Merge branch 'upstream-unstable' into debian-unstable
      New upstream snapshot
      README.Debian: Nouveau moves out of staging in Linux 3.4
      README.Debian: Generalize the firmware section
      Bump Standards-Version to 3.9.3

---
 ChangeLog                  |  309 ++++++++++++++++++++++++++++++++++++++
 debian/README.Debian       |   27 +--
 debian/changelog           |   14 +
 debian/control             |    3 
 man/nouveau.man            |   15 +
 src/drmmode_display.c      |  107 ++++++++++++-
 src/hwdefs/nv_object.xml.h |  248 +++++++++++++++---------------
 src/nouveau_dri2.c         |  274 +++++++++++++++++++++++++++++++--
 src/nouveau_exa.c          |  334 +++++++++++------------------------------
 src/nouveau_local.h        |   96 +++++++++++
 src/nouveau_xv.c           |  121 +++++----------
 src/nv04_exa.c             |  116 +++++++++-----
 src/nv04_xv_blit.c         |   22 +-
 src/nv10_exa.c             |  183 ++++++++++------------
 src/nv30_exa.c             |  126 +++++++--------
 src/nv30_shaders.c         |   25 +--
 src/nv30_xv_tex.c          |   35 +---
 src/nv40_exa.c             |  110 ++++++-------
 src/nv40_xv_tex.c          |   25 +--
 src/nv50_accel.c           |  124 +++++++--------
 src/nv50_accel.h           |   12 -
 src/nv50_exa.c             |  182 ++++++++++++++++------
 src/nv50_xv.c              |   51 ++----
 src/nv_accel_common.c      |  176 ++++++++++-----------
 src/nv_const.h             |    2 
 src/nv_driver.c            |   43 +++++
 src/nv_include.h           |    3 
 src/nv_proto.h             |   20 ++
 src/nv_type.h              |    4 
 src/nvc0_accel.c           |  196 ++++++++++++------------
 src/nvc0_accel.h           |   17 --
 src/nvc0_exa.c             |  363 +++++++++++++++++----------------------------
 src/nvc0_xv.c              |  104 ++----------
 33 files changed, 2044 insertions(+), 1443 deletions(-)
---


Reply to: