Re: [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl

2015-06-08 Thread Markus Armbruster
Gerd Hoffmann kra...@redhat.com writes: On Fr, 2015-06-05 at 13:09 +0200, Gerd Hoffmann wrote: 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

Re: [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl

2015-06-05 Thread Gerd Hoffmann
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

Re: [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl

2015-06-05 Thread Gerd Hoffmann
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 ;) Hmm, no, there seems to be more. Patch sent for the gtk breakage. cheers, Gerd

Re: [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl

2015-06-05 Thread Gerd Hoffmann
On Fr, 2015-06-05 at 13:09 +0200, Gerd Hoffmann wrote: 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 ;) Hmm, no, there seems

Re: [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl

2015-06-05 Thread Paolo Bonzini
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

[Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl

2015-05-29 Thread Gerd Hoffmann
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.