[Bug 70527] [snb] Latest xf86-video intel (2.99.904) makes image viewers fail to fully load pictures
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Nov 3 00:23:01 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=70527
--- Comment #47 from Chris Wilson <chris at chris-wilson.co.uk> ---
That leaves two possibilities: the code generated for memcpy_xor is broken or
the source pointer is invalid.
Try
diff --git a/src/sna/blt.c b/src/sna/blt.c
index 4c27678..43e082a 100644
--- a/src/sna/blt.c
+++ b/src/sna/blt.c
@@ -39,7 +39,7 @@
#include <xmmintrin.h>
#if __x86_64__
-#define have_sse2() 1
+#define have_sse2() 0
#else
enum {
MMX = 0x1,
and see what happens.
--
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/20131103/c206c394/attachment.html>
More information about the intel-gfx-bugs
mailing list