summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu/spu_funcs.c
AgeCommit message (Expand)Author
2010-01-12gallium: Simplify PIPE_ALIGN_VAR.José Fonseca
2010-01-12gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca
2008-10-29cell: use simd utilities for pow, exp2, log2Brian Paul
2008-10-16cell: clean up various texture-related thingsBrian Paul
2008-10-14cell: support for cubemapsBrian Paul
2008-10-14cell: basic mipmap filtering works nowBrian Paul
2008-10-13cell: initial work for mipmap texture filteringBrian Paul
2008-10-13cell: remove old texture codeBrian Paul
2008-10-13cell: do texture sampling/filtering for four pixels at a time.Brian Paul
2008-10-10cell: pass texture unit (sampler number) to txp() functionBrian Paul
2008-10-09cell: implement basic TXP instruction in fragment shadersBrian Paul
2008-10-08cell: implement more built-in shader functions, link spu code with -lmBrian Paul
2008-09-26cell: stub-out sin/cos function bodies to avoid trashing caller's stack for nowBrian Paul
2008-09-26cell: checkpoint: support for function calls in SPU shadersBrian Paul