suyu/src/video_core/textures
Morph 809126c94a astc: Enable parallel CPU astc decoding
Given the issues with GPU accelerated ASTC decoding with NVIDIA's latest drivers, parallelize astc decoding on the CPU.
Uses half the available threads in the system for astc decoding.
2022-09-16 10:16:42 -04:00
..
astc.cpp astc: Enable parallel CPU astc decoding 2022-09-16 10:16:42 -04:00
astc.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
decoders.cpp video_core/textures/decoders: Avoid SWIZZLE_TABLE 2022-08-09 00:27:26 +01:00
decoders.h video_core/textures/decoders: Avoid SWIZZLE_TABLE 2022-08-09 00:27:26 +01:00
texture.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
texture.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00