Module Name: src
Committed By: mrg
Date: Tue Jun 11 04:52:44 UTC 2019
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
turn on MKLLVMRT for aarch64 X11 builds.
with llvmpipe vs swrast, on pinebook 1080p i see 6x speed up for glxgears,
seamonkey & google maps is significantly faster, and ksudoku is workable.
To generate a diff of this commit:
cvs rdiff -u -r1.1145 -r1.1146 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1145 src/share/mk/bsd.own.mk:1.1146
--- src/share/mk/bsd.own.mk:1.1145 Sun Jun 2 21:29:13 2019
+++ src/share/mk/bsd.own.mk Tue Jun 11 04:52:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1145 2019/06/02 21:29:13 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1146 2019/06/11 04:52:44 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1156,12 +1156,13 @@ EXTERNAL_MESALIB_DIR?= MesaLib.old
EXTERNAL_MESALIB_DIR?= MesaLib
.endif
-# Default to LLVM run-time if x86 and X11 and Mesa 18
+# Default to LLVM run-time if x86 or aarch64 and X11 and Mesa 18
# XXX This knows that MKX11=no is default below, but would
# require splitting the below loop in two parts.
.if ${MKX11:Uno} != "no" && ${HAVE_MESA_VER} == "18"
MKLLVMRT.amd64= yes
MKLLVMRT.i386= yes
+MKLLVMRT.aarch64= yes
.endif
#