[Bug 93844] Intel driver crashes after switching between fullscreen and windowed mode on RetroArch
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Feb 1 00:06:40 PST 2016
https://bugs.freedesktop.org/show_bug.cgi?id=93844
--- Comment #49 from Chris Wilson <chris at chris-wilson.co.uk> ---
(In reply to Diego Viola from comment #48)
> (In reply to Chris Wilson from comment #47)
> > I think the bug is really:
> >
> > diff --git a/hw/xfree86/dri2/dri2.c b/hw/xfree86/dri2/dri2.c
> > index 5d54ab9..af7d136 100644
> > --- a/hw/xfree86/dri2/dri2.c
> > +++ b/hw/xfree86/dri2/dri2.c
> > @@ -420,6 +420,9 @@ DRI2DrawableGone(void *p, XID id)
> > (*pDraw->pScreen->DestroyPixmap)(pPriv->redirectpixmap);
> > }
> >
> > + if (pPriv->blockedClient)
> > + AttendClient(pPriv->blockedClient);
> > +
> > free(pPriv);
> >
> > return Success;
>
> Thanks, should I try this patch or the previous one too?
The first because I need to workaround the issue.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160201/056e03a3/attachment-0001.html>
More information about the intel-gfx-bugs
mailing list