summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_tile_cache.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: move tile cache datatypes into .c file since they're privateBrian Paul2009-09-231-36/+1
* llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture sizeBrian Paul2009-09-231-2/+2
* llvmpipe: Don't limit the number of tiles in the cache.José Fonseca2009-08-291-62/+12
* llvmpipe: Clean dead tile cache code.José Fonseca2009-08-291-7/+0
* llvmpipe: Simplify tile clears. Use pipe_fill_rect instead of scratch tile.José Fonseca2009-08-291-12/+4
* llvmpipe: Start hiding llvmpipe_cached_tile.José Fonseca2009-08-291-3/+3
* llvmpipe: Drop depth/stencil support from tile cache.José Fonseca2009-08-291-4/+0
* llvmpipe: Blend in place.José Fonseca2009-08-291-1/+1
* llvmpipe: Tile in SoA format identical to the blender function output.José Fonseca2009-08-291-8/+3
* llvmpipe: Tiles in rgba8 format.José Fonseca2009-08-291-1/+1
* llvmpipe: Store tile color in SoA.José Fonseca2009-08-291-1/+4
* llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca2009-08-291-22/+0
* llvmpipe: also shortcircuit non-texture tile lookupsKeith Whitwell2009-08-291-1/+15
* llvmpipe: shortcircuit repeated lookups of the same tileKeith Whitwell2009-08-291-4/+84
* llvmpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell2009-08-291-0/+3
* llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell2009-08-291-8/+4
* llvmpipe: Rename preprocessor symbols too.José Fonseca2009-08-291-3/+3
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+106