aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-27UI: Friendly driver name reporting. (#6530)1.1.1248MutantAura2-4/+35
2024-03-26Implement host tracked memory manager mode (#6356)1.1.1247gdkchan30-75/+2647
2024-03-26Recreate swapchain correctly when toggling VSync (#6521)1.1.1246jcm2-3/+8
2024-03-26Disable push descriptors for Intel ARC GPUs on Windows (#6551)1.1.1245gdkchan2-44/+58
2024-03-23New gamecard icons (#6557)1.1.1244SamusAranX6-0/+0
2024-03-23Add a few missing locale strings on Avalonia (#6556)1.1.1243gdkchan4-11/+17
2024-03-21Updates the default value for BufferedQuery (#6351)1.1.1242Matt Heins1-2/+2
2024-03-21[UI] Fix Display Name Translations & Update some Chinese Translations (#6388)1.1.1241WilliamWsyHK10-22/+22
2024-03-20New Crowdin updates (#6541)1.1.1240Ac_K19-1582/+3102
2024-03-17nuget: bump Microsoft.CodeAnalysis.CSharp from 4.8.0 to 4.9.2 (#6397)1.1.1239dependabot[bot]1-1/+1
2024-03-17Ava UI: Fix locale crash (#6385)1.1.1238Isaac Marovitz1-21/+33
2024-03-16Ava UI: Content Dialog Fixes (#6482)1.1.1237Isaac Marovitz3-3/+2
2024-03-16nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.3.0 to 7.4.0 (#6366)1.1.1236dependabot[bot]1-1/+1
2024-03-16nuget: bump the avalonia group with 2 updates (#6505)1.1.1235dependabot[bot]1-2/+2
2024-03-16chore: remove repetitive words (#6500)1.1.1234standstaff5-9/+9
2024-03-16Fix Title Update Manager not refreshing app list (#6507)1.1.1233Isaac Marovitz1-2/+10
2024-03-16discord: Update ApplicationID (#6513)1.1.1232TSRBerry1-9/+9
2024-03-14GPU: Rebind RTs if scale changes when binding textures (#6493)1.1.1231riperiperi2-6/+33
2024-03-14Consider Polygon as unsupported is triangle fans are unsupported on Vulkan (#...1.1.1230gdkchan1-2/+4
2024-03-14Separate guest/host tracking + unaligned protection (#6486)1.1.1229riperiperi18-761/+772
2024-03-14Ava UI: Update Ava (#6430)1.1.1228Isaac Marovitz2-11/+7
2024-03-13infra: Fix updater for old Ava users (#6441)1.1.1227TSRBerry2-15/+52
2024-03-13Update AutoDeleteCache.cs (#6471)1.1.1226Keaton1-1/+1
2024-03-13Fix geometry shader passthrough issue (#6462)1.1.1225Nicolas Abram2-1/+11
2024-03-11Passthrough mouse for win32 (#6450)1.1.1224Emmanuel Hansen2-89/+14
2024-03-10Fix lost copy and swap problem on shader SSA deconstruction (#6455)1.1.1223gdkchan2-3/+7
2024-03-09Refactor memory managers to a common base class, consolidate Read() method lo...1.1.1222jhorv6-295/+161
2024-03-08Update dependencies from SixLabors to the latest version before the license c...1.1.1221TSRBerry3-22/+22
2024-03-07LightningJit: Disable some cache ops and CTR_EL0 access on Windows Arm (#6326)1.1.1220gdkchan5-5/+74
2024-03-07UI: Update minimum window size to 800x500 (#6425)1.1.1219MutantAura1-2/+2
2024-03-07Add title of game to screenshot text (#6266)1.1.1218Kyle3-3/+20
2024-03-05misc: Remove myself from reviewsMary Guillemard2-9/+2
2024-03-02ci: try to fix toctou on release creation1.1.1217Mary Guillemard1-0/+11
2024-03-02infra: Make Avalonia the default UI (#6375)1.1.1216Mary Guillemard239-1202/+1205
2024-03-02Avalonia: only enable gamescope workaround under it (#6374)1.1.1215Mary Guillemard1-1/+1
2024-02-24Change packed aliasing formats to UInt (#6358)1.1.1214gdkchan1-3/+3
2024-02-24nuget: bump System.Drawing.Common from 8.0.1 to 8.0.2 (#6308)1.1.1213dependabot[bot]1-1/+1
2024-02-23IPC code gen improvements (#6352)1.1.1212jhorv2-42/+54
2024-02-22Migrate Audio service to new IPC (#6285)1.1.1211gdkchan130-3174/+3096
2024-02-22OpenGL: Mask out all color outputs with no fragment shader (#6341)1.1.1210riperiperi2-6/+5
2024-02-22Ensure service init runs after Horizon constructor (#6342)1.1.1209gdkchan2-2/+2
2024-02-22Implement virtual buffer dependencies (#6190)1.1.1208gdkchan5-45/+569
2024-02-22Vulkan: Properly reset barrier batch when splitting due to mismatching flags ...1.1.1207riperiperi1-0/+1
2024-02-21Vulkan: Disable push descriptors on older NVIDIA GPUs (#6340)1.1.1206riperiperi2-36/+1
2024-02-21Vulkan: Fix barrier batching past limit (#6339)1.1.1205riperiperi1-2/+5
2024-02-19Avalonia UI: Update English tooltips (#6305)1.1.1204MetrosexualGarbodor1-14/+14
2024-02-19Avalonia: Fix gamescope once and for all (#6301)1.1.1203Mary Guillemard1-0/+1
2024-02-17LightningJit: Add a limit on the number of instructions per function for Arm6...1.1.1202gdkchan1-3/+5
2024-02-17hid: Stub SetTouchScreenResolution (#6322)1.1.12011.1.1200Exhigh1-0/+13
2024-02-17Vulkan: Improve texture barrier usage, timing and batching (#6240)1.1.1199riperiperi18-170/+436