[Bug 93844] Intel driver crashes after switching between fullscreen and windowed mode on RetroArch

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jan 31 10:54:00 PST 2016


https://bugs.freedesktop.org/show_bug.cgi?id=93844

--- Comment #48 from Diego Viola <diego.viola at gmail.com> ---
(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?

Sorry, I'm a little confused.

-- 
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/20160131/9b0a7012/attachment.html>


More information about the intel-gfx-bugs mailing list