summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu/spu_dcache.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-17cell: add new debug flag (cache) to report texture cache stats on exitBrian Paul1-1/+3
2008-04-01cell: enable #define CACHE_STATS to print a cache report upon exitBrian1-0/+18
2008-02-25cell: Fix off-by-one error in spu_dcache_fetch_unalignedIan Romanick1-18/+32
2008-02-25Cell: Use multiple DMA tags for the dcache.Ian Romanick1-1/+1
2008-02-21Cell: Initial scalar implementation of spu_dcache_mark_dirtyIan Romanick1-6/+16
2008-02-21Cell: Fix off-by-one error in spu_dcache_fetch_unalignedIan Romanick1-2/+3
2008-02-21Cell: Initial pass at unified data cacheIan Romanick1-0/+100