aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-05-26Ryujinx.Ava: fixes for random hangs on exit (#4827)jhorv
2023-05-26Force reciprocal operation with value biased by constant to be precise on mac...gdkchan
2023-05-25Fix resolution scaling of image operation coordinates (#5102)gdkchan
2023-05-25Fix mod names (#5088)TSRBerry
2023-05-25Generate scaling helper functions on IR (#4714)gdkchan
2023-05-25Truncate vertex attribute format if it exceeds stride on MoltenVK (#5094)gdkchan
2023-05-23Vulkan: Do not set storage flag for multisample textures if not supported (#5...gdkchan
2023-05-22Implement p2rc, p2ri, p2rr and r2p.cc shaders (#5031)makigumo
2023-05-22Ava UI: Input Menu Redesign (#4990)Isaac Marovitz
2023-05-21Fix crash in SettingsViewModel when Vulkan isn't available (#4985)jhorv
2023-05-21ServerBase thread safety (#4577)jhorv
2023-05-21Replace ShaderBindings with new ResourceLayout structure for Vulkan (#5025)gdkchan
2023-05-20Replace constant buffer access on shader with new Load instruction (#4646)gdkchan
2023-05-20Limit compute storage buffer size (#5028)gdkchan
2023-05-20SPIR-V: Only allow implicit LOD sampling on fragment (#5026)riperiperi
2023-05-19Eliminate redundant multiplications by gl_FragCoord.w on the shader (#4578)gdkchan
2023-05-18Fix Vulkan blit-like operations swizzle (#5003)gdkchan
2023-05-18GPU: Avoid using garbage size for non-cb0 storage buffers (#4999)riperiperi
2023-05-17ava: Fix crash when extracting sections from NCA with no data section (#5002)Mary
2023-05-17Start GPU performance counter at 0 instead of host GPU value (#4992)OpaqueReptile
2023-05-14[GUI] Fix always hide cursor mode not hiding the cursor until it was moved (#...TSRBerry
2023-05-13Vulkan: Device map buffers written more than flushed (#4911)riperiperi
2023-05-13audio: sdl2: Do not report 5.1 if the device doesn't support it (#4908)Mary
2023-05-13Set OpenGL PixelPackBuffer to 0 when done (#4921)gdkchan
2023-05-12Ava: Fix wrong MouseButton (#4900)Ac_K
2023-05-12Bump shader cache codegen versionMary
2023-05-11Vulkan: Partially workaround MoltenVK InvalidResource error (#4880)riperiperi
2023-05-11GPU: Remove swizzle undefined matching and rework depth aliasing (#4896)riperiperi
2023-05-12Fix the restart after an update. (#4869)John
2023-05-12Changed LastPlayed field from string to nullable DateTime (#4861)SamusAranX
2023-05-12amadeus: Allow 5.1 sink output (#4894)Mary
2023-05-11UI: Adjust input mapping view (#4866)Nico
2023-05-11Enable explicit LOD for array textures with depth compare on SPIR-V (#4892)gdkchan
2023-05-11Fix incorrect ASTC endpoint color when using LuminanceDelta mode (#4890)gdkchan
2023-05-11amadeus: Fix wrong channel mapping check and an old typo (#4888)Mary
2023-05-11Stop SDL from inhibiting sleep. (#4842)John
2023-05-11Fix the issue of unequal check for amiibo file date due to the lack o… (#4832)2435043xia
2023-05-11GPU: Fix shader cache assuming past shader data was mapped (#4885)riperiperi
2023-05-10Ensure background translation threads exited before disposing JIT (#4874)gdkchan
2023-05-11Fix missing domain service object dispose (#4879)gdkchan
2023-05-10fix(mvk): resumeLostDevice (#4800)Aaron O'Mullan
2023-05-09IPC - Refactor Bcat service to use new ipc - Revisit (#4803)Emmanuel Hansen
2023-05-09Replace DelegateHelper with pre-generated delegates (#4867)gdkchan
2023-05-08vulkan: Pass Vk instance to VulkanRenderer (#4859)Mary
2023-05-08vulkan: Avoid hardcoding features in CreateDevice (#4858)Mary
2023-05-08Vulkan: Simplify MultiFenceHolder and managing them (#4845)riperiperi
2023-05-08Vulkan: Batch vertex buffer updates (#4843)riperiperi
2023-05-08misc: Avoid copy of ApplicationControlProperty (#4849)Mary
2023-05-08Ava: Fix SystemTimeOffset calculation (#4848)Ac_K
2023-05-08time: Update for 15.0.0 changes and fixes long standing issues (#4822)Mary