summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
AgeCommit message (Expand)Author
2011-01-28softpipe: fix array textures to use resource array_sizeBrian Paul
2011-01-22gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul
2010-12-16softpipe: remove sp_tex_tile_cache_border_color()Brian Paul
2010-12-16softpipe: fix depth texture sampling regressionBrian Paul
2010-12-14softpipe: do texture swizzle during texture samplingBrian Paul
2010-12-02softpipe: increase max texture size to 16KBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-27softpipe: fix swizzling of texture border colorBrian Paul
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache().Michal Krol
2010-05-03softpipe: invalidate cache view when swizzles are different.Dave Airlie
2010-04-25softpipe: Make softpipe transfers in-order.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10gallium: pipe_get_tile_swizzle() accepts format parameter.Michal Krol
2010-03-02softpipe: Implement sampler view swizzling.Michal Krol
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell