aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_tile_cache.c
Commit message (Expand)AuthorAgeFilesLines
* move assert to avoid crash in debug build.Alan Hourihane2009-12-081-1/+2
* llvmpipe: Ensure transfers are mapped.José Fonseca2009-12-041-0/+4
* gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-021-3/+3
* llvmpipe: Ensure tile cache transfers are mapped before flushing it.José Fonseca2009-10-041-0/+2
* llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.José Fonseca2009-10-041-37/+40
* llvmpipe: Fetch tile only if a color buffer is bound.José Fonseca2009-10-031-0/+3
* llvmpipe: move tile cache datatypes into .c file since they're privateBrian Paul2009-09-231-0/+37
* llvmpipe: added max texture/surface size sanity checkBrian Paul2009-09-231-0/+6
* llvmpipe: Fix lp_get_cached_tile.José Fonseca2009-09-201-1/+1
* llvmpipe: Update tile status on flush.José Fonseca2009-09-201-0/+3
* llvmpipe: Update for changes in master.José Fonseca2009-08-291-1/+1
* llvmpipe: Don't limit the number of tiles in the cache.José Fonseca2009-08-291-172/+84
* llvmpipe: Clean dead tile cache code.José Fonseca2009-08-291-21/+0
* llvmpipe: Simplify tile clears. Use pipe_fill_rect instead of scratch tile.José Fonseca2009-08-291-53/+35
* llvmpipe: Start hiding llvmpipe_cached_tile.José Fonseca2009-08-291-2/+3
* llvmpipe: Drop depth/stencil support from tile cache.José Fonseca2009-08-291-79/+18
* llvmpipe: use align_malloc for all structs containing ALIGN16 membersKeith Whitwell2009-08-291-2/+3
* llvmpipe: Tile in SoA format identical to the blender function output.José Fonseca2009-08-291-4/+7
* llvmpipe: Add missing include.José Fonseca2009-08-291-0/+1
* llvmpipe: Tiles in rgba8 format.José Fonseca2009-08-291-1/+1
* llvmpipe: Store tile color in SoA.José Fonseca2009-08-291-24/+18
* llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca2009-08-291-127/+0
* llvmpipe: also shortcircuit non-texture tile lookupsKeith Whitwell2009-08-291-17/+16
* llvmpipe: shortcircuit repeated lookups of the same tileKeith Whitwell2009-08-291-88/+65
* llvmpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell2009-08-291-32/+48
* llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell2009-08-291-12/+8
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+626