OSDN Git Service

3dnow normalize_normals broken, disable
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 19 Nov 2001 13:52:41 +0000 (13:52 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 19 Nov 2001 13:52:41 +0000 (13:52 +0000)
src/mesa/x86/3dnow.c

index 37346a8..79fe879 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: 3dnow.c,v 1.19 2001/03/30 14:44:43 gareth Exp $ */
+/* $Id: 3dnow.c,v 1.20 2001/11/19 13:52:41 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -80,7 +80,9 @@ void _mesa_init_3dnow_transform_asm( void )
    ASSIGN_XFORM_GROUP( 3dnow, 3 );
    ASSIGN_XFORM_GROUP( 3dnow, 4 );
 
-   ASSIGN_NORM_GROUP( 3dnow );
+/* Normalize_normals is broken - disable
+ */
+/*     ASSIGN_NORM_GROUP( 3dnow ); */
 
 #ifdef DEBUG
    _math_test_all_transform_functions( "3DNow!" );