aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan/VulkanRenderer.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-04-25Refactor attribute handling on the shader generator (#4565)gdkchan
2023-04-22Shader: Bias textureGather instructions on AMD/Intel (#4703)riperiperi
2023-04-11Vulkan: add situational "Fast Flush" mode (#4667)riperiperi
2023-04-05vulkan: Cleanup PhysicalDevice and Instance querying (#4632)Mary
2023-04-01vulkan: Separate debug utils logic from VulkanInitialization (#4609)Mary
2023-03-27vulkan: Remove CreateCommandBufferPool from VulkanInitialization (#4606)Mary
2023-03-26vulkan: fix broken "VK_EXT_subgroup_size_control" support check (#4607)Mary
2023-03-19Vulkan: Migrate buffers between memory types to improve GPU performance (#4540)riperiperi
2023-02-26Vulkan: Support list topology primitive restart (#4483)gdkchan
2023-02-25Move gl_Layer to vertex shader if geometry is not supported (#4368)gdkchan
2023-02-19Add support for advanced blend (part 1/2) (#2801)gdkchan
2023-02-15vulkan: Respect VK_KHR_portability_subset vertex stride alignment (#4419)Mary
2023-02-15vulkan: Clean up MemoryAllocator (#4418)Mary
2023-02-06Implement safe depth-stencil blit using stencil export extension (#4356)gdkchan
2023-01-26Relax Vulkan requirements (#4282)gdkchan
2023-01-24Vulkan: Reset queries on same command buffer (#4329)riperiperi
2023-01-19Vulkan: Explicitly enable precise occlusion queries (#4292)riperiperi
2023-01-13Revert "Relax Vulkan requirements (#4228)" (#4279)Ac_K
2023-01-13Relax Vulkan requirements (#4228)gdkchan
2023-01-13Vulkan: Add workarounds for MoltenVK (#4202)riperiperi
2022-12-29Vulkan: Don't flush commands when creating most sync (#4087)riperiperi
2022-12-26GPU: Add fallback when 16-bit formats are not supported (#4108)riperiperi
2022-12-21Implement a software ETC2 texture decoder (#4121)gdkchan
2022-12-14 Vulkan: enable VK_EXT_custom_border_color features (#4116)Georg Lehmann
2022-12-04Allow SNorm buffer texture formats on Vulkan (#3957)gdkchan
2022-12-04Implement non-MS to MS copies with draws (#3958)gdkchan
2022-12-04Use source generated regular expressions (#4005)Andrey Sukharev
2022-12-01chore: Update Silk.NET to 2.16.0 (#3953)Mary-nyan
2022-12-01GPU: Track buffer migrations and flush source on incomplete copy (#3952)riperiperi
2022-11-24ui: Fixes disposing on GTK/Avalonia and Firmware Messages on Avalonia (#3885)Ac_K
2022-11-18Move gl_Layer from vertex to geometry if GPU does not support it on vertex (#...gdkchan
2022-11-16Implement HLE macro for DrawElementsIndirect (#3748)gdkchan
2022-11-02Vulkan: Implement multisample <-> non-multisample copies and depth-stencil re...gdkchan
2022-10-29Vulkan: Replace `VK_EXT_debug_report` usage with `VK_EXT_debug_utils` (#3802)Wunk
2022-10-18Dispose Vulkan TextureStorage when views hit 0 instead of immediately (#3738)riperiperi
2022-09-20Convert Quads to Triangles in Vulkan (#3715)riperiperi
2022-09-19Avalonia - Use embedded window for avalonia (#3674)Emmanuel Hansen
2022-09-10Do not output ViewportIndex on SPIR-V if GPU does not support it (#3644)gdkchan
2022-09-08Restride vertex buffer when stride causes attributes to misalign in Vulkan. (...riperiperi
2022-08-20Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552)gdkchan
2022-07-31Vulkan backend (#2518)gdkchan