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