summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-27softpipe: s/Elements/ARRAY_SIZE/Brian Paul1-5/+5
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2015-05-13softpipe: enable ARB_texture_viewRoland Scheidegger1-7/+4
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-05-22softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZERoland Scheidegger1-14/+14
2013-03-14softpipe: fix up NUM_ENTRIES confusionBrian Paul1-6/+6
2012-10-11gallium: unify transfer functionsMarek Olšák1-27/+14
2012-10-11softpipe: remove unused functionsMarek Olšák1-19/+0
2011-10-12softpipe: fix regression with tex tile cache since integer support.Dave Airlie1-2/+3
2011-10-11softpipe: add integer supportDave Airlie1-6/+26
2011-01-28softpipe: fix array textures to use resource array_sizeBrian Paul1-4/+13
2011-01-22gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul1-15/+10
2010-12-16softpipe: remove sp_tex_tile_cache_border_color()Brian Paul1-23/+0
2010-12-16softpipe: fix depth texture sampling regressionBrian Paul1-9/+17
2010-12-14softpipe: do texture swizzle during texture samplingBrian Paul1-12/+8
2010-12-02softpipe: increase max texture size to 16KBrian Paul1-0/+3
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-9/+8
2010-09-27softpipe: fix swizzling of texture border colorBrian Paul1-0/+20
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache().Michal Krol1-11/+13
2010-05-03softpipe: invalidate cache view when swizzles are different.Dave Airlie1-1/+15
2010-04-25softpipe: Make softpipe transfers in-order.José Fonseca1-1/+2
2010-04-10Squashed commit of the following:Keith Whitwell1-13/+13
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-19/+14
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-5/+6
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-18/+12
2010-03-10gallium: pipe_get_tile_swizzle() accepts format parameter.Michal Krol1-0/+2
2010-03-02softpipe: Implement sampler view swizzling.Michal Krol1-8/+21
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee1-1/+0
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell1-3/+4
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell1-0/+273
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell1-0/+274