aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/ppu/cell_spu.h
Commit message (Collapse)AuthorAgeFilesLines
* cell: don't include libmisc.hBrian Paul2008-10-281-1/+0
| | | | Doesn't seem to be needed and fixes compilation with SDK 3.1 beta.
* cell: include pthread.hBrian Paul2008-10-221-0/+1
|
* cell: use CELL_MAX_SPUS consistently.Brian Paul2008-10-151-5/+3
|
* cell: remove some old, pre-batchbuffer stuffBrian Paul2008-10-151-2/+1
|
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
| | | | | | | | | Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks.
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+82
This is in a separate commit to ensure renames are properly preserved.