diff options
author | Brian Paul <[email protected]> | 2008-10-22 11:07:35 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-22 11:07:35 -0600 |
commit | 70f4ad44985e3ec6dabc1b0e55a5bf85803a4cd4 (patch) | |
tree | ac4e9c250b52750465358ec1df028502b5024d15 /src/gallium/auxiliary/tgsi/Makefile | |
parent | 049f57f86a2cb8ff08fba819c581a034ca7ea52c (diff) |
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.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/Makefile')
-rw-r--r-- | src/gallium/auxiliary/tgsi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/Makefile b/src/gallium/auxiliary/tgsi/Makefile index c7155a93168..d7df9490cfa 100644 --- a/src/gallium/auxiliary/tgsi/Makefile +++ b/src/gallium/auxiliary/tgsi/Makefile @@ -11,6 +11,7 @@ C_SOURCES = \ tgsi_info.c \ tgsi_iterate.c \ tgsi_parse.c \ + tgsi_ppc.c \ tgsi_scan.c \ tgsi_sse2.c \ tgsi_text.c \ |