Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: Ignores! | Jakob Bornecrantz | 2010-07-13 | 1 | -0/+1 |
| | |||||
* | llvmpipe: Ignores | Jakob Bornecrantz | 2010-06-22 | 1 | -0/+1 |
| | |||||
* | llvmpipe: add lp_test_* to .gitignore | Xavier Chantry | 2010-05-03 | 1 | -0/+4 |
| | | | | | Signed-off-by: Xavier Chantry <[email protected]> Signed-off-by: José Fonseca <[email protected]> | ||||
* | llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv. | José Fonseca | 2009-10-04 | 1 | -0/+1 |
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. |