Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | texturedspenc: Avoid using separate variables | Vittorio Giovara | 2015-11-24 | 1 | -7/+3 |
| | | | | Use the result directly, removing an unneeded cast. | ||||
* | textureencdsp: cosmetics: Use normal static const for tables | Vittorio Giovara | 2015-11-24 | 1 | -4/+4 |
| | |||||
* | TextureDSP: fix erroneous condition which produced blocky output for DXT | Tom Butterworth | 2015-06-24 | 1 | -1/+1 |
| | |||||
* | Introduce a TextureDSP module | Vittorio Giovara | 2015-06-22 | 1 | -0/+659 |
This module implements generic texture decompression from different families (DXTC, RGTC, BCn) and texture compression DXTC 1, 3, and 5. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> |