aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/spu/spu_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* cell: use simd utilities for pow, exp2, log2Brian Paul2008-10-291-22/+6
* cell: clean up various texture-related thingsBrian Paul2008-10-161-4/+30
* cell: support for cubemapsBrian Paul2008-10-141-1/+1
* cell: basic mipmap filtering works nowBrian Paul2008-10-141-1/+1
* cell: initial work for mipmap texture filteringBrian Paul2008-10-131-0/+1
* cell: remove old texture codeBrian Paul2008-10-131-19/+0
* cell: do texture sampling/filtering for four pixels at a time.Brian Paul2008-10-131-0/+4
* cell: pass texture unit (sampler number) to txp() functionBrian Paul2008-10-101-2/+3
* cell: implement basic TXP instruction in fragment shadersBrian Paul2008-10-091-7/+44
* cell: implement more built-in shader functions, link spu code with -lmBrian Paul2008-10-081-21/+44
* cell: stub-out sin/cos function bodies to avoid trashing caller's stack for nowBrian Paul2008-09-261-0/+10
* cell: checkpoint: support for function calls in SPU shadersBrian Paul2008-09-261-0/+106