[Mesa-dev] [Bug 29148] KWin segfaults when OpenGL desktop effects are enabled
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jul 21 13:04:31 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=29148
--- Comment #3 from Kristian Høgsberg <krh at bitplanet.net> 2010-07-21 13:04:31 PDT ---
This commit should fix it:
commit 3750ebd540510324ef5ada769537ae05309adadb
Author: Kristian Høgsberg <krh at bitplanet.net>
Date: Mon Jul 19 09:37:07 2010 -0400
glx: Fix drawable lookup in DRI2 event handler
DRI2 events are sent to the X drawable ID used to create the DRI2 drawable,
not the GLX drawable ID. So when an event comes in, we need to look up
the __GLXDRIdrawable by its X drawable ID, which needs a new hash table.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list