[Wayland-bugs] [Bug 80546] cant run egl/gles2 applications on weston

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 26 00:23:17 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=80546

Pekka Paalanen <ppaalanen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #1 from Pekka Paalanen <ppaalanen at gmail.com> ---
> GL renderer: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)

Your Weston is using a software GL-renderer. That means it makes no sense to
expose EGL Wayland extension which is for hardware accelerated graphics.

We simply do not even try to transparently support the case where an
application would be rendering with hardware, but the compositor is using
software compositing.

You can still run EGL/GLESv2 applications, if you build Mesa with
--enable-gallium-egl and let the apps use egl_gallium.so with a software GL
backend (softpipe or llvmpipe).

So, this is not a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20140626/afd5ffbb/attachment.html>


More information about the Wayland-bugs mailing list