aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Texture/LayoutConverter.cs
AgeCommit message (Expand)Author
2020-06-13Optimize texture format conversion, and MethodCopyBuffer (#1274)riperiperi
2020-04-25Fix texture level offset/size calculation when sparse tile width is > 1 (#1142)gdkchan
2020-01-09Copy 16 bytes at a time for layout conversion, if possiblegdkchan
2020-01-09Initial support for the guest OpenGL driver (NVIDIA and Nouveau)gdkchan
2020-01-09Calculate width from stride on texture copiesgdk
2020-01-09Initial workgdk