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



Tag 'xserver-xorg-video-nouveau-1_1.0.12-1' created by Sven Joachim <svenjoac@gmx.de> at 2015-12-11 16:30 +0000

Tagging upload of xserver-xorg-video-nouveau 1:1.0.12-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCgAGBQJWavoXAAoJEDsQbnGNazGslsMP/Alcqi0o0Sec3m3Dnbt/YBQd
LVx7PCtiUhP5SK2oMeeN/WDn0KGBsv+kd+H5eHF1EkLX9vpJJ88BbL6oiKfq7btV
YD9dIlaqp4tX+IK0UVC6/8BctL0XkUMMjP/FeXyyd4enEebLFcLBhRwb7YNhVjrW
gBmoc2ExT43qsqUHtPkEM09GxUygx++dFEOnYeK7pALd3kSVv2LR1HGWi5ZTqd/D
hBIWRT2DaMuv750qPVMNqLVb9QVpTFUg+1S+xLlaXykgIJhQQnFzcJc42BJYdoD9
4gvYFqKUXjqC4apwm7UdP2xdjnu/zYpgIwhwdI1UOJkrlQUpG9jeaiSZt7UZ2y9B
EcttGu/NbPrlyFd0+RSmCvX4JaHE1YL4GareGXBxh1hPD3k68UHhqylKEdnI/hvW
LEchq84Atem0M4ad61fzcThOrTVtrNqLRp+XUNLNvftH/bzXRjDL+XRROu7eNGIC
+srKYoJy7OkFHh/iLg5l5wkyYQiE4tZSZLvA1lDw10ECMhvPQDAtbh2uTkj+pht6
MBtlXamn1MqjKtki8kFhgEtDS54u6BQsNo6glWjiGG9HQnhyYgSB/xkoD9Vp5FWk
irbDj2/S78XYNQsUWimQliiG7TPwlKHnhz9rZWo3ISAzDvZqJUjiJu97mXgE5prk
BmK9cJvpfBaDLiezesno
=2LXH
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-nouveau-1_1.0.11-1:
Ben Skeggs (1):
      Bump version to 1.0.12

Ilia Mirkin (14):
      copy: don't bother trying to create copy on pre-nva3
      allow path to envyas binary to be specified
      kepler: remove unnecessary texbars, add live-only tex for nvf0
      use defined method names where available
      nv50: explicitly disable ZETA buffer
      Check before trying a solid fill
      nv04-nv40: don't attempt to do 32-bit shifts
      older hardware prefers copy to clear, so use that
      nv50/exa: add comments showing the code that makes up the programs
      Avoid build fail without COMPOSITE
      glamor: remove
      remove maxwell GM10x support for now
      xv: use correct max width/height settings
      fix build after glamor removal

Maarten Lankhorst (13):
      enable dri3 support without glamor
      move down call to nouveau_present_init until after fb init.
      fix crash in nouveau_glamor_set_shared_pixmap_backing
      fix !DRI3 case
      rework initialization to prevent some crashes
      check memory allocation in nouveau_glamor_set_shared_pixmap_backing
      fix null pointer deref
      Make the ddx load with platform devices
      Use the correct class and shader ops for GK20A.
      Use drmGetRenderDeviceNameFromFd to obtain the dri3 node.
      Simplify nouveau_allocate_surface's pitch calculation.
      Try using EXA ops harder in drmmode_fbcon_copy fallback
      Actually do a clear instead of doing a bogus copy.

Mario Kleiner (3):
      present: Fixup return type of nouveau_present_init()
      Add Option "DRI" to allow selection of maximum DRI level. (v2)
      Take shift in crtc positions for ZaphodHeads configs into account.

Samuel Pitoiset (1):
      fix a wrong use of a logical operator in drmmode_output_dpms()

Sven Joachim (7):
      Bump Standards-Version to 3.9.6
      Remove myself from Uploaders
      Merge tag 'xf86-video-nouveau-1.0.12' into debian-unstable
      New upstream release
      Bump debhelper compat level to 9
      Let uscan verify tarball signatures
      Upload to unstable

Vadim Rutkovsky (1):
      Adapt to new dirty tracking api

---
 configure.ac                    |   15 --
 debian/changelog                |   11 +
 debian/compat                   |    2 
 debian/control                  |    6 
 debian/rules                    |    4 
 debian/upstream/signing-key.asc |  111 ++++++++++++++++++
 debian/watch                    |    1 
 man/nouveau.man                 |    9 +
 src/Makefile.am                 |    2 
 src/drmmode_display.c           |   60 +++++----
 src/nouveau_copy.c              |    6 
 src/nouveau_dri2.c              |  144 ++++++++++++++++++++++-
 src/nouveau_glamor.c            |  246 ----------------------------------------
 src/nouveau_glamor.h            |   33 -----
 src/nouveau_present.c           |   34 -----
 src/nouveau_present.h           |    2 
 src/nouveau_wfb.c               |    8 -
 src/nouveau_xv.c                |   15 --
 src/nv04_exa.c                  |    3 
 src/nv10_exa.c                  |    8 -
 src/nv30_exa.c                  |   20 +--
 src/nv40_exa.c                  |    8 -
 src/nv50_accel.c                |  227 ++++++++++++++++++------------------
 src/nv50_accel.h                |    1 
 src/nv50_exa.c                  |    8 -
 src/nv50_xv.c                   |    3 
 src/nv_accel_common.c           |   27 +---
 src/nv_const.h                  |    2 
 src/nv_driver.c                 |  106 ++++++++++-------
 src/nv_proto.h                  |    1 
 src/nv_type.h                   |    5 
 src/nvc0_accel.c                |   12 +
 src/nvc0_exa.c                  |    2 
 src/shader/Makefile             |   13 +-
 src/shader/exac8nvf0.fp         |    4 
 src/shader/exac8nvf0.fpc        |    4 
 src/shader/exacanve0.fp         |    1 
 src/shader/exacanve0.fpc        |    2 
 src/shader/exacanvf0.fp         |    5 
 src/shader/exacanvf0.fpc        |    6 
 src/shader/exacmnve0.fp         |    1 
 src/shader/exacmnve0.fpc        |    2 
 src/shader/exacmnvf0.fp         |    5 
 src/shader/exacmnvf0.fpc        |    6 
 src/shader/exas8nvf0.fp         |    2 
 src/shader/exas8nvf0.fpc        |    2 
 src/shader/exasanve0.fp         |    1 
 src/shader/exasanve0.fpc        |    2 
 src/shader/exasanvf0.fp         |    5 
 src/shader/exasanvf0.fpc        |    6 
 src/shader/exascnvf0.fp         |    2 
 src/shader/exascnvf0.fpc        |    2 
 src/shader/videonvf0.fp         |    4 
 src/shader/videonvf0.fpc        |    4 
 54 files changed, 591 insertions(+), 630 deletions(-)
---


Reply to: