summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/astc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-3/+0
2021-08-01astc_decoder: Optimize the use EncodingDataameerj1-70/+0
2021-08-01astc.h: Move data to cpp implementationameerj1-41/+0
2021-06-19astc_decoder.comp: Remove unnecessary LUT SSBOsameerj1-8/+1
2021-06-19astc: Various robustness enhancements for the gpu decoderameerj1-2/+0
2021-06-16textures: Reintroduce CPU ASTC decoderameerj1-0/+3
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj1-123/+51
2021-03-13renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj1-0/+190
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-3/+2
2019-02-27gl_rasterizer_cache: Move format conversion to its own fileReinUsesLisp1-1/+1
2018-11-02Fix ASTC Decompressor to support depth parameterFernandoS271-1/+1
2018-06-18gl_rasterizer: Implement texture format ASTC_2D_4X4.bunnei1-0/+15