mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0"
This reverts commit 4c31632817.
This commit is contained in:
parent
f1afb352da
commit
9d9c1f17dc
2 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Reference in a new issue