Module Name:    src
Committed By:   maya
Date:           Tue Apr 23 03:25:39 UTC 2024

Modified Files:
        src: UPDATING
        src/share/mk: bsd.own.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.348 -r1.349 src/UPDATING
cvs rdiff -u -r1.1367 -r1.1368 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/UPDATING
diff -u src/UPDATING:1.348 src/UPDATING:1.349
--- src/UPDATING:1.348	Sat Apr 20 14:06:47 2024
+++ src/UPDATING	Tue Apr 23 03:25:39 2024
@@ -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,

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1367 src/share/mk/bsd.own.mk:1.1368
--- src/share/mk/bsd.own.mk:1.1367	Sun Apr  7 14:40:34 2024
+++ src/share/mk/bsd.own.mk	Tue Apr 23 03:25:39 2024
@@ -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

Reply via email to