projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21f80ba
)
replaced #ifdef 0 with #if 0
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 31 May 2001 23:06:01 +0000
(23:06 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 31 May 2001 23:06:01 +0000
(23:06 +0000)
src/mesa/x86/x86.c
patch
|
blob
|
history
diff --git
a/src/mesa/x86/x86.c
b/src/mesa/x86/x86.c
index 03104d5370e225822c1622947ad120b1bdb66d67..9d71fe43148437ef30736713df13bb52c3fb3b0b 100644
(file)
--- a/
src/mesa/x86/x86.c
+++ b/
src/mesa/x86/x86.c
@@
-1,4
+1,4
@@
-/* $Id: x86.c,v 1.2
3 2001/05/21 16:33:41 gareth
Exp $ */
+/* $Id: x86.c,v 1.2
4 2001/05/31 23:06:01 brianp
Exp $ */
/*
* Mesa 3-D graphics library
@@
-101,7
+101,7
@@
void _mesa_init_x86_vertex_asm( void )
_mesa_xform_points3_v16_general = _mesa_v16_x86_general_xform;
_mesa_cliptest_points4_v16 = _mesa_v16_x86_cliptest_points4;
-#if
def
0 /* DEBUG */
+#if 0 /* DEBUG */
_math_test_all_vertex_functions( "x86" );
#endif
#endif