aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan/TextureView.cs
AgeCommit message (Expand)Author
2022-12-01chore: Update Silk.NET to 2.16.0 (#3953)Mary-nyan
2022-11-02Vulkan: Implement multisample <-> non-multisample copies and depth-stencil re...gdkchan
2022-10-18Vulkan: Fix blit levels/layers parameters being inverted (#3768)gdkchan
2022-10-08GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745)riperiperi
2022-09-13Fix R4G4B4A4 format on Vulkan (#3696)gdkchan
2022-08-26Fast path for Inline-to-Memory texture data transfers (#3610)gdkchan
2022-08-20Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552)gdkchan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-07-31Vulkan backend (#2518)gdkchan