summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/Makefile
AgeCommit message (Collapse)Author
2008-02-05Cell: remove accidentally added OPT_FLAGS linesBrian
2008-02-04Cell: some basic blending codeBrian
2008-02-01Cell: use global color_shuffle to remove a switch stmntBrian
2008-01-30Initial pass at vertex shader on SPU using TGSI VMIan Romanick
All of the code is wired in on the SPU side, but it is not called from the PPU yet. Instruction / declaration fetch still needs to be implemented in spu_exec.c.
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.