summaryrefslogtreecommitdiff
path: root/src/mesa/x86/sse_xform2.S
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-06-30 16:28:37 +0100
committerKeith Whitwell <keithw@vmware.com>2009-06-30 16:28:54 +0100
commit4147bb24d49a10498e00039fc1dc9aa5f1316777 (patch)
treeceb027c40f52dd7e0471a3534bac7cd270b6953b /src/mesa/x86/sse_xform2.S
parent53f8dccd0c9ab0b55e24dd5d624bbaaf0c8c284b (diff)
parent6af783bea0e171582f86c8456ca521ac242abc39 (diff)
Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuit
Need this to pick up fixes for per-vertex materials.
Diffstat (limited to 'src/mesa/x86/sse_xform2.S')
-rw-r--r--src/mesa/x86/sse_xform2.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/x86/sse_xform2.S b/src/mesa/x86/sse_xform2.S
index 91b82e7297..b490d4c169 100644
--- a/src/mesa/x86/sse_xform2.S
+++ b/src/mesa/x86/sse_xform2.S
@@ -186,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 */