aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan
AgeCommit message (Expand)Author
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
2022-10-18Vulkan: Fix blit levels/layers parameters being inverted (#3768)gdkchan
2022-10-16Fix various issues caused by Vertex/Index buffer conversions (#3762)riperiperi
2022-10-16Fix primitive count calculation for topology conversion (#3763)riperiperi
2022-10-10Vulkan: Fix sampler custom border color (#3751)gdkchan
2022-10-08GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745)riperiperi
2022-10-08Vulkan: Fix some issues with CacheByRange (#3743)riperiperi
2022-10-03Support use of buffer ranges with size 0 (#3736)gdkchan
2022-10-03Vulkan: Fix buffer texture storage not being updated on buffer handle reuse (...gdkchan
2022-10-02Avoid allocating unmanaged string per shader (#3730)mageven
2022-09-29Vulkan: Zero blend state when disabled or write mask is 0 (#3719)riperiperi
2022-09-20Convert Quads to Triangles in Vulkan (#3715)riperiperi
2022-09-19Avalonia - Use embedded window for avalonia (#3674)Emmanuel Hansen
2022-09-14Periodically Flush Commands for Vulkan (#3689)riperiperi
2022-09-13Fix R4G4B4A4 format on Vulkan (#3696)gdkchan
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-26Fast path for Inline-to-Memory texture data transfers (#3610)gdkchan
2022-08-20Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552)gdkchan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-08-17Removed extra semicolons. (#3594)Nicholas Rodine
2022-08-16Avalonia - Couple fixes and improvements to vulkan (#3483)Emmanuel Hansen
2022-08-16Vulkan: Add ETC2 texture formats (#3576)gdkchan
2022-08-11Fix blend with RGBX color formats (#3553)gdkchan
2022-08-11Rename ToSpan to AsSpan (#3556)gdkchan
2022-08-04Implement HLE macros for render target clears (#3528)gdkchan
2022-07-31Vulkan backend (#2518)gdkchan