[Bug 78992] [regression] DRI2 races
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu May 22 02:05:53 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=78992
--- Comment #23 from Chris Wilson <chris at chris-wilson.co.uk> ---
Can you apply
diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c
index ed2e561..52f283d 100644
--- a/src/sna/sna_dri2.c
+++ b/src/sna/sna_dri2.c
@@ -51,6 +51,9 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <compositeext.h>
#endif
+#undef DBG
+#define DBG(x) ErrorF x
+
#if DRI2INFOREC_VERSION < 2
#error DRI2 version supported by the Xserver is too old
#endif
reproduce the bug and attach the log?
Yes, you will need
commit 0f0cd87c66a4e373ab9b26626514d43b5f4978e5
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Thu May 22 10:04:09 2014 +0100
sna/dri2: DBG fixes
;-)
--
You are receiving this mail because:
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/20140522/c084c1d3/attachment.html>
More information about the intel-gfx-bugs
mailing list