summaryrefslogtreecommitdiffstats
path: root/src/mesa/ppc
Commit message (Collapse)AuthorAgeFilesLines
* Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca2008-02-192-699/+0
| | | | Moving files since these are not being used outside gallium.
* Correct the convert to and from float instructionsIan Romanick2008-02-152-4/+42
|
* More name typeo fixes.Ian Romanick2008-02-142-16/+16
|
* s/spu_/spe_/g Ugh.Ian Romanick2008-02-141-99/+99
|
* Real-time assembler for Cell SPE.Ian Romanick2008-02-142-0/+661
|
* Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick2004-10-132-0/+139
drivers built on PowerPC systems should now show things like "PowerPC" or "PowerPC/Altivec" in the GL_RENDERER string. The VMX moniker is used for Altivec/Velocity Engine/VMX SIMD additions. I chose this not because I work for IBM but because it's a LOT shorter to type. :)