renderer_opengl: Accelerate ASTC texture decoding with a compute shader
ASTC texture decoding is currently handled by a CPU decoder for GPU's without native ASTC decoding support (most desktop GPUs). This is the cause for noticeable performance degradation in titles which use the format extensively. This commit adds support to accelerate ASTC decoding using a compute shader on OpenGL for GPUs without native support.
This commit is contained in:
parent
3b85ac2ac4
commit
2985e5e94c
6 changed files with 1600 additions and 4 deletions
1288
src/video_core/host_shaders/astc_decoder.comp
Normal file
1288
src/video_core/host_shaders/astc_decoder.comp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue