<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [snb] Latest xf86-video intel (2.99.904) makes image viewers fail to fully load pictures"
href="https://bugs.freedesktop.org/show_bug.cgi?id=70527#c47">Comment # 47</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [snb] Latest xf86-video intel (2.99.904) makes image viewers fail to fully load pictures"
href="https://bugs.freedesktop.org/show_bug.cgi?id=70527">bug 70527</a>
from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>