index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
textures
/
astc.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2021-07-31
astc_decoder: Optimize the use EncodingData
ameerj
2021-07-31
astc.h: Move data to cpp implementation
ameerj
2021-06-19
astc_decoder.comp: Remove unnecessary LUT SSBOs
ameerj
2021-06-19
astc: Various robustness enhancements for the gpu decoder
ameerj
2021-06-15
textures: Reintroduce CPU ASTC decoder
ameerj
2021-03-25
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-13
renderer_opengl: Accelerate ASTC texture decoding with a compute shader
ameerj
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
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-06-18
gl_rasterizer: Implement texture format ASTC_2D_4X4.
bunnei