aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Image/TextureBuffer.cs
AgeCommit message (Expand)Author
2023-03-19Vulkan: Migrate buffers between memory types to improve GPU performance (#4540)riperiperi
2022-10-08GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745)riperiperi
2022-08-26Fast path for Inline-to-Memory texture data transfers (#3610)gdkchan
2022-07-31Vulkan backend (#2518)gdkchan
2022-01-09Texture Sync, incompatible overlap handling, data flush improvements. (#2971)riperiperi
2021-12-19Fix for texture pool not being updated when it should + buffer texture relate...gdkchan
2021-07-19Return mapped buffer pointer directly for flush, WriteableRegion for textures...riperiperi
2021-03-08Improve Buffer Textures and flush Image Stores (#2088)riperiperi
2021-03-02Texture Cache: "Texture Groups" and "Texture Dependencies" (#2001)riperiperi
2020-09-10Texture/Buffer Memory Management Improvements (#1408)riperiperi
2020-05-23Spanify Graphics Abstraction Layer (#1226)gdkchan