Add --with-dri-searchpath argument
[mesa.git] / src / mesa / x86 / sse_xform2.S
index 52eeb27ef5873d154058e2ed82fc541f240e08bf..b490d4c169f0e83bcbf88dbe5def0f899e748732 100644 (file)
@@ -31,6 +31,7 @@
   */
 
 #ifdef USE_SSE_ASM
+#include "assyntax.h"
 #include "matypes.h"
 #include "xform_args.h"
 
@@ -185,6 +186,7 @@ GLNAME(_mesa_sse_transform_points2_3d_no_rot):
     MOV_L( REGOFF(V4F_START, EDI), EDI )       /* ptr to first dest vertex */
     ADD_L( EDI, ECX )                          /* count += dest ptr */
 
+    PXOR( XMM0, XMM0 )
 
 ALIGNTEXT32
     MOVSS    ( M(0), XMM1 )                    /* - | - |  -  | m0  */