-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 New nouveau DDX release. 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() Vadim Rutkovsky (1): Adapt to new dirty tracking api git tag: xf86-video-nouveau-1.0.12 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.bz2 MD5: dc79910c7b9e32321cefc7af250c7765 xf86-video-nouveau-1.0.12.tar.bz2 SHA1: 480a8e1da05683e9bbedba61885cd56e7623bc00 xf86-video-nouveau-1.0.12.tar.bz2 SHA256: 0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e xf86-video-nouveau-1.0.12.tar.bz2 PGP: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.bz2.sig http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.gz MD5: 5dfbc08933f2db994b2e100b9c49f480 xf86-video-nouveau-1.0.12.tar.gz SHA1: c0ad3ccdfab29c43d2477400069e40c54c848e29 xf86-video-nouveau-1.0.12.tar.gz SHA256: b82ed744e3431d077c54516d8447da292a9028b1b1ce1055a2062807b08c24b6 xf86-video-nouveau-1.0.12.tar.gz PGP: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.gz.sig -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJWaOKRAAoJEAx081l5xIa+Oq4QAJ7DMs0a+39VTIMLyMmL5/2o FLf5htw5vSAkrX2GizolNli4F560q+NS77pR2WVMKvX9noqjMZQcAU0m8w6K5OmR 28xMma89CXXZNcJ3UiYTr5CyDBL8N3KqrIxL+a8QDIe7jI7J/IAFBSCLtEaDhDfS z8r/Pj28LvEGBn4dCvRjflToE4sMxlkzGgtFiWG8hQputsQ1REGiChuAx+0DzMAG XGpLliSj1Nc1e1b/tVCBupIoEgqu42+cX/Sc3/ECaOhX/VlNb8av3ChJjPkTtwGU Gq4P172/43U5/34/M8RJ1OxZ+3Cm/ANadk9w0Kay1hy4z7ELFfdpmJEXWlIVe4dE e32vnmGVil+aLWu+o6OjcPSI+Cg3HgZAUKu0PrnONSRRzZUDGY9DVLHsHuPeRGqw uqG7+MEVT0cJm3cueeyyiAGn+oPk9IRpxmZeJ+TFf95HEWLZE3ZHLoRSfmb6fBMV 1dRkpQ4g/yUIAGqGn4r+XrV70b8cQDCZiroFXs0bdtY9ckXaGg46x+je0NMIUBG2 vhwRUGN6rQctnGwnkl7vzKmHR2K1VNi+VMrV8ykd4b6mQcPBw3Qvo1Liu+stY4EA vUx4mKC5HDs2Pka+Nxk6gOSBUadpX6TfH/ZF7zYBjXjETIlsGPWhYJsQB004pSer OVrN2TQsPPAmvUpxoQyT =b4WM -----END PGP SIGNATURE-----
What Fedora release is this going to make it in to? Is it going to be in FC23? If so, I'll give it a test. I would like to be able to upgrade again :) On Wed, Dec 9, 2015 at 9:26 PM, Dave Airlie <airlied at redhat.com> wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > New nouveau DDX release. > > 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() > > Vadim Rutkovsky (1): > Adapt to new dirty tracking api > > git tag: xf86-video-nouveau-1.0.12 > > > http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.bz2 > MD5: dc79910c7b9e32321cefc7af250c7765 xf86-video-nouveau-1.0.12.tar.bz2 > SHA1: 480a8e1da05683e9bbedba61885cd56e7623bc00 > xf86-video-nouveau-1.0.12.tar.bz2 > SHA256: 0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e > xf86-video-nouveau-1.0.12.tar.bz2 > PGP: > http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.bz2.sig > > > http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.gz > MD5: 5dfbc08933f2db994b2e100b9c49f480 xf86-video-nouveau-1.0.12.tar.gz > SHA1: c0ad3ccdfab29c43d2477400069e40c54c848e29 > xf86-video-nouveau-1.0.12.tar.gz > SHA256: b82ed744e3431d077c54516d8447da292a9028b1b1ce1055a2062807b08c24b6 > xf86-video-nouveau-1.0.12.tar.gz > PGP: > http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.gz.sig > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1 > > iQIcBAEBAgAGBQJWaOKRAAoJEAx081l5xIa+Oq4QAJ7DMs0a+39VTIMLyMmL5/2o > FLf5htw5vSAkrX2GizolNli4F560q+NS77pR2WVMKvX9noqjMZQcAU0m8w6K5OmR > 28xMma89CXXZNcJ3UiYTr5CyDBL8N3KqrIxL+a8QDIe7jI7J/IAFBSCLtEaDhDfS > z8r/Pj28LvEGBn4dCvRjflToE4sMxlkzGgtFiWG8hQputsQ1REGiChuAx+0DzMAG > XGpLliSj1Nc1e1b/tVCBupIoEgqu42+cX/Sc3/ECaOhX/VlNb8av3ChJjPkTtwGU > Gq4P172/43U5/34/M8RJ1OxZ+3Cm/ANadk9w0Kay1hy4z7ELFfdpmJEXWlIVe4dE > e32vnmGVil+aLWu+o6OjcPSI+Cg3HgZAUKu0PrnONSRRzZUDGY9DVLHsHuPeRGqw > uqG7+MEVT0cJm3cueeyyiAGn+oPk9IRpxmZeJ+TFf95HEWLZE3ZHLoRSfmb6fBMV > 1dRkpQ4g/yUIAGqGn4r+XrV70b8cQDCZiroFXs0bdtY9ckXaGg46x+je0NMIUBG2 > vhwRUGN6rQctnGwnkl7vzKmHR2K1VNi+VMrV8ykd4b6mQcPBw3Qvo1Liu+stY4EA > vUx4mKC5HDs2Pka+Nxk6gOSBUadpX6TfH/ZF7zYBjXjETIlsGPWhYJsQB004pSer > OVrN2TQsPPAmvUpxoQyT > =b4WM > -----END PGP SIGNATURE----- > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/nouveau >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20151209/06765cd4/attachment.html>
On 12/10/2015 12:31 PM, Craig Garner wrote:> What Fedora release is this going to make it in to? Is it going to be > in FC23? If so, I'll give it a test. I would like to be able to > upgrade again :)It's been submitted for F23 and Rawhide. Thanks, Ben.> > > On Wed, Dec 9, 2015 at 9:26 PM, Dave Airlie <airlied at redhat.com > <mailto:airlied at redhat.com>> wrote: > > > New nouveau DDX release. > > 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() > > Vadim Rutkovsky (1): > Adapt to new dirty tracking api > > git tag: xf86-video-nouveau-1.0.12 > > http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.bz2 > MD5 > <http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.bz2 > MD5>: dc79910c7b9e32321cefc7af250c7765 > xf86-video-nouveau-1.0.12.tar.bz2 > SHA1: 480a8e1da05683e9bbedba61885cd56e7623bc00 > xf86-video-nouveau-1.0.12.tar.bz2 > SHA256: > 0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e > xf86-video-nouveau-1.0.12.tar.bz2 > PGP: > http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.bz2.sig > > http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.gz > MD5 > <http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.gz > MD5>: 5dfbc08933f2db994b2e100b9c49f480 > xf86-video-nouveau-1.0.12.tar.gz > SHA1: c0ad3ccdfab29c43d2477400069e40c54c848e29 > xf86-video-nouveau-1.0.12.tar.gz > SHA256: > b82ed744e3431d077c54516d8447da292a9028b1b1ce1055a2062807b08c24b6 > xf86-video-nouveau-1.0.12.tar.gz > PGP: > http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.12.tar.gz.sig > > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop.org <mailto:Nouveau at lists.freedesktop.org> > http://lists.freedesktop.org/mailman/listinfo/nouveau > > > > > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/nouveau >-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20151210/61769570/attachment-0001.sig>
Seemingly Similar Threads
- [ANNOUNCE] xf86-video-nouveau 1.0.12
- [ANNOUNCE] xf86-video-nouveau 1.0.12
- [PATCH 1/2] present: Fixup return type of nouveau_present_init()
- [PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
- [PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.