There was an error fetching the commit references. Please try again later.
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.
Showing
- src/video_core/CMakeLists.txt 1 addition, 0 deletionssrc/video_core/CMakeLists.txt
- src/video_core/texture_cache/util.cpp 11 additions, 2 deletionssrc/video_core/texture_cache/util.cpp
- src/video_core/textures/astc.cpp 1577 additions, 0 deletionssrc/video_core/textures/astc.cpp
- src/video_core/textures/astc.h 3 additions, 0 deletionssrc/video_core/textures/astc.h
Loading
Please register or sign in to comment