summaryrefslogtreecommitdiff
path: root/src/mesa/math
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-01-20 16:01:38 -0500
committerMatt Turner <mattst88@gmail.com>2012-01-21 22:43:54 -0500
commitd387899388bd7090bda50593e35f8ed3cb730c47 (patch)
treec8f5b6babbaf8ba242d96c92a7c1bd966fd2dd67 /src/mesa/math
parent309ba0cfa2bbd79307ea73f3fefe77de8bf94c35 (diff)
Remove src/mesa/ppc
It didn't actually do anything except modify the GL_RENDERER string.
Diffstat (limited to 'src/mesa/math')
-rw-r--r--src/mesa/math/m_xform.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c
index 369f2c6e957..61ad3c7533a 100644
--- a/src/mesa/math/m_xform.c
+++ b/src/mesa/math/m_xform.c
@@ -58,10 +58,6 @@
#include "sparc/sparc.h"
#endif
-#ifdef USE_PPC_ASM
-#include "ppc/common_ppc_features.h"
-#endif
-
clip_func _mesa_clip_tab[5];
clip_func _mesa_clip_np_tab[5];
dotprod_func _mesa_dotprod_tab[5];
@@ -120,8 +116,6 @@ _math_init_transformation( void )
_mesa_init_all_x86_transform_asm();
#elif defined( USE_SPARC_ASM )
_mesa_init_all_sparc_transform_asm();
-#elif defined( USE_PPC_ASM )
- _mesa_init_all_ppc_transform_asm();
#elif defined( USE_X86_64_ASM )
_mesa_init_all_x86_64_transform_asm();
#endif