On 01/17/2013 01:00 PM, Adam Jackson wrote:
The vs part hasn't been wired up since tgsi_sse2 was disabled in:
commit 4eb3225b38ce12cb34ab3d90804c9683bd7b4ed3
Author: José Fonseca<jose.r.fons...@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.
Signed-off-by: Adam Jackson<a...@redhat.com>
---
src/gallium/auxiliary/Makefile.sources | 3 -
src/gallium/auxiliary/draw/draw_vs.h | 5 -
src/gallium/auxiliary/draw/draw_vs_ppc.c | 240 ------
src/gallium/auxiliary/rtasm/rtasm_ppc.c | 1077 -----------------------
src/gallium/auxiliary/rtasm/rtasm_ppc.h | 342 --------
src/gallium/auxiliary/tgsi/tgsi_ppc.c | 1359 ------------------------------
src/gallium/auxiliary/tgsi/tgsi_ppc.h | 51 --
7 files changed, 3077 deletions(-)
delete mode 100644 src/gallium/auxiliary/draw/draw_vs_ppc.c
delete mode 100644 src/gallium/auxiliary/rtasm/rtasm_ppc.c
delete mode 100644 src/gallium/auxiliary/rtasm/rtasm_ppc.h
delete mode 100644 src/gallium/auxiliary/tgsi/tgsi_ppc.c
delete mode 100644 src/gallium/auxiliary/tgsi/tgsi_ppc.h
Reviewed-by: Brian Paul <bri...@vmware.com>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev