[Wayland-bugs] [Bug 94429] Weston dosn't start with gma500 (Poulsbo) driver
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Mar 14 09:15:11 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94429
--- Comment #11 from Pekka Paalanen <ppaalanen at gmail.com> ---
(In reply to comicfans44 from comment #10)
> I've found weston call eglSwapBuffers and crash in kms_swrast_dri.so on
> GMA500
...
> so maybe this is bug in mesa
Quite probably.
By the way, the only way how gma500 is involved here is that you don't have
(proprietary) OpenGL drivers for it. Instead you have Mesa, which picks a
software renderer, because it's all it has.
"GL renderer: Gallium 0.4 on llvmpipe" and kms_swrast_dri.so refer to software
renderers in Mesa.
If you are stuck with software rendering anyway, you might as well forget
OpenGL, because Weston's Pixman renderer should outperform software OpenGL any
day, I believe. That's why I propose to just have --use-pixman for Weston. You
can still run software-rendered GL apps with Mesa as your OpenGL
implementation.
But if you really want to have kms_swrast_dri.so working, that's between you
and Mesa, I think.
If --use-pixman works, there is nothing to fix in Weston.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160314/dd50675f/attachment.html>
More information about the wayland-bugs
mailing list