From 3932354f1e1ad64a5a0363ef94eff823460c4c17 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 14 Jun 2019 19:27:00 +0000 Subject: Fri Jun 14 19:27:00 UTC 2019 a/util-linux-2.34-x86_64-1.txz: Upgraded. kde/kdepimlibs-4.14.10-x86_64-8.txz: Rebuilt. Recompiled to pull in new gpgme++ header files. n/gpgme-1.13.1-x86_64-1.txz: Upgraded. x/xkeyboard-config-2.27-noarch-1.txz: Upgraded. xfce/exo-0.12.6-x86_64-1.txz: Upgraded. testing/packages/mesa-19.1.0-x86_64-2.txz: Rebuilt. Added gallium drivers: swr,iris Thanks to USUARIONUEVO. --- testing/source/mesa/mesa.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/source/mesa/mesa.SlackBuild b/testing/source/mesa/mesa.SlackBuild index 87a2178cd..1ecd5085b 100755 --- a/testing/source/mesa/mesa.SlackBuild +++ b/testing/source/mesa/mesa.SlackBuild @@ -25,13 +25,13 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mesa VERSION=${VERSION:-$(echo $PKGNAM-1*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} DEMOVERS=${DEMOVERS:-8.4.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} # Be sure this list is up-to-date: DRI_DRIVERS="i915,i965,r100,r200,nouveau" -GALLIUM_DRIVERS="nouveau,r300,r600,svga,radeonsi,swrast,virgl" +GALLIUM_DRIVERS="nouveau,r300,r600,svga,radeonsi,swrast,virgl,swr,iris" if [ -z "$ARCH" ]; then case "$( uname -m )" in -- cgit v1.2.3