summaryrefslogtreecommitdiff
path: root/src/video_core/textures/astc.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19video_core: Reduce unused includesameerj
2021-07-31astc_decoder: Optimize the use EncodingDataameerj
2021-07-31astc.h: Move data to cpp implementationameerj
2021-06-19astc_decoder.comp: Remove unnecessary LUT SSBOsameerj
2021-06-19astc: Various robustness enhancements for the gpu decoderameerj
2021-06-15textures: Reintroduce CPU ASTC decoderameerj
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj
2021-03-13renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2019-02-26gl_rasterizer_cache: Move format conversion to its own fileReinUsesLisp
2018-11-01Fix ASTC Decompressor to support depth parameterFernandoS27
2018-06-18gl_rasterizer: Implement texture format ASTC_2D_4X4.bunnei