summaryrefslogtreecommitdiffstats
path: root/configs/linux-cell
Commit message (Collapse)AuthorAgeFilesLines
* Port to libspe2Ian Romanick2007-12-111-1/+1
| | | | | | libspe is deprecated in Cell SDK 2.1, and it is removed in Cell SDK 3.0. This patch ports the existing libspe-based code to libspe2. Some error checking (eh-hem) would be nice.
* Remove '-include altivec.h'.Ian Romanick2007-12-111-1/+1
| | | | | Including altivec.h caused problems in some places that use "pixel" as a variable name.
* remove -Wall, add -DGALLIUM_CELLBrian2007-12-101-1/+1
|
* Add dependency checking for Cell driver sources.Brian2007-12-051-0/+3
|
* added -fPICBrian2007-12-021-1/+1
|
* don't build libglwBrian2007-12-021-0/+4
|
* Initial Cell driver infrastructure.Brian2007-12-021-0/+37
No real code yet. Just stand-ins and make/build infrastructure.