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
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-22
Shader: Bias textureGather instructions on AMD/Intel (#4703)
riperiperi
2023-04-11
Vulkan: add situational "Fast Flush" mode (#4667)
riperiperi
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: Remove CreateCommandBufferPool from VulkanInitialization (#4606)
Mary
2023-03-26
vulkan: fix broken "VK_EXT_subgroup_size_control" support check (#4607)
Mary
2023-03-19
Vulkan: Migrate buffers between memory types to improve GPU performance (#4540)
riperiperi
2023-02-26
Vulkan: Support list topology primitive restart (#4483)
gdkchan
2023-02-25
Move gl_Layer to vertex shader if geometry is not supported (#4368)
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-15
vulkan: Clean up MemoryAllocator (#4418)
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-24
Vulkan: Reset queries on same command buffer (#4329)
riperiperi
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-29
Vulkan: Don't flush commands when creating most sync (#4087)
riperiperi
2022-12-26
GPU: Add fallback when 16-bit formats are not supported (#4108)
riperiperi
2022-12-21
Implement a software ETC2 texture decoder (#4121)
gdkchan
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