aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
4 daysImplement fast DMA texture to texture copy (#7299)1.1.1388gdkchan2-2/+93
5 daysMake GetFunctionPointerForDelegate as explicit as possible (#7279)1.1.1387Emmanuel Hansen2-179/+352
7 daysImplement Arm32 VSHLL and QADD16 instructions (#7301)1.1.1386gdkchan6-0/+172
2024-09-01Vulkan: Feedback loop detection and barriers (#7226)1.1.1385riperiperi18-74/+538
2024-09-01Fix incorrect depth texture 3D flag (#7262)1.1.1384gdkchan2-6/+10
2024-09-01Vulkan: Update Silk.NET to 2.21 (#7266)1.1.1383riperiperi26-60/+94
2024-08-31Make HLE project AOT friendly (#7085)1.1.1382Emmanuel Hansen11-87/+215
2024-08-31Replace ImageSharp with SkiaSharp everywhere (#7030)1.1.1381Emmanuel Hansen14-255/+295
2024-08-27Fix deadlock in background translation thread shutdown (#7239)1.1.1380David McFarland1-1/+4
2024-08-21nuget: bump DynamicData from 9.0.1 to 9.0.4 (#7220)1.1.1379dependabot[bot]1-1/+1
2024-08-21Fix NRE when using buffer image array (#7159)1.1.1378gdkchan4-13/+29
2024-08-20nuget: bump ImageSharp from 2.1.8 to 2.1.9 (#7160)1.1.1377Toni Förster1-1/+1
2024-08-17nim:eca : Stub CreateServerInterface2 (#7128)1.1.1376Tsubasa05041-0/+7
2024-08-13Fix arbitrary game ordering when sorting by Favorites (#7170)1.1.1375Logan Stromberg2-2/+45
2024-08-12Clamp amount of mipmap levels to max allowed for all backends (#7197)1.1.1374gdkchan4-25/+36
2024-08-08Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 ins...1.1.1373gdkchan12-13/+445
2024-08-05Replace and remove obsolete ByteMemoryPool type (#7155)1.1.1372jhorv6-171/+13
2024-08-05Fix same textures with unmapped start being considered different (#7141)1.1.1371gdkchan3-16/+37
2024-08-04Fix LocaleExtension SetRawSource usages + language perf improvement (#7121)1.1.1370Julien Lebosquain2-3/+8
2024-08-04Infra: Update Microsoft.IdentityModel.JsonWebTokens (#7070)1.1.1369Isaac Marovitz2-3/+3
2024-08-03Avoid race conditions while launching games directly from the command line (#...1.1.1368TSRBerry4-33/+61
2024-08-03nuget: bump DynamicData from 8.4.1 to 9.0.1 (#7040)1.1.1367dependabot[bot]1-1/+1
2024-08-03replace ByteMemoryPool usage in Ryujinx.Graphics (#7129)1.1.1366jhorv13-80/+73
2024-08-03Fix FileNotFoundException in TryGetApplicationsFromFile() and improve loading...1.1.1365TSRBerry1-4/+24
2024-07-31Fix off-by-one on audio renderer PerformanceManager.GetNextEntry (#7139)1.1.1364gdkchan3-8/+5
2024-07-30Fix shader RegisterUsage pass only taking first operation dest into account (...1.1.1363gdkchan2-3/+8
2024-07-30Vulkan: Force topology to PatchList for Tessellation (#7102)1.1.1362riperiperi1-1/+1
2024-07-25Ava UI: Handle updates containing non numeric characters (#7043)1.1.1361Isaac Marovitz2-27/+13
2024-07-25Vulkan: Add missing barriers for texture to buffer copy (#7092)1.1.1360riperiperi1-0/+41
2024-07-22Update kernel GetInfo SVC for firmware 18.0.0 (#7075)1.1.1359gdkchan7-167/+109
2024-07-21Fix checking for the wrong metadata files for applications launched with a di...1.1.1358TSRBerry10-17/+19
2024-07-20Make sure TryGetApplicationsFromFile() doesn't throw exceptions anymore (#7046)1.1.1357TSRBerry8-134/+163
2024-07-20Fix Skia saving screenshot with transparent background and incorrect origin (...1.1.1356gdkchan1-18/+10
2024-07-20Unlink server sessions from multi-wait when service stops processing requests...1.1.1355gdkchan3-0/+18
2024-07-19Ava UI: Auto select newly added updates & DLC (#7026)1.1.1354Isaac Marovitz2-4/+10
2024-07-18Add missing Buffer attribute on NGC Check method (#7051)1.1.1353gdkchan1-1/+5
2024-07-17Vulkan: Defer guest barriers, and improve image barrier timings (#7012)1.1.1352riperiperi18-156/+452
2024-07-17Include content data foreach-loop in try-catch (#7036)1.1.1351TSRBerry1-24/+25
2024-07-16Add support for multi game XCIs (second try) (#6515)1.1.1350TSRBerry38-908/+1246
2024-07-16Remove CommandBufferScoped Dependencies (#6958)1.1.1349Isaac Marovitz3-82/+0
2024-07-15misc: Re-order and manually update DriverID to name. (#7027)1.1.1348MutantAura1-14/+19
2024-07-15replace ByteMemoryPool usage in Ryujinx.HLE (#6953)1.1.1347jhorv3-8/+7
2024-07-14Use SkiaSharp for Avalonia in place of ImageSharp (#6269)1.1.1346sunshineinabox7-71/+104
2024-07-10Use draw clear on Adreno, instead of vkCmdClearAttachments (#7013)1.1.1345gdkchan5-11/+13
2024-07-09Force dynamic state update after rasterizer discard disable (#7007)1.1.1344gdkchan1-0/+7
2024-07-07Disallow concurrent fence waits on Adreno (#7001)1.1.1343gdkchan5-22/+108
2024-07-07Disable descriptor set template updates for buffer textures on Adreno (#7002)1.1.1342gdkchan3-23/+93
2024-07-07Force Vulkan swapchain re-creation when window size changes (#7003)1.1.1341gdkchan1-1/+2
2024-06-26Resolve some Vulkan validation errors (#6915)1.1.1340sunshineinabox4-8/+28
2024-06-26Make sure the string is long enough before performing basic trim (#6982)1.1.1339TSRBerry1-2/+7