3
0
Fork 0
forked from suyu/suyu
suyu/src/video_core/textures
ameerj c4ff7ecf51 textures: Reintroduce CPU ASTC decoder
Users may want to fall back to the CPU ASTC texture decoder due to hangs
and crashes that may be caused by keeping the GPU under compute heavy
loads for extended periods of time. This is especially the case in games
such as Astral Chain which make extensive use of ASTC textures.
2021-06-15 20:19:00 -04:00
..
astc.cpp textures: Reintroduce CPU ASTC decoder 2021-06-15 20:19:00 -04:00
astc.h textures: Reintroduce CPU ASTC decoder 2021-06-15 20:19:00 -04:00
decoders.cpp decoders: Break instead of continue 2021-06-04 05:12:14 -04:00
decoders.h renderer_vulkan: Accelerate ASTC decoding 2021-03-13 12:16:03 -05:00
texture.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
texture.h video_core: Rewrite the texture cache 2020-12-30 03:38:50 -03:00