aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-05-25Generate scaling helper functions on IR (#4714)1.1.822gdkchan
2023-05-25Truncate vertex attribute format if it exceeds stride on MoltenVK (#5094)1.1.821gdkchan
2023-05-23Vulkan: Do not set storage flag for multisample textures if not supported (#5...1.1.819gdkchan
2023-05-22Implement p2rc, p2ri, p2rr and r2p.cc shaders (#5031)1.1.818makigumo
2023-05-22Ava UI: Input Menu Redesign (#4990)1.1.815Isaac Marovitz
2023-05-21Fix crash in SettingsViewModel when Vulkan isn't available (#4985)1.1.814jhorv
2023-05-21ServerBase thread safety (#4577)1.1.813jhorv
2023-05-21Replace ShaderBindings with new ResourceLayout structure for Vulkan (#5025)1.1.812gdkchan
2023-05-20Replace constant buffer access on shader with new Load instruction (#4646)1.1.811gdkchan
2023-05-20Limit compute storage buffer size (#5028)1.1.810gdkchan
2023-05-20SPIR-V: Only allow implicit LOD sampling on fragment (#5026)1.1.809riperiperi
2023-05-19Eliminate redundant multiplications by gl_FragCoord.w on the shader (#4578)1.1.807gdkchan
2023-05-18Fix Vulkan blit-like operations swizzle (#5003)1.1.805gdkchan
2023-05-18GPU: Avoid using garbage size for non-cb0 storage buffers (#4999)1.1.804riperiperi
2023-05-17ava: Fix crash when extracting sections from NCA with no data section (#5002)1.1.803Mary
2023-05-17Start GPU performance counter at 0 instead of host GPU value (#4992)1.1.802OpaqueReptile
2023-05-14[GUI] Fix always hide cursor mode not hiding the cursor until it was moved (#...1.1.800TSRBerry
2023-05-13Vulkan: Device map buffers written more than flushed (#4911)1.1.799riperiperi
2023-05-13audio: sdl2: Do not report 5.1 if the device doesn't support it (#4908)1.1.797Mary
2023-05-13Set OpenGL PixelPackBuffer to 0 when done (#4921)1.1.796gdkchan
2023-05-12Ava: Fix wrong MouseButton (#4900)1.1.794Ac_K
2023-05-12Bump shader cache codegen version1.1.793Mary
2023-05-11Vulkan: Partially workaround MoltenVK InvalidResource error (#4880)1.1.792riperiperi
2023-05-11GPU: Remove swizzle undefined matching and rework depth aliasing (#4896)1.1.791riperiperi
2023-05-12Fix the restart after an update. (#4869)1.1.790John
2023-05-12Changed LastPlayed field from string to nullable DateTime (#4861)1.1.789SamusAranX
2023-05-12amadeus: Allow 5.1 sink output (#4894)1.1.788Mary
2023-05-11UI: Adjust input mapping view (#4866)1.1.787Nico
2023-05-11Enable explicit LOD for array textures with depth compare on SPIR-V (#4892)1.1.785gdkchan
2023-05-11Fix incorrect ASTC endpoint color when using LuminanceDelta mode (#4890)1.1.784gdkchan
2023-05-11amadeus: Fix wrong channel mapping check and an old typo (#4888)1.1.783Mary
2023-05-11Stop SDL from inhibiting sleep. (#4842)1.1.782John
2023-05-11Fix the issue of unequal check for amiibo file date due to the lack o… (#4832)1.1.7812435043xia
2023-05-11GPU: Fix shader cache assuming past shader data was mapped (#4885)1.1.780riperiperi
2023-05-10Ensure background translation threads exited before disposing JIT (#4874)1.1.777gdkchan
2023-05-11Fix missing domain service object dispose (#4879)1.1.776gdkchan
2023-05-10fix(mvk): resumeLostDevice (#4800)1.1.775Aaron O'Mullan
2023-05-09IPC - Refactor Bcat service to use new ipc - Revisit (#4803)1.1.774Emmanuel Hansen
2023-05-09Replace DelegateHelper with pre-generated delegates (#4867)1.1.773gdkchan
2023-05-08vulkan: Pass Vk instance to VulkanRenderer (#4859)1.1.772Mary
2023-05-08vulkan: Avoid hardcoding features in CreateDevice (#4858)1.1.771Mary
2023-05-08Vulkan: Simplify MultiFenceHolder and managing them (#4845)1.1.770riperiperi
2023-05-08Vulkan: Batch vertex buffer updates (#4843)1.1.769riperiperi
2023-05-08misc: Avoid copy of ApplicationControlProperty (#4849)1.1.768Mary
2023-05-08Ava: Fix SystemTimeOffset calculation (#4848)1.1.767Ac_K
2023-05-08time: Update for 15.0.0 changes and fixes long standing issues (#4822)1.1.766Mary
2023-05-07misc: Switch ProcessResult to a class (#4846)1.1.765Mary
2023-05-07UI: Expose games build ID for cheat management (#4340)1.1.764gnisman
2023-05-06UI: Add progress bar for re-packaging shaders (#4805)1.1.763Nico
2023-05-06AM: Stub some service calls (#4825)1.1.762Ac_K