Switch to mesa 21

Works well enough for me on various GPUs, let's try it out. Can be easily
reverted if anyone encounters major issues.
This commit is contained in:
maya 2024-04-23 03:25:39 +00:00
parent 1f05e87cf6
commit 8a12906d64
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: UPDATING,v 1.348 2024/04/20 14:06:47 rillig Exp $
$NetBSD: UPDATING,v 1.349 2024/04/23 03:25:39 maya Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@ -19,6 +19,9 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
20240423:
Update builds with x11 may fail after switching to Mesa 21.
20240410:
Update builds may require manually deleting
$DESTDIR/var/run/named (and, potentially,

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.1367 2024/04/07 14:40:34 tsutsui Exp $
# $NetBSD: bsd.own.mk,v 1.1368 2024/04/23 03:25:39 maya Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -1320,7 +1320,7 @@ MKDTB.earmv7hfeb= yes
MKDTB.riscv32= yes
MKDTB.riscv64= yes
HAVE_MESA_VER?= 19
HAVE_MESA_VER?= 21
.if ${HAVE_MESA_VER} == 19
EXTERNAL_MESALIB_DIR?= MesaLib.old
.elif ${HAVE_MESA_VER} == 21