Re: [Qemu-devel] [PATCH v2 2/3] spice: add scanout_dmabuf support

2018-03-06 Thread Gerd Hoffmann
> > @@ -969,6 +983,7 @@ static const DisplayChangeListenerOps > > display_listener_gl_ops = { > > > > .dpy_gl_scanout_disable = qemu_spice_gl_scanout_disable, > > .dpy_gl_scanout_texture = qemu_spice_gl_scanout_texture, > > +.dpy_gl_scanout_dmabuf = qemu_spice_gl_scanout_dmabuf,

Re: [Qemu-devel] [PATCH v2 2/3] spice: add scanout_dmabuf support

2018-03-06 Thread Marc-André Lureau
Hi On Tue, Mar 6, 2018 at 9:38 AM, Gerd Hoffmann wrote: > Add support for scanout dmabufs. Just > pass them through to spice-server. > > Signed-off-by: Gerd Hoffmann > --- > ui/spice-display.c | 15 +++ > 1 file changed, 15 insertions(+) > >