summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu/spu_funcs.h
AgeCommit message (Collapse)Author
2008-09-26cell: checkpoint: support for function calls in SPU shadersBrian Paul
Will be used for instructions like SIN/COS/POW/TEX/etc. The PPU needs to know the address of some functions in the SPU address space. Send that info to the PPU/main memory rather than patch up shaders on the SPU side. Not finished/tested yet...