aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/TextureCompatibility.cs
AgeCommit message (Expand)Author
2020-11-27Prefer truly perfect texture matches over fomat aliased ones (#1754)riperiperi
2020-11-06Do not align sizes for buffer texture targets. (#1671)riperiperi
2020-11-05Separate zeta from color formats (#1647)gdkchan
2020-11-01Support 3D BC4 and BC5 compressed textures (#1655)gdkchan
2020-09-11Allow swizzles to match with "undefined" components (#1538)riperiperi
2020-09-10Texture/Buffer Memory Management Improvements (#1408)riperiperi
2020-09-01Fix regression on texture compatibility match checks (#1521)gdkchan
2020-08-31Fix: Issue #1475 Texture Compatibility Check methods need to be centralized (...sharmander
2020-01-09Fix missing S8 format on texture compatibility checkgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Imagegdkchan
2020-01-09Initial workgdk