2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core/textures
ameerj 5665d05547 astc_decoder: Optimize the use EncodingData
This buffer was a list of EncodingData structures sorted by their bit length, with some duplication from the cpu decoder implementation.
We can take advantage of its sorted property to optimize its usage in the shader.

Thanks to wwylele for the optimization idea.
2021-07-31 21:36:26 -04:00
..
astc.cpp astc_decoder: Optimize the use EncodingData 2021-07-31 21:36:26 -04:00
astc.h astc_decoder: Optimize the use EncodingData 2021-07-31 21:36:26 -04:00
decoders.cpp
decoders.h
texture.cpp
texture.h shader: Initial OpenGL implementation 2021-07-22 21:51:30 -04:00