summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu/spu_texture.c
AgeCommit message (Expand)Author
2008-10-13cell: initial work for mipmap texture filteringBrian Paul
2008-10-13cell: use fewer memory references in sample_texture4_bilinear_2()Brian Paul
2008-10-13cell: remove more old texture codeBrian Paul
2008-10-13cell: bilinear texture filtering using integer arithmeticBrian 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-09-11cell: added cast in spu_splats() callBrian Paul
2008-04-03cell: added some comments/ideas about better texture samplingBrian
2008-04-03cell: minor texture improvementsBrian
2008-04-01cell: more multi-texture fixes (mostly working now)Brian
2008-04-01cell: pass tex unit to get_texel()Brian
2008-04-01cell: checkpoint: more multi-texture workBrian
2008-03-31cell: more work for multi-texture supportBrian
2008-03-31cell: initial work to support multi-textureBrian
2008-02-27cell: Use unified data cache for textures tooIan Romanick
2008-02-15Code reorganization: move files into their places.José Fonseca