Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2020 14:22:35 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538491 - head/graphics/mesa-dri
Message-ID:  <202006111422.05BEMZUP013063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Thu Jun 11 14:22:35 2020
New Revision: 538491
URL: https://svnweb.freebsd.org/changeset/ports/538491

Log:
  mesa-dri: Switch back to the dri swrast drivers
  
  The meson switch changed which swrast driver we build from dri to gallium.
  I'm not too sure at how the gallium swrast is usable but switch back to the dri
  one.
  This also fixes the build on armv7 where the gallium swrast driver isn't available.
  
  Approved by:	zeising (x11@ implicit)

Modified:
  head/graphics/mesa-dri/Makefile

Modified: head/graphics/mesa-dri/Makefile
==============================================================================
--- head/graphics/mesa-dri/Makefile	Thu Jun 11 14:05:13 2020	(r538490)
+++ head/graphics/mesa-dri/Makefile	Thu Jun 11 14:22:35 2020	(r538491)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mesa-dri
 PORTVERSION=	${MESAVERSION}
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 
 COMMENT=	OpenGL hardware acceleration drivers for DRI2+
@@ -43,7 +43,7 @@ ALL_GALLIUM_DRIVERS=	R300 R600 RADEONSI SVGA SWRAST
 ALL_VULKAN_DRIVERS=	INTEL AMD
 
 .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH:Marm*} || ${ARCH} == i386 || ${ARCH:Mmips*} || ${ARCH:Mpowerpc*}
-GALLIUM_DRIVERS=	SWRAST	# llvmpipe
+DRI_DRIVERS=	SWRAST	# llvmpipe
 .endif
 
 .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006111422.05BEMZUP013063>