summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tile_cache.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* softpipe: add layering to the surface tile cache.Dave Airlie2014-06-111-8/+11
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: unify transfer functionsMarek Olšák2012-10-111-6/+0
* softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand2012-01-031-2/+3
* softpipe: add integer supportDave Airlie2011-10-111-2/+5
* softpipe: increase max texture size to 16KBrian Paul2010-12-021-11/+11
* softpipe: remove >32bpp color restrictionBrian Paul2010-10-231-1/+1
* softpipe: allocate tile data on demandBrian Paul2010-09-271-4/+5
* softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca2010-04-251-2/+0
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-2/+2
* softpipe: fix compiler warningsKeith Whitwell2009-09-241-1/+1
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-231-2/+2
|\
* \ Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell2009-08-231-39/+3
|\ \
| * | softpipe: split texture and surface tile cachesKeith Whitwell2009-08-181-39/+3
* | | softpipe: minor code refactoring to remove softpipe/tile cache dependenciesBrian Paul2009-08-211-1/+0
|/ /
* | softpipe: also shortcircuit non-texture tile lookupsKeith Whitwell2009-07-231-1/+15
* | softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell2009-07-221-4/+84
* | softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell2009-07-221-0/+3
* | softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell2009-07-221-8/+4
|/
* softpipe: clean up the buffer clear and tile cache code a littleBrian Paul2009-04-061-1/+2
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-2/+2
* softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian2008-11-231-1/+1
* gallium: tex surface checkpointKeith Whitwell2008-05-011-1/+1
* gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()Brian2008-02-201-1/+2
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+104