| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-09 | video_core/textures/astc: Remove unused variables | Lioncash | |
| Silences a few compilation warnings. | |||
| 2019-04-30 | Fix Layered ASTC Textures | Fernando Sahmkow | |
| By adding the missing layer offset in ASTC compression. | |||
| 2019-02-26 | gl_rasterizer_cache: Move format conversion to its own file | ReinUsesLisp | |
| 2018-11-01 | Fix ASTC Decompressor to support depth parameter | FernandoS27 | |
| 2018-07-17 | astc: Initialize vector size directly in Decompress | Lioncash | |
| There's no need to perform a separate resize. | |||
| 2018-07-17 | astc: Mark functions as internally linked where applicable | Lioncash | |
| 2018-07-17 | astc: const-correctness changes where applicable | Lioncash | |
| A few member functions didn't actually modify class state, so these can be amended as necessary. | |||
| 2018-07-17 | astc: Delete Bits' copy contstructor and assignment operator | Lioncash | |
| This also potentially avoids warnings, considering the copy assignment operator is supposed to have a return value. | |||
| 2018-07-17 | astc: In-class initialize member variables where appropriate | Lioncash | |
| 2018-06-18 | gl_rasterizer: Implement texture format ASTC_2D_4X4. | bunnei | |
