[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/mesa-legacy/mesa-legacy.desc [COPY] Copyright (C) 2004 - 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] 3-D graphics library with OpenGL API with non-Gallium drivers [T] Mesa is a 3-D graphics library with an API which is very similar to that [T] of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax [T] or state machine, it is being used with authorization from Silicon Graphics, [T] Inc. However, the author makes no claim that Mesa is in any way a [T] compatible replacement for OpenGL or associated with Silicon Graphics, Inc. [T] Those who want a licensed implementation of OpenGL should contact a licensed [T] vendor. [T] [T] While Mesa is not a licensed OpenGL implementation, it is currently [T] being tested with the OpenGL conformance tests. For the current [T] conformance status see the CONFORM file included in the Mesa distribution. [T] [T] This package contains the Mesa 21 "Amber" branch. The last version with [T] for non-Gallium drivers. [T] [T] * OpenGL(R) is a registered trademark of Silicon Graphics, Inc. [A] Brian Paul [M] René Rebe [U] https://www.mesa3d.org/ [C] base/x11 [F] CROSS NO-LTO LATOMIC.sparc [L] OpenSource [V] 7.11.2 [D] 150b11e349a1835e2ac50494701b2ccda49c29d57711e2b75897b0d0 MesaLib-7.11.2.tar.bz2 https://archive.mesa3d.org/older-versions/7.x/7.11.2/ runscons=0 dridrv="mach64,mga,r128,savage,tdfx" [ $arch = x86 ] && var_append dridrv ',' i810 [[ $arch = x86* ]] && var_append dridrv ',' unichrome var_append confopt ' ' '--with-gallium-drivers= --with-dri-drivers="$dridrv"' var_append confopt ' ' '--disable-gallium-llvm --enable-glx-tls --with-driver=dri' var_append confopt ' ' '--enable-xcb --disable-glut --enable-egl' # --enable-gles1 --enable-gles2 var_append confopt ' ' '--enable-texture-floa --disable-shared-dricore' var_append makeinstopt ' ' '-C src/mesa/drivers/dri'