Wayland, Weston, Qemu, Yocto, VirGL, Mesa, Aaarch64, PBuffer not supported
I emulate an Aarch64 / Arm Yocto Linux on an AMD64 desktop with qemu. It uses Virgl and Mesa to enable OpenGL ES 3.1 rendering. https://docs.mesa3d.org/drivers/virgl.html I use wayland/weston by activating the ivi shell. I try to run an EGL based application from an actual Yocto GLES system which also uses wayland/weston.
However, according to eglconfig, the emulated system supports no egl surfaces with pbuffer bits, only window. Consequently, eglCreatePbufferSurface fails. Other egl functions work. Is this a wayland/weston issue or should it work in theory?
Regards