aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan
AgeCommit message (Expand)Author
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-13vulkan: Enforce Vulkan 1.2+ at instance API level and 1.1+ at device level (#...Mary
2023-02-13vulkan: Do not call vkCmdSetViewport when viewportCount is 0 (#4406)Mary
2023-02-12Fix partial updates for textures. (#4401)riperiperi
2023-02-09Vulkan: Flush command buffers for queries less aggressively (#4387)riperiperi
2023-02-08Fix some Vulkan validation errors (#4357)gdkchan
2023-02-07Support safe blit on non-2D textures (#4374)gdkchan
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: Destroy old swapchain on swapchain recreation (#3889)Fliperworld
2023-01-19Vulkan: Explicitly enable precise occlusion queries (#4292)riperiperi
2023-01-15Specify image view usage flags on Vulkan (#4283)gdkchan
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-26Added Generic Math to BitUtils (#3929)Hunter
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-12Use NuGet Central Package Management to manage package versions solution-wise...Andrey Sukharev
2022-12-10Fix Redundant Qualifer Warnings (#4091)Isaac Marovitz
2022-12-06UI: Add Metal surface creation for MoltenVK (#3980)riperiperi
2022-12-05Make structs readonly when applicable (#4002)Andrey Sukharev
2022-12-05misc: Fix obsolete warnings in Ryujinx.Graphics.Vulkan (#4020)Mary-nyan
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-30Remove shader dependency on SPV_KHR_shader_ballot and SPV_KHR_subgroup_vote e...gdkchan
2022-11-29chore: Update OpenTK to 4.7.5 (#3944)Mary-nyan
2022-11-28GPU: Always draw polygon topology as triangle fan (#3932)riperiperi
2022-11-24ui: Fixes disposing on GTK/Avalonia and Firmware Messages on Avalonia (#3885)Ac_K
2022-11-24GAL: Send all buffer assignments at once rather than individually (#3881)riperiperi
2022-11-18Move gl_Layer from vertex to geometry if GPU does not support it on vertex (#...gdkchan
2022-11-18Vulkan: Clear dummy texture to (0,0,0,0) on creation (#3867)riperiperi
2022-11-18Vulkan: Don't create preload command buffer outside a render pass (#3864)riperiperi
2022-11-16Update units of memory from decimal to binary prefixes (#3716)Wunk
2022-11-16Implement HLE macro for DrawElementsIndirect (#3748)gdkchan
2022-11-10Minor improvement to Vulkan pipeline state and bindings management (#3829)gdkchan
2022-11-09infra: Migrate to .NET 7 (#3795)Mary-nyan
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-26Vulkan: Fix indirect buffer barrier (#3798)gdkchan
2022-10-25Vulkan: Use dynamic state for blend constants (#3793)riperiperi
2022-10-18Dispose Vulkan TextureStorage when views hit 0 instead of immediately (#3738)riperiperi