Tag 'xserver-xorg-video-nouveau-1_0.0.16+git20110411+8378443-1' created by Cyril Brulebois <k...@debian.org> at 2011-04-11 23:33 +0000
Tagging upload of xserver-xorg-video-nouveau 1:0.0.16+git20110411+8378443-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAk2jj7oACgkQeGfVPHR5Nd0uQQCaAhOBOzimRZzc6P2DTK9yc/E5 SZAAnR5WlH904ATaG2nHN7IFwHd/Vfww =yNDV -----END PGP SIGNATURE----- Changes since xserver-xorg-video-nouveau-1_0.0.16+git20101210+8bb8231-2+exp2: Ben Skeggs (14): nv50/xv: kick csc parameters out into a constant buffer nv50/xv: implement brightness/contrast/saturation/hue controls set canDoBGNoneRoot if building against new enough server nv50/xv: use mad in nv12 shader, rather than mul+add kill NVSync(), it's rather useless include nv04_pushbuf.h for ring macros, rather than nouveau_pushbuf.h add back generic include of nouveau_pushbuf.h nv50: fix pitch of linear scanout buffers nvc0: merge initial acceleration support dri2: allow page flipping to be disabled in xorg.conf nv50: attempt to allocate compressed Z buffers dri2: disable page flipping if any crtc is rotated dri2: return an error rather than crashing if we can't allocate a buffer nv50-nvc0/exa: fix bug causing surface state to not be reemitted after flush Christoph Bumiller (1): nvc0/accel: allow nvc1,nvc3,nvc4 in 3D engine init and use 9097 Cyril Brulebois (1): Upload to unstable. Francesco Marella (3): Update configure.ac with autoupdate Page flipping man page update Fix gcc 4.6.0 set but unused variable warnings Maarten Maathuis (2): exa: Flush (S)IFC to the frontbuffer immediately. Also flush from the BlockHandler. Marcin Slusarz (1): fix drmSetMaster error reporting Sven Joachim (14): Merge branch 'upstream-experimental' into debian-experimental New upstream snapshot Require libdrm-dev 2.4.24 for building Close bug #614938 Update README.Debian for new layout of nvidia packages Don't mention vga16fb as incompatible Drop references to nv from README.Debian Update README.Debian for NVC0 firmware Drop unnecessary leading asterisk from NEWS.Debian Remove the sample xorg.conf Drop 03_work-around-exa-hangs.patch Build against Xserver 1.9 by default Merge branch 'upstream-experimental' into debian-experimental New upstream snapshot Xavier Chantry (1): nv04/exa: kill useless WAIT_RING --- ChangeLog | 346 +++++++ configure.ac | 15 debian/NEWS.Debian | 8 debian/README.Debian | 23 debian/changelog | 23 debian/control | 4 debian/patches/03_work-around-exa-hangs.patch | 33 debian/patches/series | 1 debian/xorg.conf | 6 debian/xserver-xorg-video-nouveau.examples | 1 man/nouveau.man | 3 src/Makefile.am | 3 src/drmmode_display.c | 42 src/nouveau_class.h | 975 --------------------- src/nouveau_dri2.c | 20 src/nouveau_exa.c | 50 - src/nouveau_local.h | 3 src/nouveau_wfb.c | 5 src/nouveau_xv.c | 59 - src/nv04_exa.c | 8 src/nv04_xv_blit.c | 2 src/nv10_exa.c | 1 src/nv30_exa.c | 1 src/nv30_shaders.c | 1 src/nv30_xv_tex.c | 1 src/nv40_exa.c | 1 src/nv40_xv_tex.c | 1 src/nv50_accel.c | 41 src/nv50_accel.h | 12 src/nv50_defs.xml.h | 144 +++ src/nv50_exa.c | 7 src/nv50_xv.c | 141 +++ src/nv_3ddefs.xml.h | 93 ++ src/nv_accel_common.c | 91 + src/nv_const.h | 2 src/nv_dma.c | 21 src/nv_driver.c | 38 src/nv_include.h | 2 src/nv_object.xml.h | 246 +++++ src/nv_proto.h | 37 src/nvc0_3d.xml.h | 1093 +++++++++++++++++++++++ src/nvc0_accel.c | 731 +++++++++++++++ src/nvc0_accel.h | 83 + src/nvc0_exa.c | 1204 ++++++++++++++++++++++++++ src/nvc0_m2mf.xml.h | 138 ++ src/nvc0_xv.c | 427 +++++++++ 46 files changed, 5018 insertions(+), 1169 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1q9qox-00016b...@alioth.debian.org