[Bug 62198] x11-drivers/xf86-video-intel-2.21.4 and transparency

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 12 12:35:47 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=62198

--- Comment #22 from Ognian Tenchev <drJeckyll at Jeckyll.net> ---
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

-- 
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/20130312/b91c45a0/attachment.html>


More information about the intel-gfx-bugs mailing list