aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/FormatTable.cs
AgeCommit message (Expand)Author
2022-12-21Implement a software ETC2 texture decoder (#4121)gdkchan
2022-08-28Replace image format magic numbers with enums (#3631)mageven
2022-03-15Implement S8D24 texture format and tweak depth range detection (#2458)gdkchan
2021-12-30Add support for the R4G4 texture format (#2956)gdkchan
2021-05-22Add another Depth32F texture format (#2304)gdkchan
2021-02-08Implement ETC2 (RGB) texture format (#2000)gdkchan
2021-01-05gpu: Implement missing texture formats (#1867)Ac_K
2020-09-11Allow swizzles to match with "undefined" components (#1538)riperiperi
2020-05-29Add new depth-stencil formats (#1284)gdkchan
2020-01-09Fix some spelling mistakesgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Imagegdkchan
2020-01-09Fix BC6 Signed/Unsigned float texture formatsgdk
2020-01-09Initial workgdk