qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 9/9] gtk/opengl: add opengl context and scanout


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 9/9] gtk/opengl: add opengl context and scanout support (GtkGLArea)
Date: Mon, 14 Sep 2015 15:50:30 +0200

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 <address@hidden> 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 <address@hidden>
> 
> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]