aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-31nuget: bump Ryujinx.Graphics.Vulkan.Dependencies.MoltenVKdependabot/nuget/Ryujinx.Graphics.Vulkan.Dependencies.MoltenVK-1.2.3dependabot[bot]1-1/+1
2023-05-31macOS Headless Fixes (#5167)1.1.844Isaac Marovitz3-4/+19
2023-05-30Add Context Menu Option to Run Application (#5154)1.1.843Patrick Hovsepian3-3/+17
2023-05-30Linux: Automatically increase vm.max_map_count if it's too low (#4702)1.1.842TSRBerry14-17/+252
2023-05-29nuget: bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#4986)1.1.841dependabot[bot]1-1/+1
2023-05-29Make sure blend is disabled if render target has integer format (#5122)1.1.840gdkchan5-0/+49
2023-05-29Workaround for MoltenVK barrier issues (#5118)1.1.839gdkchan1-0/+13
2023-05-29Fix incorrect vertex attribute format change (#5112)1.1.838gdkchan3-15/+43
2023-05-29Fix #5108: Allow surround sound for SDL2 in more scenarios (#5131)1.1.837Simon Wegendt1-1/+1
2023-05-28Linux: Use gamemode if it is available when using Ryujinx.sh. (#4938)1.1.836subanz1-1/+7
2023-05-28Add support for VK_EXT_depth_clip_control. (#5027)1.1.835cstamford11-5/+87
2023-05-28chore: Update Avalonia to 0.10.21 (#5124)1.1.834Mary1-5/+5
2023-05-28About window: Add changelog link under ver. number (#5095)1.1.833yell0wsuit4-1/+42
2023-05-28Update LastPlayed date on emulation end. (#5056)1.1.832Théo Arrouye2-0/+4
2023-05-28Improve macOS updater (#5064)1.1.831siegmund-heiss-ich1-6/+19
2023-05-28Added Custom Path case when saving screenshots (#5086)1.1.830Daniel Shala2-2/+2
2023-05-28actions: revert timeout-minutes changes for PR workflow1.1.829Mary1-2/+2
2023-05-28actions: Workaround YAML limitation for timeout-minutes1.1.828Mary4-6/+6
2023-05-28Use variables to configure job timeouts (#5123)1.1.827TSRBerry4-7/+7
2023-05-26Ryujinx.Ava: fixes for random hangs on exit (#4827)1.1.826jhorv3-32/+25
2023-05-26Force reciprocal operation with value biased by constant to be precise on mac...1.1.825gdkchan8-14/+67
2023-05-25Fix resolution scaling of image operation coordinates (#5102)1.1.824gdkchan2-2/+2
2023-05-25Fix mod names (#5088)1.1.823TSRBerry1-2/+2
2023-05-25Generate scaling helper functions on IR (#4714)1.1.822gdkchan25-583/+559
2023-05-25Truncate vertex attribute format if it exceeds stride on MoltenVK (#5094)1.1.821gdkchan2-2/+265
2023-05-25Update release.yml (#5058)1.1.820Isaac Marovitz1-2/+2
2023-05-23Vulkan: Do not set storage flag for multisample textures if not supported (#5...1.1.819gdkchan4-4/+8
2023-05-22Implement p2rc, p2ri, p2rr and r2p.cc shaders (#5031)1.1.818makigumo4-37/+72
2023-05-22Revert "Bump MVK Version (#5057)" (#5061)1.1.817gdkchan1-1/+1
2023-05-22Bump MVK Version (#5057)1.1.816Isaac Marovitz1-1/+1
2023-05-22Ava UI: Input Menu Redesign (#4990)1.1.815Isaac Marovitz12-436/+731
2023-05-21Fix crash in SettingsViewModel when Vulkan isn't available (#4985)1.1.814jhorv3-2/+21
2023-05-21ServerBase thread safety (#4577)1.1.813jhorv1-71/+166
2023-05-21Replace ShaderBindings with new ResourceLayout structure for Vulkan (#5025)1.1.812gdkchan24-674/+1044
2023-05-20Replace constant buffer access on shader with new Load instruction (#4646)1.1.811gdkchan42-621/+784
2023-05-20Limit compute storage buffer size (#5028)1.1.810gdkchan4-24/+40
2023-05-20SPIR-V: Only allow implicit LOD sampling on fragment (#5026)1.1.809riperiperi2-2/+14
2023-05-19Fix macOS Update Script (#5014)1.1.808Isaac Marovitz1-2/+2
2023-05-19Eliminate redundant multiplications by gl_FragCoord.w on the shader (#4578)1.1.807gdkchan3-1/+105
2023-05-19nuget: bump DynamicData from 7.13.5 to 7.13.8 (#5001)1.1.806dependabot[bot]1-1/+1
2023-05-18Fix Vulkan blit-like operations swizzle (#5003)1.1.805gdkchan3-7/+39
2023-05-18GPU: Avoid using garbage size for non-cb0 storage buffers (#4999)1.1.804riperiperi2-1/+42
2023-05-17ava: Fix crash when extracting sections from NCA with no data section (#5002)1.1.803Mary1-1/+1
2023-05-17Start GPU performance counter at 0 instead of host GPU value (#4992)1.1.802OpaqueReptile1-1/+5
2023-05-17macos: Fix relaunch with updater when no arguments were provided to the emula...1.1.801Mary1-1/+6
2023-05-14[GUI] Fix always hide cursor mode not hiding the cursor until it was moved (#...1.1.800TSRBerry2-20/+30
2023-05-13Vulkan: Device map buffers written more than flushed (#4911)1.1.799riperiperi1-5/+19
2023-05-13Add timeout of 35 minutes to workflow jobs (#4928)1.1.798TSRBerry4-4/+10
2023-05-13audio: sdl2: Do not report 5.1 if the device doesn't support it (#4908)1.1.797Mary4-3/+47
2023-05-13Set OpenGL PixelPackBuffer to 0 when done (#4921)1.1.796gdkchan2-1/+3