Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tgsi/lowering: add support to lower TXP (v2) | Rob Clark | 2014-12-09 | 1 | -0/+3 |
| | | | | | | | v2: actually do perspective divide for RECT/SHADOWRECT Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]> | ||||
* | gallium: Rename freedreno parts of tgsi_lowering.[ch]. | Eric Anholt | 2014-10-08 | 1 | -6/+6 |
| | | | | Acked-by: Rob Clark <[email protected]> | ||||
* | gallium: Reformat tgsi_lowering.c for the normal style. | Eric Anholt | 2014-10-08 | 1 | -50/+49 |
| | | | | Acked-by: Rob Clark <[email protected]> | ||||
* | gallium: Copy fd_lowering.[ch] to tgsi_lowering.[ch] for code sharing. | Eric Anholt | 2014-10-08 | 1 | -0/+89 |
Lots of drivers need to transform the weird instructions in TGSI into reasonable scalar ops, and this code can make those translations canonical. Acked-by: Rob Clark <[email protected]> |