summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/Makefile
AgeCommit message (Collapse)Author
2008-01-28Cell: move cmd_render() into new spu_render.c fileBrian
2008-01-28Cell: basic texture mappingBrian
Texture images are tiled in PPU code. SPUs use a texture cache for getting texels from textures. This is very rough code, but demos/texcyl.c works.
2008-01-21Cell: added asmfiles ruleBrian
2008-01-12Cell: prefix SPU sources with spu_Brian
2008-01-10Cell: move tile-related code into new tile.[ch] files.Brian
2007-12-10remove ~ backup filesBrian
2007-12-05Add dependency checking for Cell driver sources.Brian
2007-12-02Initial Cell driver infrastructure.Brian
No real code yet. Just stand-ins and make/build infrastructure.