aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-26nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.6.0 to 7.6.2 (#6965)1.1.1338dependabot[bot]1-1/+1
2024-06-25SetProcessMemoryPermission address and size are always 64-bit (#6977)1.1.1337Rafa1-2/+2
2024-06-19JIT: Coalesce copies on LSRA with simple register preferencing (#6950)1.1.1336gdkchan3-6/+56
2024-06-19JIT: Ensure entry block has no predecessors on RegisterUsage pass (#6951)1.1.1335gdkchan2-2/+22
2024-06-16fix: for pooled memory used for reference types, clear it on return to the po...1.1.1334jhorv4-4/+4
2024-06-16Extend bindless elimination to catch a few more specific cases (#6921)1.1.1333gdkchan8-30/+137
2024-06-15replace `ByteMemoryPool` use with `MemoryOwner<byte>` and `SpanOwner<byte>` (...1.1.1332jhorv3-7/+7
2024-06-15nuget: bump Microsoft.IO.RecyclableMemoryStream from 3.0.0 to 3.0.1 (#6936)1.1.1331dependabot[bot]1-1/+1
2024-06-02Vulkan separate descriptor set fixes (#6895)1.1.1330gdkchan24-113/+365
2024-06-02GPU: Remove unused dynamic state and pipeline settings (#6796)1.1.1329sunshineinabox3-134/+92
2024-06-02New pooled memory types (#6821)1.1.1328jhorv3-2/+258
2024-06-02Avoid inexact read with 'Stream.Read' (#6847)1.1.1327Marco Carvalho7-8/+8
2024-06-02nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.5.2 to 7.6.0 (#6893)1.1.1326dependabot[bot]1-1/+1
2024-05-26Vulkan: Extend full bindless to cover cases with phi nodes (#6853)1.1.1325gdkchan2-11/+46
2024-05-26misc: Change disk shader cache compression algorithm to `Brotli` (RFC 7932) (...1.1.1324MutantAura3-5/+41
2024-05-26Allow texture arrays to use separate descriptor sets on Vulkan (#6870)1.1.1323gdkchan47-258/+992
2024-05-25nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.5.1 to 7.5.2 (#6809)1.1.1322dependabot[bot]1-1/+1