summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/spu/spu_texture.c
Commit message (Expand)AuthorAgeFilesLines
* cell: support NPOT textures, clamp/repeat mode, normalized/unorm texcoordsBrian Paul2008-10-141-33/+66
* cell: fix broken negative texcoord conversionBrian Paul2008-10-141-4/+4
* cell: use minify vs magnify filtersBrian Paul2008-10-141-9/+13
* cell: basic mipmap filtering works nowBrian Paul2008-10-141-50/+56
* cell: initial work for mipmap texture filteringBrian Paul2008-10-131-31/+89
* cell: use fewer memory references in sample_texture4_bilinear_2()Brian Paul2008-10-131-25/+31
* cell: remove more old texture codeBrian Paul2008-10-131-26/+0
* cell: bilinear texture filtering using integer arithmeticBrian Paul2008-10-131-0/+144
* cell: remove old texture codeBrian Paul2008-10-131-82/+6
* cell: do texture sampling/filtering for four pixels at a time.Brian Paul2008-10-131-4/+121
* cell: added cast in spu_splats() callBrian Paul2008-09-111-1/+1
* cell: added some comments/ideas about better texture samplingBrian2008-04-031-1/+17
* cell: minor texture improvementsBrian2008-04-031-10/+22
* cell: more multi-texture fixes (mostly working now)Brian2008-04-011-3/+2
* cell: pass tex unit to get_texel()Brian2008-04-011-3/+2
* cell: checkpoint: more multi-texture workBrian2008-04-011-4/+2
* cell: more work for multi-texture supportBrian2008-03-311-12/+12
* cell: initial work to support multi-textureBrian2008-03-311-11/+18
* cell: Use unified data cache for textures tooIan Romanick2008-02-271-116/+68
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+217