fix incorrect texcoord attribute index
[mesa.git] / src / mesa / x86 / x86.c
index b2b442c87e28c15ae4297b4267f0988e61b9649c..16586b9727df9d245ebe987944fa8c00e5352d43 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: x86.c,v 1.22 2001/05/13 18:55:15 gareth Exp $ */
+/* $Id: x86.c,v 1.25 2002/04/09 14:58:03 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -30,7 +30,6 @@
 
 #include "glheader.h"
 #include "context.h"
-#include "math/m_vertices.h"
 #include "math/m_xform.h"
 #include "tnl/t_context.h"
 
@@ -90,18 +89,8 @@ void _mesa_init_x86_transform_asm( void )
 
 #ifdef DEBUG
    _math_test_all_transform_functions( "x86" );
+   _math_test_all_cliptest_functions( "x86" );
 #endif
 #endif
 }
 
-void _mesa_init_x86_vertex_asm( void )
-{
-#ifdef USE_X86_ASM
-   _mesa_xform_points3_v16_general = _mesa_v16_x86_general_xform;
-   _mesa_cliptest_points4_v16 = _mesa_v16_x86_cliptest_points4;
-
-#ifdef DEBUG
-   _math_test_all_vertex_functions( "x86" );
-#endif
-#endif
-}