aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: invalidate cache view when swizzles are different.Dave Airlie2010-05-031-1/+15
* softpipe: Make softpipe transfers in-order.José Fonseca2010-04-251-1/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-13/+13
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-19/+14
|\
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-5/+6
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-18/+12
* | gallium: pipe_get_tile_swizzle() accepts format parameter.Michal Krol2010-03-101-0/+2
* | softpipe: Implement sampler view swizzling.Michal Krol2010-03-021-8/+21
|/
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * softpipe: Remove unnecessary headers.Vinson Lee2010-01-201-1/+0
* | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-3/+4
|/
* Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell2009-08-231-11/+10
* softpipe: split texture and surface tile cachesKeith Whitwell2009-08-181-0/+274