aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_ppc.h
Commit message (Collapse)AuthorAgeFilesLines
* gallium: new PPC built-in constants arrayBrian Paul2008-10-221-0/+3
| | | | It's hard to form PPC vector immediates so load them from an array.
* gallium: TGSI to PPC code generationBrian Paul2008-10-221-0/+48
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.