On Fr, 2015-09-11 at 16:44 +0200, Marc-André Lureau wrote: > Hi > > On Wed, Sep 9, 2015 at 1:20 PM, Gerd Hoffmann <kra...@redhat.com> wrote: > > This allows virtio-gpu to render in 3d mode. > > Uses native opengl support which is present > > in gtk versions 3.16 and newer. > > > > Signed-off-by: Gerd Hoffmann <kra...@redhat.com> > > After this patch, when starting qemu I get: > > (qemu-system-x86_64:28264): Gtk-CRITICAL **: gtk_gl_area_make_current: > assertion 'gtk_widget_get_realized (widget)' failed > qemu-system-x86_64: Couldn't find current GLX or EGL context.
Can you set a breakpoint to gtk_gl_area_make_current and print a stacktrace when qemu arrives there? I suspect the caller will be gd_gl_area_refresh, can you confirm? thanks, Gerd