From d387899388bd7090bda50593e35f8ed3cb730c47 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 20 Jan 2012 16:01:38 -0500 Subject: Remove src/mesa/ppc It didn't actually do anything except modify the GL_RENDERER string. --- src/mesa/math/m_xform.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mesa/math') 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 -- cgit v1.2.3