Browse Source

Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0"

This reverts commit 4c31632817.
tags/7.8-rc1
Pauli Nieminen 15 years ago
parent
commit
66d09e4a2a
2 changed files with 0 additions and 2 deletions
  1. 0
    1
      src/mesa/x86/sse_xform2.S
  2. 0
    1
      src/mesa/x86/sse_xform3.S

+ 0
- 1
src/mesa/x86/sse_xform2.S View File

@@ -186,7 +186,6 @@ 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 */

+ 0
- 1
src/mesa/x86/sse_xform3.S View File

@@ -198,7 +198,6 @@ GLNAME(_mesa_sse_transform_points3_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 */

Loading…
Cancel
Save