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