[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+git20111201+b5534a1-1'



Tag 'xserver-xorg-video-nouveau-1_0.0.16+git20111201+b5534a1-1' created by Cyril Brulebois <kibi@debian.org> at 2011-12-02 15:15 +0000

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

iEYEABECAAYFAk7Y66kACgkQeGfVPHR5Nd0mEgCgturYTbRKAK//k5aDiu7+LmHy
jNgAnRG1hyG+8JdRpOU+a5ZBzfp9Eg9R
=4Lt8
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-nouveau-1_0.0.16+git20110411+8378443-1:
Ben Skeggs (5):
      kms: clear new fb to black on fb resize
      nvc0: assume 0x9097's presence on all chipsets
      nvc0: accept 0xdx chipsets
      kms: fix multiple rotations in noaccel mode
      convert entire ddx to rnn headers

Bryan Cain (1):
      g3dvl: update for compatibility with latest pipe-video branch in Mesa

Cyril Brulebois (1):
      Upload to unstable.

Emil Velikov (1):
      drmmode_display: Resolve missing brackets

Maarten Lankhorst (1):
      dri2: Add vdpau driver name entry

Marcin Slusarz (5):
      xv: support AI44/IA44
      add missing return in nv50_accel_init failure path
      nv50/exa: wait for enough space for at least one composite operation
      Default to 16bpp for low memory cards.
      fix typo in conversion to rnn headers

Maxim Levitsky (1):
      dri2: Disable the "exchange" swapbuffers path for the moment (bug 35930).

Sven Joachim (13):
      Merge branch 'upstream-unstable' into debian-unstable
      New upstream snapshot
      Bump Standards-Version to 3.9.2
      Don't claim that the nouveau driver is experimental
      Update README.Debian for the new layout of nvidia packages
      Linux 3.1 includes free firmware for (some) Fermi cards
      Merge branch 'upstream-unstable' into debian-unstable
      New upstream snapshot
      Stop claiming that we don't provide 3D drivers
      README.Debian: Linux 3.1 is already available
      Set compiler flags with dpkg-buildflags
      Update debian/copyright
      Add bug closure for #585651

---
 ChangeLog                   |  115 
 debian/README.Debian        |   43 
 debian/changelog            |   19 
 debian/control              |   15 
 debian/copyright            |   18 
 debian/rules                |    4 
 src/drmmode_display.c       |   19 
 src/hwdefs/nv01_2d.xml.h    | 1416 ++++++
 src/hwdefs/nv10_3d.xml.h    | 1637 +++++++
 src/hwdefs/nv30-40_3d.xml.h | 2052 +++++++++
 src/hwdefs/nv50_2d.xml.h    |  434 ++
 src/hwdefs/nv50_3d.xml.h    | 2127 ++++++++++
 src/hwdefs/nv50_defs.xml.h  |  155 
 src/hwdefs/nv50_texture.h   |  166 
 src/hwdefs/nv_3ddefs.xml.h  |   93 
 src/hwdefs/nv_m2mf.xml.h    |  174 
 src/hwdefs/nv_object.xml.h  |  295 +
 src/hwdefs/nvc0_3d.xml.h    | 1867 +++++++++
 src/hwdefs/nvc0_m2mf.xml.h  |  178 
 src/nouveau_class.h         | 9084 --------------------------------------------
 src/nouveau_dri2.c          |   13 
 src/nouveau_exa.c           |   28 
 src/nouveau_xv.c            |   23 
 src/nv04_exa.c              |   57 
 src/nv04_xv_blit.c          |   34 
 src/nv10_exa.c              |  205 
 src/nv30_exa.c              |  192 
 src/nv30_shaders.c          |   32 
 src/nv30_xv_tex.c           |  118 
 src/nv40_exa.c              |  181 
 src/nv40_xv_tex.c           |  110 
 src/nv50_accel.c            |  141 
 src/nv50_accel.h            |   14 
 src/nv50_defs.xml.h         |  144 
 src/nv50_exa.c              |  101 
 src/nv50_texture.h          |  166 
 src/nv50_xv.c               |   69 
 src/nv_3ddefs.xml.h         |   93 
 src/nv_accel_common.c       |  146 
 src/nv_driver.c             |    7 
 src/nv_include.h            |    1 
 src/nv_object.xml.h         |  246 -
 src/nvc0_3d.xml.h           | 1093 -----
 src/nvc0_accel.c            |   32 
 src/nvc0_accel.h            |    7 
 src/nvc0_exa.c              |   39 
 src/nvc0_m2mf.xml.h         |  138 
 src/nvc0_xv.c               |    9 
 src/vl_hwmc.c               |   37 
 49 files changed, 11596 insertions(+), 11791 deletions(-)
---


Reply to: