summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-5/+5
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* softpipe: enable ARB_texture_viewRoland Scheidegger2015-05-131-7/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZERoland Scheidegger2013-05-221-14/+14
* softpipe: fix up NUM_ENTRIES confusionBrian Paul2013-03-141-6/+6
* gallium: unify transfer functionsMarek Olšák2012-10-111-27/+14
* softpipe: remove unused functionsMarek Olšák2012-10-111-19/+0
* softpipe: fix regression with tex tile cache since integer support.Dave Airlie2011-10-121-2/+3
* softpipe: add integer supportDave Airlie2011-10-111-6/+26
* 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