gallium: Remove ppc asm backend
authorAdam Jackson <ajax@redhat.com>
Wed, 2 Jan 2013 17:44:49 +0000 (12:44 -0500)
committerAdam Jackson <ajax@redhat.com>
Sun, 20 Jan 2013 22:12:47 +0000 (17:12 -0500)
commit30530ee9acc356ea94466e9d71661068f4787433
treefbbf1c3939c9759e60dcadad193b589e3de1e62f
parent410b58c7bfcebbc866d2dc4ab32c6f23b55d383b
gallium: Remove ppc asm backend

The vs part hasn't been wired up since tgsi_sse2 was disabled in:

    commit 4eb3225b38ce12cb34ab3d90804c9683bd7b4ed3
    Author: José Fonseca <jose.r.fonseca@gmail.com>
    Date:   Tue Nov 8 00:10:47 2011 +0000

Remove tgsi_sse2.

And it would certainly not work correctly in its current state:

draw/draw_vs_ppc.c: In function ‘draw_create_vs_ppc’:
draw/draw_vs_ppc.c:190:24: warning: assignment from incompatible pointer
type [enabled by default]

As with the sse2 backend, this should be done in llvm anyway.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/draw/draw_vs.h
src/gallium/auxiliary/draw/draw_vs_ppc.c [deleted file]
src/gallium/auxiliary/rtasm/rtasm_ppc.c [deleted file]
src/gallium/auxiliary/rtasm/rtasm_ppc.h [deleted file]
src/gallium/auxiliary/tgsi/tgsi_ppc.c [deleted file]
src/gallium/auxiliary/tgsi/tgsi_ppc.h [deleted file]