./graphics/MesaLib, Open source OpenGL implementation (amber branch)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 21.3.9nb5, Package name: MesaLib-21.3.9nb5, Maintainer: pkgsrc-users

The Mesa project began as an open-source implementation of the OpenGL
specification - a system for rendering interactive 3D graphics.

Over the years the project has grown to implement more graphics APIs,
including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API,
XvMC and Vulkan.

A variety of device drivers allows the Mesa libraries to be used in many
different environments ranging from software emulation to complete hardware
acceleration for modern GPUs.

This package contains the amber branch. After Mesa 21.3, all non-Gallium
DRI drivers were removed from the Mesa source-tree. These drivers are still
being maintained to some degree, but only on the amber branch, and only for
critical fixes.


Required to run:
[devel/libelf] [x11/libdrm] [x11/Xfixes] [x11/libXdamage] [x11/liboldXrandr] [x11/libxcb] [multimedia/libvdpau] [multimedia/libva] [lang/libLLVM] [x11/libxshmfence]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [lang/gcc5] [x11/xorgproto] [devel/meson]

Package options: llvm, x11

Master sites:

Filesize: 16218.473 KB

Version history: (Expand)


CVS history: (Expand)


   2025-05-08 10:30:02 by Tobias Nygren | Files touched by this commit (2) | Package updated
Log message:
MesaLib: describe why this package is not updated

The next major version of Mesa 3D should go in graphics/mesa and we keep
graphics/MesaLib for legacy support.
   2025-03-11 12:18:43 by Nia Alarie | Files touched by this commit (1)
Log message:
MesaLib: Don't enable lld workaround on Darwin.
   2025-03-07 08:00:34 by Thomas Klausner | Files touched by this commit (6)
Log message:
MesaLib: pkglint cleanup
   2025-03-07 07:56:21 by Thomas Klausner | Files touched by this commit (2)
Log message:
MesaLib: fix build on NetBSD-current (qsort_r)
   2025-03-02 13:34:56 by Nia Alarie | Files touched by this commit (1)
Log message:
MesaLib: Add workaround for issues with lld.
   2025-01-21 12:00:19 by Nia Alarie | Files touched by this commit (80)
Log message:
*: Drop maintainership.
   2025-01-08 20:17:40 by Jonathan Schleifer | Files touched by this commit (2)
Log message:
Fix compiling graphics/MesaLib on Darwin without X11
   2024-01-13 21:07:34 by Taylor R Campbell | Files touched by this commit (24)
Log message:
*/builtin.mk: Use ${_CROSS_DESTDIR:U} for build-time file checks.

These are questions about the target system, whose files at
build-time are all relative to ${_CROSS_DESTDIR} if it is defined,
i.e., if USE_CROSS_COMPILE is set to yes.

No change to native builds because ${_CROSS_DESTDIR:U} is empty in
them.  (Possible minor change by adding :Q to ${H_FOO} in command
lines, but if this makes a difference it likely fixes problems.)