aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_tile_soa.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-301-3/+3
* llvmpipe: Always swizzle/unswizzle whole tiles.José Fonseca2010-07-131-2/+2
* llvmpipe: Replace tile_read/write with more descriptive swizzle/unswizzle verbs.José Fonseca2010-04-251-3/+6
* llvmpipe: rename lp_tile_size.h to lp_limits.hBrian Paul2010-04-231-1/+1
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-5/+20
* llvmpipe: put TILE_SIZE #define in its own headerBrian Paul2010-01-201-11/+4
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-1/+1
|\
| * llvmpipe: Silence compiler warnings.Vinson Lee2009-12-281-1/+1
* | llvmpipe: whitespace for readabilityBrian Paul2009-12-021-7/+7
* | llvmpipe: remove one of two definitions of TILESIZEKeith Whitwell2009-10-211-1/+2
* | llvmpipe: Reshape the shader input from 8x2 to 4x4.José Fonseca2009-10-191-2/+2
|/
* llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.José Fonseca2009-10-041-6/+10
* llvmpipe: Tile in SoA format identical to the blender function output.José Fonseca2009-08-291-3/+27
* llvmpipe: Tiles in rgba8 format.José Fonseca2009-08-291-5/+2
* llvmpipe: Store tile color in SoA.José Fonseca2009-08-291-0/+60