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

next in thread | previous in thread | raw e-mail | index | archive | help
Greg V <greg@unrelenting.technology> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to x11@FreeBSD.org:
Bug 223030: graphics/mesa-libs: fix device name detection for Wayland/EGL
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223030



--- Description ---
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



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