Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock xserver-xorg-video-nouveau, it fixes bug #675161 which has made the version in testing unusable for the past three months. The version in unstable had been blocked from migrating by bug #679566 which only got solved in testing today. unblock xserver-xorg-video-nouveau/1:1.0.1-3 That was the good part, now to the bad and the ugly: upstream rewrote the nouveau parts of libdrm and large parts of the driver between the versions in testing and unstable, resulting in a *huge* diff: ,---- | ChangeLog | 405 +++++++++++++ | configure.ac | 4 +- | debian/NEWS.Debian | 9 + | debian/changelog | 47 ++ | debian/patches/02-drm-nouveau-newabi.patch | 2285 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | debian/patches/series | 1 + | debian/rules | 2 +- | debian/watch | 4 + | src/Makefile.am | 47 +- | src/compat-api.h | 96 +++ | src/drmmode_display.c | 48 +- | src/nouveau_dri2.c | 59 +- | src/nouveau_exa.c | 143 +++-- | src/nouveau_local.h | 186 ++++-- | src/nouveau_wfb.c | 4 +- | src/nouveau_xv.c | 90 ++- | src/nv04_accel.h | 93 +++ | src/nv04_exa.c | 525 ++++++++--------- | src/nv04_xv_blit.c | 262 ++++----- | src/nv10_exa.c | 863 +++++++++++++-------------- | src/nv30_exa.c | 979 ++++++++++++++++--------------- | src/nv30_shaders.c | 347 ----------- | src/nv30_shaders.h | 72 --- | src/nv30_xv_tex.c | 302 ++++------ | src/nv40_exa.c | 998 ++++++++++++++++++++------------ | src/nv40_xv_tex.c | 293 ++++------ | src/nv50_accel.c | 695 ++++++++++++---------- | src/nv50_accel.h | 69 ++- | src/nv50_exa.c | 954 +++++++++++++++--------------- | src/nv50_xv.c | 381 +++++------- | src/nv_accel_common.c | 588 ++++++++++--------- | src/nv_const.h | 2 + | src/nv_dma.c | 119 +++- | src/nv_dma.h | 4 +- | src/nv_driver.c | 135 ++--- | src/nv_include.h | 13 +- | src/nv_proto.h | 17 +- | src/nv_shadow.c | 3 +- | src/nv_type.h | 66 ++- | src/nvc0_accel.c | 876 +++++++--------------------- | src/nvc0_accel.h | 124 ++-- | src/nvc0_exa.c | 1033 +++++++++++++++++---------------- | src/nvc0_shader.h | 444 ++++++++++++++ | src/nvc0_xv.c | 374 +++++------- | src/nve0_shader.h | 440 ++++++++++++++ | src/vl_hwmc.c | 6 +- | 46 files changed, 8833 insertions(+), 5674 deletions(-) `---- The patch 02-drm-nouveau-newabi.patch pulls in the new libdrm_nouveau into the driver source, since upgrading the system libdrm is not possible due to mesa and plymouth still needing the old API. Definitely nothing to be proud of, but it seems to work. I very much wish this unblock request were not necessary; if somebody comes up with a miraculous fix for #666468, it can be ignored, but I do not expect this to happen anytime soon. Cheers, Sven -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org