http://bugs.freedesktop.org/show_bug.cgi?id=10265


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #9 from [EMAIL PROTECTED]  2007-03-13 04:50 PST -------
The trouble is movdqa requires a 16-byte aligned operand, whereas the stack
pointer is only 4-byte aligned. I've pushed the obvious fix (use movdqu
instead) for now, though there may be a better solution. Adam Jackson wrote a
different PIC patch,
http://cvs.fedora.redhat.com/viewcvs/*checkout*/rpms/mesa/devel/mesa-6.5.2-picify-dri-drivers.patch?rev=1.1
using GOTOFF though he thinks that in mmx_blend.S there might be some
portability issues as it's not straight GNU as.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to