intel: Bump driver date to reflect status as final Q4 driver RC
[mesa.git] / src / mesa / x86 / 3dnow.c
index c0a4e7a1751aed0df6572f67bc546a3c050f1cd7..de2fb1e2aadb349ed14270777dd53469a0d4cc18 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: 3dnow.c,v 1.23 2003/03/29 16:38:37 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * Holger Waechtler <holger@akaflieg.extern.tu-berlin.de>
  */
 
-#include "glheader.h"
-#include "context.h"
+#include "main/glheader.h"
+#include "main/context.h"
 #include "math/m_xform.h"
 #include "tnl/t_context.h"
 
 #include "3dnow.h"
-#include "common_x86_macros.h"
+#include "x86_xform.h"
 
-#ifdef DEBUG
+#ifdef DEBUG_MATH
 #include "math/m_debug.h"
 #endif
 
@@ -84,7 +83,7 @@ void _mesa_init_3dnow_transform_asm( void )
    ASSIGN_NORM_GROUP( 3dnow );
    */
 
-#ifdef DEBUG
+#ifdef DEBUG_MATH
    _math_test_all_transform_functions( "3DNow!" );
    _math_test_all_normal_transform_functions( "3DNow!" );
 #endif