Summary: | cant run egl/gles2 applications on weston | ||
---|---|---|---|
Product: | Wayland | Reporter: | Sunshine <pooja.thakoor18> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.5.0 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Sunshine
2014-06-26 04:14:45 UTC
> 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.
thanks a lot :) |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.