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
/
VulkanRenderer.cs
Age
Commit message (
Expand
)
Author
2022-12-14
Vulkan: enable VK_EXT_custom_border_color features (#4116)
Georg Lehmann
2022-12-04
Allow SNorm buffer texture formats on Vulkan (#3957)
gdkchan
2022-12-04
Implement non-MS to MS copies with draws (#3958)
gdkchan
2022-12-04
Use source generated regular expressions (#4005)
Andrey Sukharev
2022-12-01
chore: Update Silk.NET to 2.16.0 (#3953)
Mary-nyan
2022-12-01
GPU: Track buffer migrations and flush source on incomplete copy (#3952)
riperiperi
2022-11-24
ui: Fixes disposing on GTK/Avalonia and Firmware Messages on Avalonia (#3885)
Ac_K
2022-11-18
Move gl_Layer from vertex to geometry if GPU does not support it on vertex (#...
gdkchan
2022-11-16
Implement HLE macro for DrawElementsIndirect (#3748)
gdkchan
2022-11-02
Vulkan: Implement multisample <-> non-multisample copies and depth-stencil re...
gdkchan
2022-10-29
Vulkan: Replace `VK_EXT_debug_report` usage with `VK_EXT_debug_utils` (#3802)
Wunk
2022-10-18
Dispose Vulkan TextureStorage when views hit 0 instead of immediately (#3738)
riperiperi
2022-09-20
Convert Quads to Triangles in Vulkan (#3715)
riperiperi
2022-09-19
Avalonia - Use embedded window for avalonia (#3674)
Emmanuel Hansen
2022-09-10
Do not output ViewportIndex on SPIR-V if GPU does not support it (#3644)
gdkchan
2022-09-08
Restride vertex buffer when stride causes attributes to misalign in Vulkan. (...
riperiperi
2022-08-20
Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552)
gdkchan
2022-07-31
Vulkan backend (#2518)
gdkchan