summaryrefslogtreecommitdiffstats
path: root/src/mesa/ppc
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Fix typo, PPC_FEATURE_HAS_ALTIVEC not PPC_FEATURES_...Michel Dänzer2008-10-231-1/+1
|
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-182-0/+6
| | | | | This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code...
* 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. :)