summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_tex_cache.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Texture cache in 4 ubytes instead of 4 floats.José Fonseca2009-08-301-4/+4
* llvmpipe: Use util_format_read_4f to read texture tiles.José Fonseca2009-08-301-6/+17
* llvmpipe: Texture cache is read-only. No need to flush.José Fonseca2009-08-301-39/+0
* llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca2009-08-291-0/+332