aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-01GPU: Track buffer migrations and flush source on incomplete copy (#3952)riperiperi
2022-12-01infra: Add distribution files for macOS (#3934)Mary-nyan
2022-11-30Avalonia: Clean up leftover RenderTimer & Fix minimum and initial window size...TSRBerry
2022-11-30nuget: bump DiscordRichPresence from 1.0.175 to 1.1.3.18 (#3965)dependabot[bot]
2022-11-30Remove shader dependency on SPV_KHR_shader_ballot and SPV_KHR_subgroup_vote e...gdkchan
2022-11-30Ensure that vertex attribute buffer index is valid on GPU (#3942)gdkchan
2022-11-29nuget: bump System.Management from 6.0.0 to 7.0.0 (#3949)dependabot[bot]
2022-11-29Update README.MD (#3946)EmulationFanatic
2022-11-29ConcurrentBitmap: Use Interlocked Or/And (#3937)merry
2022-11-29chore: Update OpenTK to 4.7.5 (#3944)Mary-nyan
2022-11-29ava: Make dialogs using an overlay window work on Linux (#3938)TSRBerry
2022-11-28GPU: Always draw polygon topology as triangle fan (#3932)riperiperi
2022-11-28amadeus: Fixes and initial 15.0.0 support (#3908)Mary-nyan
2022-11-28sfdnsres; Fix deserializer of AddrInfoSerialized when addresses are empty (#3...Ac_K
2022-11-27bsd: Fix eventfd broken logic (#3647)Mary-nyan
2022-11-27Unbreak bug_report.md (#3915)&Olga
2022-11-27HLE: fix small issue in IPsmSession (#3909)Luminoso-256
2022-11-26Avalonia: Fix OpenGL crashing on Linux (#3902)TSRBerry
2022-11-25ava: Fix invisible vulkan window on Linux (#3901)TSRBerry
2022-11-25ava: Refactor Title Update Manager window (#3898)Ac_K
2022-11-25Fix CB0 alignment with addresses used for 8/16-bit LDG/STG (#3897)riperiperi
2022-11-25chore: Update Avalonia related dependencies (#3891)Mary-nyan
2022-11-25ava: Rework DLC Manager, Add various fixes and cleanup (#3896)Ac_K
2022-11-24nuget: bump SharpZipLib from 1.3.3 to 1.4.1 (#3893)dependabot[bot]
2022-11-24chore: Update Ryujinx.SDL2-CS to 2.24.2 (#3892)Mary-nyan
2022-11-24GPU: Don't trigger uploads for redundant buffer updates (#3828)riperiperi
2022-11-24Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805)Mary-nyan
2022-11-24ui: Fixes disposing on GTK/Avalonia and Firmware Messages on Avalonia (#3885)Ac_K
2022-11-24Ryujinx.Ava: Add missing redefinition of app name (#3890)Mary-nyan
2022-11-24Fix NRE on Avalonia for error applets with unknown error message (#3888)gdkchan
2022-11-24GAL: Send all buffer assignments at once rather than individually (#3881)riperiperi
2022-11-24GPU: Access non-prefetch command buffers directly (#3882)riperiperi
2022-11-24GPU: Relax locking on Buffer Cache (#3883)riperiperi
2022-11-24nuget: bump Avalonia from 0.10.15 to 0.10.18 (#3817)dependabot[bot]
2022-11-23ava: Fix JsonSerializer warnings (#3884)Ac_K
2022-11-23Update to LibHac 0.17.0 (#3878)Alex Barney
2022-11-23Stub IFriendService: 1 (Cancel) (#3841)WilliamWsyHK
2022-11-23remove redundant logs (#3877)Emmanuel Hansen
2022-11-21Do not update shader state for DrawTextures (#3876)gdkchan
2022-11-20Use upstream unicorn for Ryujinx.Tests.Unicorn (#3771)TSRBerry
2022-11-20Reword the description of the 6GB expand DRAM hack to be less tantalizing (#3...EmulationFanatic
2022-11-19Unsubscribe MemoryUnmappedHandler even when GPU channel is destroyed (#3872)gdkchan
2022-11-19Fix shader cache on Vulkan when geometry shaders are inserted (#3868)gdkchan
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-18Gpu: Fix thread safety of ReregisterRanges (#3865)riperiperi
2022-11-18Vulkan: Don't create preload command buffer outside a render pass (#3864)riperiperi
2022-11-18Prune ForceDirty and CheckModified caches on unmap (#3862)riperiperi
2022-11-18am: Stub GetSaveDataSizeMax (#3857)TSRBerry
2022-11-18Use ReadOnlySpan<byte> compiler optimization in more places (#3853)Berkan Diler