From owner-svn-ports-head@freebsd.org Tue Apr 11 06:27:09 2017 Return-Path: Delivered-To: svn-ports-head@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 EF73DD39C24; Tue, 11 Apr 2017 06:27:09 +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 D2A5477D; Tue, 11 Apr 2017 06:27:09 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 0FB4A65FC; Tue, 11 Apr 2017 06:27:09 +0000 (UTC) Date: Tue, 11 Apr 2017 06:27:09 +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: <20170411062709.GA36557@FreeBSD.org> References: <201704101914.v3AJEmNt097726@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201704101914.v3AJEmNt097726@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 06:27:10 -0000 On Mon, Apr 10, 2017 at 07:14:48PM +0000, Matthew Rezny wrote: > New Revision: 438198 > URL: https://svnweb.freebsd.org/changeset/ports/438198 > > Log: > Update Mesa to 17.0.3 Cool, thanks! > -OPTIONS_DEFINE= TEXTURE > +OPTIONS_DEFINE= TEXTURE VAAPI VDPAU So VDPAU is back? > @@ -1,13 +1,15 @@ > -The GALLIUM option enables gallium (llvm) backed drivers such as for example > -the r600 and radeonsi driver. > +VAAPI and VDPAU options enable building Gallium based VA-API and VDPAU > +drivers to decode video on the GPU via libva and libvdpau, respectively. > +Gallium based VAAPI and VDPAU drivers are only available for Radeon GPUs. > > -The VDPAU option enables VDPAU drivers to decode video on the GPU via the > -VDPAU library. > +Both GPU decode options require newer drm drivers than are currently present > +in a released FreeBSD kernel. These are options for DRM-next and DragonFly. I'm still confused, would it work against up-to-date -CURRENT or I still need to patch the kernel parts? ./danfe