[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 13:04:48 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=62198
--- Comment #28 from Chris Wilson <chris at chris-wilson.co.uk> ---
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.
--
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/3d57880b/attachment.html>
More information about the intel-gfx-bugs
mailing list