Mesa (gallium-0.2): gallium: implement tests for PPC/PPC64

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 22 17:15:51 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 7004582c1894ede839c44e292b413fe4916d7e9e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7004582c1894ede839c44e292b413fe4916d7e9e

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Oct 21 14:12:17 2008 -0600

gallium: implement tests for PPC/PPC64

---

 src/gallium/include/pipe/p_config.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h
index ef05547..05cbd2f 100644
--- a/src/gallium/include/pipe/p_config.h
+++ b/src/gallium/include/pipe/p_config.h
@@ -93,8 +93,11 @@
 #endif
 #endif
 
-#if 0 /* FIXME */
+#if defined(__PPC__)
 #define PIPE_ARCH_PPC
+#if defined(__PPC64__)
+#define PIPE_ARCH_PPC_64
+#endif
 #endif
 
 




More information about the mesa-commit mailing list