index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Graphics.Vulkan
/
TextureView.cs
Age
Commit message (
Expand
)
Author
2023-04-27
Move solution and projects to src
TSR Berry
2023-03-19
Vulkan: Migrate buffers between memory types to improve GPU performance (#4540)
riperiperi
2023-02-21
Add copy dependency for some incompatible texture formats (#4380)
gdkchan
2023-02-12
Fix partial updates for textures. (#4401)
riperiperi
2023-02-08
Fix some Vulkan validation errors (#4357)
gdkchan
2023-02-07
Support safe blit on non-2D textures (#4374)
gdkchan
2023-02-06
Implement safe depth-stencil blit using stencil export extension (#4356)
gdkchan
2023-01-15
Specify image view usage flags on Vulkan (#4283)
gdkchan
2023-01-13
Vulkan: Add workarounds for MoltenVK (#4202)
riperiperi
2022-12-01
chore: Update Silk.NET to 2.16.0 (#3953)
Mary-nyan
2022-11-02
Vulkan: Implement multisample <-> non-multisample copies and depth-stencil re...
gdkchan
2022-10-18
Vulkan: Fix blit levels/layers parameters being inverted (#3768)
gdkchan
2022-10-08
GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745)
riperiperi
2022-09-13
Fix R4G4B4A4 format on Vulkan (#3696)
gdkchan
2022-08-26
Fast path for Inline-to-Memory texture data transfers (#3610)
gdkchan
2022-08-20
Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552)
gdkchan
2022-08-18
Removed unused usings. (#3593)
Nicholas Rodine
2022-07-31
Vulkan backend (#2518)
gdkchan