[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 03:13:19 PST 2016


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

--- Comment #47 from Chris Wilson <chris at chris-wilson.co.uk> ---
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;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160131/61daf34c/attachment.html>


More information about the intel-gfx-bugs mailing list