aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Texture
AgeCommit message (Expand)Author
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-11-15Migrate to .NET 8 (#5887)1.1.1084Zoltan Csizmadia
2023-09-04Fix layer size for 3D textures with NPOT depth (#5640)1.1.1006gdkchan
2023-07-24Add workflow to automatically check code style issues for PRs (#4670)1.1.969TSRBerry
2023-06-28[Ryujinx.Graphics.Texture] Address dotnet-format issues (#5375)1.1.937TSRBerry
2023-06-05Texture: Fix 3D texture size when totalBlocksOfGobsInZ > 1 (#5228)1.1.867riperiperi
2023-06-04Texture: Fix layout conversion when gobs in z is used with depth = 1 (#5220)1.1.863riperiperi
2023-05-11Fix incorrect ASTC endpoint color when using LuminanceDelta mode (#4890)1.1.784gdkchan
2023-04-27Move solution and projects to srcTSR Berry