aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/spu/spu_dcache.c
Commit message (Expand)AuthorAgeFilesLines
* cell: add new debug flag (cache) to report texture cache stats on exitBrian Paul2008-10-171-1/+3
* cell: enable #define CACHE_STATS to print a cache report upon exitBrian2008-04-011-0/+18
* cell: Fix off-by-one error in spu_dcache_fetch_unalignedIan Romanick2008-02-251-18/+32
* Cell: Use multiple DMA tags for the dcache.Ian Romanick2008-02-251-1/+1
* Cell: Initial scalar implementation of spu_dcache_mark_dirtyIan Romanick2008-02-211-6/+16
* Cell: Fix off-by-one error in spu_dcache_fetch_unalignedIan Romanick2008-02-211-2/+3
* Cell: Initial pass at unified data cacheIan Romanick2008-02-211-0/+100