aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_tile_soa.h
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.José Fonseca2009-10-041-6/+10
| | | | | | | | | This is just a temporary change until we code generate the tile read/write functions in runtime. The new code avoids an extra memcpy that exists in u_tile.c functions, from which lp_tile_soa.c was originally based. This achieves up to 5% improvement, particularly in frames with little geometry overlap.
* 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