Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2017 15:35:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223030] graphics/mesa-libs: fix device name detection for Wayland/EGL
Message-ID:  <bug-223030-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223030

            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@FreeBSD.org
          Reporter: greg@unrelenting.technology
             Flags: maintainer-feedback?(x11@FreeBSD.org)
          Assignee: x11@FreeBSD.org

Created attachment 187196
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187196&action=
=3Dedit
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=3D103283

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



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