History log of /external/mesa3d/src/mesa/x86-64/xform4.S
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9cd64ec35acd54cbe0be4d03236d2c5a9d4be6fe 11-Aug-2011 Chad Versace <chad@chad-versace.us> x86-64: Fix compile error with clang

Remove the 'f' suffix from a float literal.
- .float 0.0f+1.0
+ .float 1.0

This fixes the following compile error with clang:
error: unexpected token in directive
.float 0.0f+1.0
^

Note: This is a candidate for the stable branches.
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Chad Versace <chad@chad-versace.us>
/external/mesa3d/src/mesa/x86-64/xform4.S
3fda80246f0c41edebdfb4b1ce35bb4726a8c521 24-Jan-2011 Dimitry Andric <dimitry@andric.com> mesa: s/movzx/movzbl/

Fixes http://bugs.freedesktop.org/show_bug.cgi?id=33388
NOTE: This is a candidate for the 7.9 and 7.10 branches.

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mesa/x86-64/xform4.S
124ef032233d7afc2725e8ded0939838e7b2a76b 30-Apr-2010 Adam Jackson <ajax@redhat.com> x86-64: Make assembly routines .hidden like on x86
/external/mesa3d/src/mesa/x86-64/xform4.S
2b8d8989fb6f9c36baf166fc715182a1407ebadb 29-Sep-2008 Ian Romanick <ian.d.romanick@intel.com> Use 3Dnow! x86-64 routines only on processors that support 3Dnow!

Added an x86-64 CPUID function and use it to detect 3Dnow! If 3Dnow!
is available, use _mesa_3dnow_transform_points4_3d_no_rot,
_mesa_3dnow_transform_points4_perspective,
_mesa_3dnow_transform_points4_2d_no_rot, and _mesa_3dnow_transform_points4_2d.

This fixes long standing bug #8724.
/external/mesa3d/src/mesa/x86-64/xform4.S
74e1d0996d109ce6426507f9ca64cf38d3b83acf 30-Aug-2007 Roland Scheidegger <sroland@tungstengraphics.com> fix another occurence of movaps which might not be aligned
/external/mesa3d/src/mesa/x86-64/xform4.S
3b7df51eb5f5e2f980248f5e8c547869ea93ac78 30-Aug-2007 Brian <brian.paul@tungstengraphics.com> s/movaps/movups/ (see bug 12216)
/external/mesa3d/src/mesa/x86-64/xform4.S
fcdc6a7d2488defd66bc7e8398c6d8c9a6190a1a 17-Apr-2006 Kristian Høgsberg <krh@redhat.com> Add .note.GNU-stack section to assembler files to avoid the default behavior
of requesting executable stacks.
/external/mesa3d/src/mesa/x86-64/xform4.S
42fa81275c67d7d1ad8d255120af0ffeeb46b963 07-May-2005 Brian Paul <brian.paul@tungstengraphics.com> x86-64 transform optimizations (Mikko T.)
/external/mesa3d/src/mesa/x86-64/xform4.S