Tag 'xserver-xorg-video-nouveau-1_1.0.11-1' created by Sven Joachim <svenj...@gmx.de> at 2014-09-06 07:59 +0000
Tagging upload of xserver-xorg-video-nouveau 1:1.0.11-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCgAGBQJUCr7/AAoJEDsQbnGNazGs5vEP/iS+w4T6rEMLQlkq8rrSGZs0 6Ua0w7dxtcpfxTHFtRO9e01XLFHGfdtm/NAyEBn9/XLphVpTQbCJVwd7tw0jI2Xc nwkoOf+b4+EVEB2E4DnvaAfBMF+xRzhePVzq6Er6Fv6HkMQlb0IwZSTKn3OuY1X6 Udg4I9RucK/NH9R/5G1N1Gpu3ezdtnrj8za5sSwDncuQEfQMzl04JNQhwAg2e/bS oW7se0EPZVWhTKsp7qKJw4P8KVHfwFppeuEIhmXLqcHzzcTBvZ/xpVuZZomwr00P q3okpL+Mz2MehY/PxUAfhezauT54l1VxeDNN6g7GHqkSX9GtSvGEN0+0VLDS+fWD aQNdyEgc0oBV2Ju8OjEvKFj5js/NbbPDhUUt8vIBTF0YPDNZOKreL0696j2mAsU5 YpU1hPFWv0pP1i6S/VS7TIYjlkd3ucmXuz/LSYAPxGLAlxWs/9zo94bbiolPjbeJ CYo2bnJv5MFEbLf2WWzlRNsDe9h3tRb9/MwFaXp8a7+0XOrN1dL8Dfo3PafO6ca8 KDRUvnvxkCunfNbYCohQOCGoxgFPlopUMFDIYkONmIZksdP4vKZj+Kc10lybQfQk JLzQ14RCTEH/IUCAfuuv/cLT4t4QBHs5U1fPtVEriW3DYGl20ledcRKcfTRcSrmB MkNscTfrniQNv9pwNX3M =AiM0 -----END PGP SIGNATURE----- Changes since xserver-xorg-video-nouveau-1%1.0.10-1: Ben Skeggs (22): silence a warning replace NoAccel with AccelMethod in preparation for glamor support dri2: move "is supported" checks out of nv_driver.c exa: move module load into nouveau_exa_init pull copy engine handling into one place, a place that isn't also exa merge nv_dma.c into nv_accel_common.c 50/c0/e0 -> tesla/fermi/kepler add support for maxwell, minus Xv/renderaccel glamor: initial support (no dri) glamor: provide dri3 support when enabled default to glamor on maxwell sync: fix build against DRI3-less server glamor: fix randr resize dri2: shuffle some functions around dri2: move away from directly touching drmmode on page flips dri2: move page flip handling out of drmmode kms: implement a more generic event mechanism present: initial support another build fix... fix a harmless typo present: use drmmode_head() where it's appropriate fix glamor header check Dave Airlie (1): autogen: add support for gnome autobuilder Emil Velikov (1): xorg_list: define the xorg_list* symbols Hans de Goede (3): Add a NVOpenNouveauDevice helper function Add support for server managed fds Fix building on older servers without xf86platformBus.h Ilia Mirkin (5): update man page with new chips, AccelMethod option exa/nv10: use same clip settings as mesa driver exa/nv10: use color 0 when the pict format has no RGB component exa/nv10: fix blend function setup to check the correct mask exa/nv10: src ops should use the SF macro Marcin Slusarz (2): glamor: fix build without glamor.h present: build only when glamor is enabled Mario Kleiner (15): Fix nouveau_copy_init() dri2: Fix double-sync of pageflips on Linux 3.13+ - Part I Add kernel async_flip cap detection. Part II of double-sync fix. dri2: Fix kms pageflip completion timestamping. dri2: Enable sync of bufferswaps to Vblank by default. dri2: Add support for handling more than 2 crtc's dri2: Fix drmWaitVblank on multi-x-screen configs. Allow/Fix use of multiple ZaphodHead outputs per x-screen. dri2 and xv: Fix NVxxSyncToVBlank() for multi-x-screen's. Make new ZaphodHeads work across server regenerations. Fix event handling on multi-x-screen configs. Add file "compile" to .gitignore xv/dri2/dri3: Switch to optimized crtc selection for drawables. dri2: Set default SwapLimit to 1 for double-buffering. Bump version to 1.0.11 for release. Sven Joachim (7): Merge tag 'xf86-video-nouveau-1.0.11' into debian-unstable New upstream release Bump Standards-Version to 3.9.5 Remove KiBi from Uploaders Update debian/copyright Let dpkg-source ignore changes to autogen.sh Upload to unstable --- .gitignore | 1 autogen.sh | 4 configure.ac | 26 ++ debian/changelog | 9 debian/control | 4 debian/copyright | 3 debian/source/local-options | 1 man/nouveau.man | 33 ++- src/Makefile.am | 12 + src/drmmode_display.c | 389 +++++++++++++++++++---------------- src/nouveau_copy.c | 129 +++++++++++ src/nouveau_copy.h | 18 + src/nouveau_copy85b5.c | 104 +++++++++ src/nouveau_copy90b5.c | 100 +++++++++ src/nouveau_copya0b5.c | 97 ++++++++ src/nouveau_dri2.c | 482 ++++++++++++++++++++++++++++++-------------- src/nouveau_exa.c | 54 ++-- src/nouveau_glamor.c | 246 ++++++++++++++++++++++ src/nouveau_glamor.h | 33 +++ src/nouveau_present.c | 328 +++++++++++++++++++++++++++++ src/nouveau_present.h | 19 + src/nouveau_sync.c | 117 ++++++++++ src/nouveau_sync.h | 34 +++ src/nouveau_wfb.c | 12 - src/nouveau_xv.c | 115 +++++++++- src/nv04_exa.c | 2 src/nv10_exa.c | 14 - src/nv50_accel.c | 38 --- src/nv50_exa.c | 59 ----- src/nv50_xv.c | 2 src/nv_accel_common.c | 155 +++++++++----- src/nv_const.h | 2 src/nv_dma.c | 139 ------------ src/nv_driver.c | 265 ++++++++++++++++-------- src/nv_proto.h | 32 +- src/nv_type.h | 36 ++- src/nvc0_accel.c | 42 +-- src/nvc0_accel.h | 2 src/nvc0_exa.c | 112 ---------- 39 files changed, 2366 insertions(+), 904 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1xqawe-0004s1...@moszumanska.debian.org