Module: Mesa
Branch: master
Commit: 81e366c65949292ab9a70e518ab5487e639db255
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=81e366c65949292ab9a70e518ab5487e639db255

Author: Brian Paul <[email protected]>
Date:   Wed Mar  4 15:39:50 2009 -0700

mesa: rename common_x86_macros.h -> x86_xform.h

---

 src/mesa/x86-64/x86-64.c                          |    2 +-
 src/mesa/x86/3dnow.c                              |    2 +-
 src/mesa/x86/sse.c                                |    2 +-
 src/mesa/x86/x86_xform.c                          |    2 +-
 src/mesa/x86/{common_x86_macros.h => x86_xform.h} |    4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/mesa/x86-64/x86-64.c b/src/mesa/x86-64/x86-64.c
index 96f8da8..ac176ef 100644
--- a/src/mesa/x86-64/x86-64.c
+++ b/src/mesa/x86-64/x86-64.c
@@ -35,7 +35,7 @@
 #include "math/m_xform.h"
 #include "tnl/t_context.h"
 #include "x86-64.h"
-#include "../x86/common_x86_macros.h"
+#include "../x86/x86_xform.h"
 
 #ifdef DEBUG
 #include "math/m_debug.h"
diff --git a/src/mesa/x86/3dnow.c b/src/mesa/x86/3dnow.c
index c037a61..de2fb1e 100644
--- a/src/mesa/x86/3dnow.c
+++ b/src/mesa/x86/3dnow.c
@@ -34,7 +34,7 @@
 #include "tnl/t_context.h"
 
 #include "3dnow.h"
-#include "common_x86_macros.h"
+#include "x86_xform.h"
 
 #ifdef DEBUG_MATH
 #include "math/m_debug.h"
diff --git a/src/mesa/x86/sse.c b/src/mesa/x86/sse.c
index 1c18538..aef15b5 100644
--- a/src/mesa/x86/sse.c
+++ b/src/mesa/x86/sse.c
@@ -33,7 +33,7 @@
 #include "tnl/t_context.h"
 
 #include "sse.h"
-#include "common_x86_macros.h"
+#include "x86_xform.h"
 
 #ifdef DEBUG_MATH
 #include "math/m_debug.h"
diff --git a/src/mesa/x86/x86_xform.c b/src/mesa/x86/x86_xform.c
index c2df5e3..b2f54b2 100644
--- a/src/mesa/x86/x86_xform.c
+++ b/src/mesa/x86/x86_xform.c
@@ -33,7 +33,7 @@
 #include "tnl/t_context.h"
 
 #include "x86.h"
-#include "common_x86_macros.h"
+#include "x86_xform.h"
 #include "common_x86_asm.h"
 
 #ifdef DEBUG_MATH
diff --git a/src/mesa/x86/common_x86_macros.h b/src/mesa/x86/x86_xform.h
similarity index 98%
rename from src/mesa/x86/common_x86_macros.h
rename to src/mesa/x86/x86_xform.h
index 462f32b..e886d9a 100644
--- a/src/mesa/x86/common_x86_macros.h
+++ b/src/mesa/x86/x86_xform.h
@@ -26,8 +26,8 @@
  *    Gareth Hughes
  */
 
-#ifndef __COMMON_X86_MACROS_H__
-#define __COMMON_X86_MACROS_H__
+#ifndef X86_XFORM_H
+#define X86_XFORM_H
 
 
 /* =============================================================

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to