https://bugs.freedesktop.org/show_bug.cgi?id=80546
Pekka Paalanen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTABUG --- Comment #1 from Pekka Paalanen <[email protected]> --- > 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.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
