[Spice-devel] [PATCH spice-gtk 7/7] egl: set current context, fix multiple display
Christophe Fergeau
cfergeau at redhat.com
Mon May 23 11:39:42 UTC 2016
On Mon, May 23, 2016 at 06:40:40AM -0400, Marc-André Lureau wrote:
>
>
> ----- Original Message -----
> > Hi,
> >
> > On Fri, 2016-05-20 at 17:16 +0200, Marc-André Lureau wrote:
> > > On X11, each widget has its own context. Make sure we are using the
> > > widget associated context when using gl.
> > >
> > > Fixes:
> > > https://bugzilla.redhat.com/show_bug.cgi?id=1337721
> > >
> > > Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
> > > ---
> > > src/spice-widget-egl.c | 15 +++++++++++++++
> > > 1 file changed, 15 insertions(+)
> > >
> > > diff --git a/src/spice-widget-egl.c b/src/spice-widget-egl.c
> > > index 754fc20..5612959 100644
> > > --- a/src/spice-widget-egl.c
> > > +++ b/src/spice-widget-egl.c
> > > @@ -349,6 +349,14 @@ void spice_egl_unrealize_display(SpiceDisplay
> > > *display)
> > >
> > > SPICE_DEBUG("egl unrealize %p", d->egl.surface);
> > >
> > > + if (GDK_IS_X11_DISPLAY(gdk_display_get_default())) {
> > > + EGLBoolean b = eglMakeCurrent(d->egl.display,
> > > + d->egl.surface,
> > > + d->egl.surface,
> > > + d->egl.ctx);
> > > + g_return_if_fail(b == EGL_TRUE);
> >
> > Can we come up with a better name ? A critical message saying 'b == EGL_TRUE'
> > is
> > not very helpful...
>
> Well, "success" :) is not much more helpful, what is really
> interesting is line number, function, and G_DEBUG=fatal_criticals to
> break there.
You could call it make_current_status.
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20160523/b09b38e0/attachment.sig>
More information about the Spice-devel
mailing list