diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-11-19 13:52:41 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-11-19 13:52:41 +0000 |
commit | d3be9827839efc26516a0f90d7415e2d7b305fb0 (patch) | |
tree | 6a54ce526ca65ebc056f9ce8b985264358e5f9bb /src/mesa/x86/3dnow.c | |
parent | 3f766b7a89cfb63867857fc3d97f8dca50895981 (diff) |
3dnow normalize_normals broken, disable
Diffstat (limited to 'src/mesa/x86/3dnow.c')
-rw-r--r-- | src/mesa/x86/3dnow.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/x86/3dnow.c b/src/mesa/x86/3dnow.c index 37346a8b7b..79fe87985d 100644 --- a/src/mesa/x86/3dnow.c +++ b/src/mesa/x86/3dnow.c @@ -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!" ); |