VIRTIO_GPU_CMD_SUBMIT_3D error feedback?

2023-12-22 Thread Hans de Ruiter
Hi guys, Is there a way for a client-side driver to know if a VirGL command fails? The function virgl_renderer_submit_cmd() does return an error if one of the commands fail, but virgl_cmd_submit_3d() ignores the return code. It looks like VIRTIO_GPU_CMD_SUBMIT_3D would return a success, even

Re: QEMU Virtio GPU features status & roadmap?

2023-11-09 Thread Hans de Ruiter
s there any official documentation for VirGL, Venus, etc.? Or is that yet to be written? regards, Hans On 9/11/23 16:13, Huang Rui wrote: On Wed, Nov 08, 2023 at 07:07:43PM +0800, Marc-André Lureau wrote: Hi On Wed, Nov 8, 2023 at 1:04 PM Antonio Caggiano wrote: Hi Hans, +cc Gert and Dmitry On 17/10

QEMU Virtio GPU features status & roadmap?

2023-10-16 Thread Hans de Ruiter
Hi, I'm working on Virtio GPU drivers for AmigaOS, and would like to know what features are currently stable enough to use. Looking at the master QEMU branch, both Virgl and blob resources are supported, but NOT at the same time. Is the ability to use both simultaneously coming soon? Also, w