aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Texture/BCnDecoder.cs
AgeCommit message (Collapse)Author
2022-01-22Add support for BC1/2/3 decompression (for 3D textures) (#2987)gdkchan
* Add support for BC1/2/3 decompression (for 3D textures) * Optimize and clean up * Unsafe not needed here * Fix alpha value interpolation when a0 <= a1
2020-11-09Simplify logic for bindless texture handling (#1667)gdkchan
* Simplify logic for bindless texture handling * Nits
2020-11-01Support 3D BC4 and BC5 compressed textures (#1655)gdkchan
* Support 3D BC4 and BC5 compressed textures * PR feedback * Fix some typos