RE: [PATCH v1 3/5] ui/egl: Add egl helpers to help with synchronization

2021-06-08 Thread Kasireddy, Vivek
Hi Gerd, > > +epoxy_has_egl_extension(qemu_egl_display, > > +"EGL_ANDROID_native_fence_sync")) { > > What about non-android? Is the name there just for historical reasons? > Or do we actually need something else for desktop systems? [Kasireddy, Vivek] It

Re: [PATCH v1 3/5] ui/egl: Add egl helpers to help with synchronization

2021-06-08 Thread Gerd Hoffmann
Hi, > +epoxy_has_egl_extension(qemu_egl_display, > +"EGL_ANDROID_native_fence_sync")) { What about non-android? Is the name there just for historical reasons? Or do we actually need something else for desktop systems? > +void egl_dmabuf_wait_sync(QemuDm

[PATCH v1 3/5] ui/egl: Add egl helpers to help with synchronization

2021-06-07 Thread Vivek Kasireddy
These egl helpers would be used for creating and waiting on a sync object. Cc: Gerd Hoffmann Signed-off-by: Vivek Kasireddy --- include/ui/console.h | 2 ++ include/ui/egl-helpers.h | 3 +++ ui/egl-helpers.c | 44 ui/gtk.c |