X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fx86%2Fx86.c;h=6b74e9e375f2196e4bf23b90b43c99e706bdb79d;hb=81a22ef53953d950052c7bd5a282e96107a25f24;hp=16586b9727df9d245ebe987944fa8c00e5352d43;hpb=f2802c40fff686301a7ff99f0a0b1c57d5cf5625;p=mesa.git diff --git a/src/mesa/x86/x86.c b/src/mesa/x86/x86.c index 16586b9727d..6b74e9e375f 100644 --- a/src/mesa/x86/x86.c +++ b/src/mesa/x86/x86.c @@ -1,4 +1,4 @@ -/* $Id: x86.c,v 1.25 2002/04/09 14:58:03 keithw Exp $ */ +/* $Id: x86.c,v 1.26 2005/10/07 17:18:52 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -36,7 +36,7 @@ #include "x86.h" #include "common_x86_macros.h" -#ifdef DEBUG +#ifdef DEBUG_MATH #include "math/m_debug.h" #endif @@ -87,7 +87,7 @@ void _mesa_init_x86_transform_asm( void ) _mesa_clip_tab[4] = _mesa_x86_cliptest_points4; _mesa_clip_np_tab[4] = _mesa_x86_cliptest_points4_np; -#ifdef DEBUG +#ifdef DEBUG_MATH _math_test_all_transform_functions( "x86" ); _math_test_all_cliptest_functions( "x86" ); #endif