summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/spu_exec.c
AgeCommit message (Expand)Author
2008-02-05Use _transpose_matrix4x4 from Cell SDK instead of my own versionIan Romanick
2008-02-05More semi-trivial vectorization in the shader VMIan Romanick
2008-02-05Vectorize all micro opsIan Romanick
2008-01-30Implement micro_pow and micro_sqrtIan Romanick
2008-01-30Fetch uniforms from main memory.Ian Romanick
2008-01-30Missing amperstand in previous commit. Oops.Ian Romanick
2008-01-30Pass ptr to local memory copy instead of main memory to exec_instructionIan Romanick
2008-01-30Initial pass at instruction / declaration fetchIan Romanick
2008-01-30Initial pass at vertex shader on SPU using TGSI VMIan Romanick