[Mesa-dev] [Bug 109258] Weston drm-backend.so seems to fail with Mesa master and LIBGL_ALWAYS_SOFTWARE=1
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jun 28 09:15:38 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=109258
--- Comment #11 from Brendan King <brendan.king at imgtec.com> ---
I'm pretty sure I've got this to work, by removing the following block of code
from function dri2_initialize_drm in platform_drm.c:
/* Not supported yet */
if (disp->Options.ForceSoftware)
return EGL_FALSE;
and setting both GBM_ALWAYS_SOFTWARE=1 and LIBGL_ALWAYS_SOFTWARE=1 when running
Weston. IIRC, the first variable is needed for the compositor to use software
rendering, and the second for the other Weston processes.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190628/0eb727aa/attachment.html>
More information about the mesa-dev
mailing list