From owner-freebsd-x11@freebsd.org Sun May 20 10:11:32 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27818EAFF87 for ; Sun, 20 May 2018 10:11:32 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BC7B379834 for ; Sun, 20 May 2018 10:11:31 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7BAE1EAFF85; Sun, 20 May 2018 10:11:31 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A3E1EAFF84 for ; Sun, 20 May 2018 10:11:31 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DCBE79832 for ; Sun, 20 May 2018 10:11:31 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 40pd3b4TPhzDhBg for ; Sun, 20 May 2018 10:11:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([127.0.0.1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [127.0.0.1]) (amavisd-new, port 10587) with ESMTPS id v6gn3jTaU5T5 for ; Sun, 20 May 2018 10:11:23 +0000 (UTC) Received: from celes.daemonic.se (celes.daemonic.se [IPv6:2001:470:dca9:2::3]) by mail.daemonic.se (Postfix) with ESMTPSA id 40pd3b0FjjzDhTg for ; Sun, 20 May 2018 10:11:22 +0000 (UTC) Subject: Re: [CFT] Mesa 18.1.0 update (mesa-libs, mesa-dri, libosmesa, clover) To: x11@FreeBSD.org References: <1se7-uv3c-wny@FreeBSD.org> From: Niclas Zeising Message-ID: <05e6a36d-6f14-fa9f-67b4-228946fbb921@freebsd.org> Date: Sun, 20 May 2018 12:11:15 +0200 User-Agent: Mutt/1.5.21 MIME-Version: 1.0 In-Reply-To: <1se7-uv3c-wny@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2018 10:11:32 -0000 On 05/20/18 00:41, Jan Beich wrote: > Mesa provides OpenGL/Vulkan drivers for Intel/AMD cards and also VAAPI/VDPAU > drivers for AMD cards. Recently, a new minor version was released. So far it > was only tested via drm-stable-kmod on 12.0-CURRENT. Can someone test on > FreeBSD < 11.2 for regressions? If you find any don't forget to attech > /var/log/Xorg.0.log and LIBGL_DEBUG=verbose output. > > I'd like to land the update in 2 weeks. > > # Apply > $ fetch -qo /tmp/mesa-18.1.0.diff 'https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193545' Patch has been updated, new one here: https://bz-attachments.freebsd.org/attachment.cgi?id=193555 > $ patch -Efsp0 -i /tmp/mesa-18.1.0.diff -d /usr/ports > $ make all deinstall install clean -C /usr/ports/graphics/mesa-libs > $ make all deinstall install clean -C /usr/ports/graphics/mesa-dri > > # Undo > $ patch -REfsp0 -i /tmp/mesa-18.1.0.diff -d /usr/ports > $ make all deinstall install clean -C /usr/ports/graphics/mesa-libs > $ make all deinstall install clean -C /usr/ports/graphics/mesa-dri > > # Testing examples > - graphics/mesa-demos: glxgears, eglgears_x11 > - multimedia/mpv: --hwdec=auto (VAAPI/VDPAU EGL interop) > - www/firefox: gfx.webrender.all=true (GPU compositing) > - https://forums.freebsd.org/threads/unreal-engine-4.65300/ Regards -- Niclas Zeising