Re: [OE-core] gl support for qemuaarch64

2019-02-13 Thread John Ras
Thanks Alex, Yes i know, I'm targeting for arm though. I see '3d acceleration enabled' so it was pointing me to its availability still without KVM. I was finally able to have weston and its gl examples working for aarch64 and performance seems reasonable. I'm still evaluating it though. Br,

Re: [OE-core] gl support for qemuaarch64

2019-02-13 Thread Alexander Kanavin
On Tue, 12 Feb 2019 at 18:54, João Rasta wrote: > I was trying to build virgl-gtk branch for ARM qemu target, but I'm not > completely sure if it's possible as it generally seems to require KVM. > > qemu-system-aarch64 has the virtio-gpu-pci device, which i'd assume to > support GL forwarding

[OE-core] gl support for qemuaarch64

2019-02-12 Thread João Rasta
Hi, I was trying to build virgl-gtk branch for ARM qemu target, but I'm not completely sure if it's possible as it generally seems to require KVM. qemu-system-aarch64 has the virtio-gpu-pci device, which i'd assume to support GL forwarding to the host if compiled with libvirglrenderer. I've also