OSDN Git Service

gallium: TGSI to PPC code generation
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 22 Oct 2008 17:07:35 +0000 (11:07 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 22 Oct 2008 17:07:35 +0000 (11:07 -0600)
commit70f4ad44985e3ec6dabc1b0e55a5bf85803a4cd4
treeac4e9c250b52750465358ec1df028502b5024d15
parent049f57f86a2cb8ff08fba819c581a034ca7ea52c
gallium: TGSI to PPC code generation

Based on the TGSIto SSE2 code generator.
Incomplete and lots of SSE stuff still hanging around but the basic dozen
or so TGSI opcodes are functioning.
src/gallium/auxiliary/tgsi/Makefile
src/gallium/auxiliary/tgsi/tgsi_ppc.c [new file with mode: 0644]
src/gallium/auxiliary/tgsi/tgsi_ppc.h [new file with mode: 0644]