[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl |
Date: |
Fri, 05 Jun 2015 13:01:42 +0200 |
On Fr, 2015-06-05 at 12:20 +0200, Paolo Bonzini wrote:
>
> On 29/05/2015 12:07, Gerd Hoffmann wrote:
> > This adds opengl rendering support to the gtk ui, using egl.
> > It's off by default for now, use 'qemu -display gtk,gl=on'
> > to play with this.
> >
> > Note that gtk got native opengl support with release 3.16.
> > There most likely will be a separate implementation for 3.16+,
> > using the native gtk opengl support. This patch covers older
> > versions (and for the time being 3.16 too, hopefully without
> > rendering quirks).
> >
> > Signed-off-by: Gerd Hoffmann <address@hidden>
>
> This unfortunately breaks "-device help" if you do not have an X11
> connection. gtk_init exits the program.
Ah, *this* is where the libvirt breakage comes from. Was about to
bisect that one, can stop now ;)
I'll have a look ASAP.
cheers,
Gerd