Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-02 | llvmpipe: whitespace for readability | Brian Paul | |
2009-10-21 | llvmpipe: remove one of two definitions of TILESIZE | Keith Whitwell | |
2009-10-19 | llvmpipe: Reshape the shader input from 8x2 to 4x4. | José Fonseca | |
Incorrect rendering until the interpolation code generation is updated. | |||
2009-10-04 | llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv. | José Fonseca | |
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. | |||
2009-08-29 | llvmpipe: Tile in SoA format identical to the blender function output. | José Fonseca | |
2009-08-29 | llvmpipe: Tiles in rgba8 format. | José Fonseca | |
2009-08-29 | llvmpipe: Store tile color in SoA. | José Fonseca | |