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
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
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 |