summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/astc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-3/+0
* astc_decoder: Optimize the use EncodingDataameerj2021-08-011-70/+0
* astc.h: Move data to cpp implementationameerj2021-08-011-41/+0
* astc_decoder.comp: Remove unnecessary LUT SSBOsameerj2021-06-191-8/+1
* astc: Various robustness enhancements for the gpu decoderameerj2021-06-191-2/+0
* textures: Reintroduce CPU ASTC decoderameerj2021-06-161-0/+3
* astc_decoder: Refactor for style and more efficient memory useameerj2021-03-251-123/+51
* renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj2021-03-131-0/+190
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-3/+2
* gl_rasterizer_cache: Move format conversion to its own fileReinUsesLisp2019-02-271-1/+1
* Fix ASTC Decompressor to support depth parameterFernandoS272018-11-021-1/+1
* gl_rasterizer: Implement texture format ASTC_2D_4X4.bunnei2018-06-181-0/+15