[Bug 223030] graphics/mesa-libs: fix device name detection for Wayland/EGL

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 15 15:35:57 UTC 2017


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

            Bug ID: 223030
           Summary: graphics/mesa-libs: fix device name detection for
                    Wayland/EGL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: x11 at FreeBSD.org
          Reporter: greg at unrelenting.technology
             Flags: maintainer-feedback?(x11 at FreeBSD.org)
          Assignee: x11 at FreeBSD.org

Created attachment 187196
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187196&action=edit
mesa-fix-loader.patch

Currently, Wayland EGL clients receive /dev/dri/card408 instead of
/dev/dri/card0 as the device path, and fall back to software rendering :D

This patch changes the "device name from file descriptor" function in Mesa from
a  reimplementation of libdrm's drmGetDeviceNameFromFd2 to just calling that
function, where we already have this fixed.

Reported upstream: https://bugs.freedesktop.org/show_bug.cgi?id=103283

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


More information about the freebsd-ports-bugs mailing list