1
0
Fork 0
forked from suyu/suyu
suyu/src
ameerj 2985e5e94c 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.
2021-03-13 12:16:03 -05:00
..
audio_core revert to std::sin and std::cos 2021-02-12 18:48:10 -08:00
common common: Fiber: use a reference for YieldTo. 2021-03-07 13:46:53 -08:00
core time: Fix CalculateSpanBetween implementation 2021-03-10 11:42:59 -05:00
input_common Merge pull request #6040 from german77/toggleKeyboard 2021-03-11 11:00:44 -08:00
tests common: Fiber: use a reference for YieldTo. 2021-03-07 13:46:53 -08:00
video_core renderer_opengl: Accelerate ASTC texture decoding with a compute shader 2021-03-13 12:16:03 -05:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #5327 from AniLeo/master 2021-03-12 12:10:28 -08:00
yuzu_cmd Merge pull request #5990 from german77/mousePanningV2 2021-03-08 14:50:58 -08:00
.clang-format
CMakeLists.txt CMakeLists: Add /utf-8 compile option for MSVC 2021-03-05 01:46:56 -05:00