summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tile_cache.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-11softpipe: add layering to the surface tile cache.Dave Airlie1-8/+11
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2012-10-11gallium: unify transfer functionsMarek Olšák1-6/+0
2012-01-03softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand1-2/+3
2011-10-11softpipe: add integer supportDave Airlie1-2/+5
2010-12-02softpipe: increase max texture size to 16KBrian Paul1-11/+11
2010-10-23softpipe: remove >32bpp color restrictionBrian Paul1-1/+1
2010-09-27softpipe: allocate tile data on demandBrian Paul1-4/+5
2010-04-25softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca1-2/+0
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-2/+2
2009-09-24softpipe: fix compiler warningsKeith Whitwell1-1/+1
2009-09-23Merge branch 'mesa_7_6_branch'Brian Paul1-2/+2
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell1-39/+3
2009-08-21softpipe: minor code refactoring to remove softpipe/tile cache dependenciesBrian Paul1-1/+0
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell1-39/+3
2009-07-23softpipe: also shortcircuit non-texture tile lookupsKeith Whitwell1-1/+15
2009-07-22softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell1-4/+84
2009-07-22softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell1-0/+3
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell1-8/+4
2009-04-06softpipe: clean up the buffer clear and tile cache code a littleBrian Paul1-1/+2
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-2/+2
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian1-1/+1
2008-05-01gallium: tex surface checkpointKeith Whitwell1-1/+1
2008-02-20gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()Brian1-1/+2
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+104