vulkan support in qemu with virgil

2021-07-21 Thread Tomeu Vizoso
Hi all, At Collabora we have started looking at Vulkan support in QEMU with Virgil. We have seen the work that Vivek has submitted to support the new virtio-gpu BLOB API (thanks!) and have identified a few holes that are still needed for Vulkan support. We would like to know if anybody else

Re: [Qemu-devel] [PATCH] Add gles support to egl-helpers, wire up in egl-headless and gtk.

2018-06-19 Thread Tomeu Vizoso
Hi, have been running this patch since yesterday and everything seems fine. Tested-by: Tomeu Vizoso Reviewed-by: Tomeu Vizoso Thanks! Tomeu On 06/18/2018 01:21 PM, Gerd Hoffmann wrote: Add support for OpenGL ES to egl-helpers. Wire up the new option for egl-headless and gtk UIs. egl

[Qemu-devel] [PATCH] egl-headless: Allow OpenGL ES context creation

2018-06-14 Thread Tomeu Vizoso
This will be mainly useful for automated testing of virglrenderer on ES. Signed-off-by: Tomeu Vizoso --- include/ui/egl-helpers.h | 6 ++--- qemu-options.hx | 1 + ui/egl-headless.c| 2 +- ui/egl-helpers.c | 56 +--- ui/gtk-egl.c

[Qemu-devel] [PATCH] ui/gtk: Only try to initialize EGL/X11 if GtkGlArea failed

2018-05-07 Thread Tomeu Vizoso
i/gtk: use GtkGlArea on wayland only") Signed-off-by: Tomeu Vizoso --- ui/gtk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/gtk.c b/ui/gtk.c index ef5bc42094a3..72e2e246244d 100644 --- a/ui/gtk.c +++ b/ui/gtk.c @@ -2448,7 +2448,7 @@ static void early_gtk_di