summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_tile_soa.h
AgeCommit message (Expand)Author
2010-07-13llvmpipe: Always swizzle/unswizzle whole tiles.José Fonseca
2010-04-25llvmpipe: Replace tile_read/write with more descriptive swizzle/unswizzle verbs.José Fonseca
2010-04-23llvmpipe: rename lp_tile_size.h to lp_limits.hBrian Paul
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul
2010-01-20llvmpipe: put TILE_SIZE #define in its own headerBrian Paul
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2009-12-28llvmpipe: Silence compiler warnings.Vinson Lee
2009-12-02llvmpipe: whitespace for readabilityBrian Paul
2009-10-21llvmpipe: remove one of two definitions of TILESIZEKeith Whitwell
2009-10-19llvmpipe: Reshape the shader input from 8x2 to 4x4.José Fonseca
2009-10-04llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.José Fonseca
2009-08-29llvmpipe: Tile in SoA format identical to the blender function output.José Fonseca
2009-08-29llvmpipe: Tiles in rgba8 format.José Fonseca
2009-08-29llvmpipe: Store tile color in SoA.José Fonseca