yuzu/src/video_core/textures
ameerj 5fc8393125 astc_decoder: Fix LDR CEM1 endpoint calculation
Per the spec, L1 is clamped to the value 0xff if it is greater than 0xff. An oversight caused us to take the maximum of L1 and 0xff, rather than the minimum.

Huge thanks to wwylele for finding this.

Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
2021-06-15 20:19:01 -04:00
..
astc.cpp astc_decoder: Fix LDR CEM1 endpoint calculation 2021-06-15 20:19:01 -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