projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f766b7
)
3dnow normalize_normals broken, disable
author
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 19 Nov 2001 13:52:41 +0000
(13:52 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 19 Nov 2001 13:52:41 +0000
(13:52 +0000)
src/mesa/x86/3dnow.c
patch
|
blob
|
history
diff --git
a/src/mesa/x86/3dnow.c
b/src/mesa/x86/3dnow.c
index 37346a8b7b364c763c546fb2523e3f9a52764d04..79fe87985d1630ec579128c883447b9e71bfc33e 100644
(file)
--- 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!" );