summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_tex_cache.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Remove debug printf.José Fonseca2009-12-041-1/+0
* gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-021-1/+1
* gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-2/+3
* llvmpipe: Silent debug statement.José Fonseca2009-09-071-1/+1
* 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