From owner-svn-ports-all@freebsd.org Tue Apr 11 10:15:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F89FD394AB; Tue, 11 Apr 2017 10:15:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BA5E863; Tue, 11 Apr 2017 10:15:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 34F80AC1; Tue, 11 Apr 2017 10:15:24 +0000 (UTC) Date: Tue, 11 Apr 2017 10:15:24 +0000 From: Alexey Dokuchaev To: Matthew Rezny Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r438198 - in head: graphics/dri graphics/libGL graphics/libGL/files graphics/libosmesa lang/clover Message-ID: <20170411101524.GA28210@FreeBSD.org> References: <201704101914.v3AJEmNt097726@repo.freebsd.org> <20170411062709.GA36557@FreeBSD.org> <1795275.0xbZexPCl1@workstation.reztek> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1795275.0xbZexPCl1@workstation.reztek> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 10:15:25 -0000 On Tue, Apr 11, 2017 at 10:19:09AM +0200, Matthew Rezny wrote: > On Tuesday 11 April 2017 06:27:09 Alexey Dokuchaev wrote: > > ... > > So VDPAU is back? > > VDPAU option is back. Sorry, I forgot to mention VDPAU and VAAPI in the > commit message as my focus was on documenting the DRI3 change. VDPAU is > not supported by the 3.8 era drm drivers in kernel. It is supported by > DRM-next and DragonFly. > [...] > That is something I am not completely clear on either since I am not > directly working on the DRM-next parts. As far as I know, the effort to > integrate the needed changes in LinuxKPI is still in progress, so I > believe it is still necessary to use the kernel from FreeBSDDesktop repo > in order to use the more up to date drm drivers. Yeah I was already pointed to that repo by Johannes, but I still haven't got my way around to play with it (lack of any README kind of contributed to this; it would be nice to have some kind of simple bullet-point how-to guide). ./danfe