<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - x11-drivers/xf86-video-intel-2.21.4 and transparency"
href="https://bugs.freedesktop.org/show_bug.cgi?id=62198#c28">Comment # 28</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - x11-drivers/xf86-video-intel-2.21.4 and transparency"
href="https://bugs.freedesktop.org/show_bug.cgi?id=62198">bug 62198</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>Oh my word. The problem there was that is was making out-of-line calls to
vertex_emit(), passing the value in %xmm0, but the vertex_emit() was compiled
without sse2 and so expecting the parameter via %fp0. I had presumed that those
functions would be inlined and so recompiled with sse2 at the callsite.
master should work, and I should have not had such high expectations.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>