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
/
VulkanInitialization.cs
Age
Commit message (
Expand
)
Author
2023-04-27
Move solution and projects to src
TSR Berry
2023-04-25
Refactor attribute handling on the shader generator (#4565)
gdkchan
2023-04-05
vulkan: Cleanup PhysicalDevice and Instance querying (#4632)
Mary
2023-04-01
vulkan: Separate debug utils logic from VulkanInitialization (#4609)
Mary
2023-03-27
vulkan: Fix access level of extensions fields and make them readonly (#4608)
Mary
2023-03-27
vulkan: Remove CreateCommandBufferPool from VulkanInitialization (#4606)
Mary
2023-02-26
Vulkan: Support list topology primitive restart (#4483)
gdkchan
2023-02-19
Add support for advanced blend (part 1/2) (#2801)
gdkchan
2023-02-15
vulkan: Respect VK_KHR_portability_subset vertex stride alignment (#4419)
Mary
2023-02-13
vulkan: Enforce Vulkan 1.2+ at instance API level and 1.1+ at device level (#...
Mary
2023-02-06
Implement safe depth-stencil blit using stencil export extension (#4356)
gdkchan
2023-01-26
Relax Vulkan requirements (#4282)
gdkchan
2023-01-19
Vulkan: Explicitly enable precise occlusion queries (#4292)
riperiperi
2023-01-13
Revert "Relax Vulkan requirements (#4228)" (#4279)
Ac_K
2023-01-13
Relax Vulkan requirements (#4228)
gdkchan
2023-01-13
Vulkan: Add workarounds for MoltenVK (#4202)
riperiperi
2022-12-14
Vulkan: enable VK_EXT_custom_border_color features (#4116)
Georg Lehmann
2022-12-06
UI: Add Metal surface creation for MoltenVK (#3980)
riperiperi
2022-12-01
chore: Update Silk.NET to 2.16.0 (#3953)
Mary-nyan
2022-11-30
Remove shader dependency on SPV_KHR_shader_ballot and SPV_KHR_subgroup_vote e...
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-09-08
Restride vertex buffer when stride causes attributes to misalign in Vulkan. (...
riperiperi
2022-07-31
Vulkan backend (#2518)
gdkchan