<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#c22">Comment # 22</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:drJeckyll@Jeckyll.net" title="Ognian Tenchev <drJeckyll@Jeckyll.net>"> <span class="fn">Ognian Tenchev</span></a>
</span></b>
<pre>pfu!
Checked all 16
if (sna->cpu_features & SSE2) {
I get lucky on second one:
case SHADER_LINEAR:
case SHADER_RADIAL:
if (tmp->src.transform == NULL) {
#if defined(sse2) && !defined(__x86_64__)
if (sna->cpu_features & SSE2 && 0) { //2 - ok
tmp->prim_emit =
gen3_emit_composite_primitive_identity_gradient__sse2;
tmp->emit_boxes =
gen3_emit_composite_boxes_identity_gradient__sse2;
} else
#endif</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>