aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: fix array textures to use resource array_sizeBrian Paul2011-01-281-4/+13
* gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul2011-01-221-15/+10
* softpipe: remove sp_tex_tile_cache_border_color()Brian Paul2010-12-161-23/+0
* softpipe: fix depth texture sampling regressionBrian Paul2010-12-161-9/+17
* softpipe: do texture swizzle during texture samplingBrian Paul2010-12-141-12/+8
* softpipe: increase max texture size to 16KBrian Paul2010-12-021-0/+3
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-9/+8
* softpipe: fix swizzling of texture border colorBrian Paul2010-09-271-0/+20
* softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache().Michal Krol2010-07-231-11/+13
* 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