Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2026 16:59:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 294957] graphics/mesa-dri: Update to 26.0.6
Message-ID:  <bug-294957-7141@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294957

            Bug ID: 294957
           Summary: graphics/mesa-dri: Update to 26.0.6
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: x11@FreeBSD.org
          Reporter: kenrap@FreeBSD.org
          Assignee: x11@FreeBSD.org
             Flags: maintainer-feedback?(x11@FreeBSD.org)

Created attachment 270348
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=270348&action=edit
Update patch for 26.0.6

Some notes to make here:

1. I consolidated more common build options into mesa-dri's Makefile.common
file to improve maintenance and readability of the Mesa ports.

2. I migrated much of mesa-dri's Makefile build options to a Makefile.options
file.
 * The problem in Mesa 26 is that now all dri stub drivers are symlinks to one
real driver "libdril_dri.so" that mesa-dri only provides.
 * Because of this mesa-libs need to be built with the same driver options so
that each stub driver can actually function.
 * I only tested with loading from radeonsi.so since I'm only using the amdgpu
drm-kmod driver.

3. Since OSMesa support was removed in 25.1, the only affected consumers to
libosmesa are math/octave and math/vtk9.
* There is no workaround for this. These specific ports need to be updated as
shown in the attached patch.

4. Since 25.3.0, Mesa 26 requires the backport of drm-kmod's PR 357 to all
drm-kmod ports: https://github.com/freebsd/drm-kmod/pull/357
* Without this patch, the vulkan ioctls are broken and apps like mpv that use
them won't function properly with lag and errors.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294957-7141>