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

Author: José Fonseca <[email protected]>
Date:   Wed Mar  3 10:54:35 2010 +0000

gallivm: Rename lp_bld_misc -> lp_bld_init.

---

 src/gallium/auxiliary/Makefile                     |    2 +-
 src/gallium/auxiliary/SConscript                   |    2 +-
 .../gallivm/{lp_bld_misc.cpp => lp_bld_init.cpp}   |    2 +-
 .../gallivm/{lp_bld_misc.h => lp_bld_init.h}       |    6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 60f9c2a..1d0930e 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -158,7 +158,7 @@ GALLIVM_SOURCES = \
         gallivm/lp_bld_type.c
 
 GALLIVM_CPP_SOURCES = \
-        gallivm/lp_bld_misc.cpp
+        gallivm/lp_bld_init.cpp
 
 GENERATED_SOURCES = \
        indices/u_indices_gen.c \
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index 47de50b..f365c4b 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -192,7 +192,7 @@ if drawllvm:
     'gallivm/lp_bld_interp.c',
     'gallivm/lp_bld_intr.c',
     'gallivm/lp_bld_logic.c',
-    'gallivm/lp_bld_misc.cpp',
+    'gallivm/lp_bld_init.cpp',
     'gallivm/lp_bld_pack.c',
     'gallivm/lp_bld_sample.c',
     'gallivm/lp_bld_sample_soa.c',
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp 
b/src/gallium/auxiliary/gallivm/lp_bld_init.cpp
similarity index 98%
rename from src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
rename to src/gallium/auxiliary/gallivm/lp_bld_init.cpp
index 6e79438..6b559db 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
+++ b/src/gallium/auxiliary/gallivm/lp_bld_init.cpp
@@ -28,7 +28,7 @@
 
 #include "pipe/p_config.h"
 
-#include "lp_bld_misc.h"
+#include "lp_bld_init.h"
 
 
 #ifndef LLVM_NATIVE_ARCH
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.h 
b/src/gallium/auxiliary/gallivm/lp_bld_init.h
similarity index 95%
rename from src/gallium/auxiliary/gallivm/lp_bld_misc.h
rename to src/gallium/auxiliary/gallivm/lp_bld_init.h
index 0e787e0..6a8ab8e 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_misc.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_init.h
@@ -26,8 +26,8 @@
  **************************************************************************/
 
 
-#ifndef LP_BLD_MISC_H
-#define LP_BLD_MISC_H
+#ifndef LP_BLD_INIT_H
+#define LP_BLD_INIT_H
 
 
 #include "llvm/Config/config.h"
@@ -53,4 +53,4 @@ LLVMInitializeNativeTarget(void);
 #endif
 
 
-#endif /* !LP_BLD_MISC_H */
+#endif /* !LP_BLD_INIT_H */

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

Reply via email to