aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-28sdl: set app name (#7370)e2dk4r
2024-09-26Convert MaxTextureCacheCapacity to Dynamic MaxTextureCacheCapacity for High R...MaxLastBreath
2024-09-26GPU: Ensure all clip distances are initialized when used (#7363)riperiperi
2024-09-22Fix quads draws after DrawTexture on Vulkan (#7336)gdkchan
2024-09-19Shader: Assume the only remaining source is the right one when all others are...gdkchan
2024-09-19Add support for sampler sRGB disable (#7312)gdkchan
2024-09-18Replace passing by IMemoryOwner<byte> with passing by concrete MemoryOwner<by...jhorv
2024-09-18Implement support for shader ATOM.EXCH instruction (#7320)gdkchan
2024-09-17Revert "Wait for async task to complete (#7122)" (#7318)gdkchan
2024-09-17Change image format view handling to allow view incompatible formats (#7311)gdkchan
2024-09-17Wait for async task to complete (#7122)TSRBerry
2024-09-17Add area sampling scaler to allow for super-sampled anti-aliasing. (#7304)ZenoArrows
2024-09-17Change 6GB DRAM expansion to 8GB (#7313)gdkchan
2024-09-15Implement fast DMA texture to texture copy (#7299)gdkchan
2024-09-15Make GetFunctionPointerForDelegate as explicit as possible (#7279)Emmanuel Hansen
2024-09-12Implement Arm32 VSHLL and QADD16 instructions (#7301)gdkchan
2024-09-01Vulkan: Feedback loop detection and barriers (#7226)riperiperi
2024-09-01Fix incorrect depth texture 3D flag (#7262)gdkchan
2024-09-01Vulkan: Update Silk.NET to 2.21 (#7266)riperiperi
2024-08-31Make HLE project AOT friendly (#7085)Emmanuel Hansen
2024-08-31Replace ImageSharp with SkiaSharp everywhere (#7030)Emmanuel Hansen
2024-08-27Fix deadlock in background translation thread shutdown (#7239)David McFarland
2024-08-21Fix NRE when using buffer image array (#7159)gdkchan
2024-08-17nim:eca : Stub CreateServerInterface2 (#7128)Tsubasa0504
2024-08-13Fix arbitrary game ordering when sorting by Favorites (#7170)Logan Stromberg
2024-08-12Clamp amount of mipmap levels to max allowed for all backends (#7197)gdkchan
2024-08-08Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 ins...gdkchan
2024-08-05Replace and remove obsolete ByteMemoryPool type (#7155)jhorv
2024-08-05Fix same textures with unmapped start being considered different (#7141)gdkchan
2024-08-04Fix LocaleExtension SetRawSource usages + language perf improvement (#7121)Julien Lebosquain
2024-08-04Infra: Update Microsoft.IdentityModel.JsonWebTokens (#7070)Isaac Marovitz
2024-08-03Avoid race conditions while launching games directly from the command line (#...TSRBerry
2024-08-03replace ByteMemoryPool usage in Ryujinx.Graphics (#7129)jhorv
2024-08-03Fix FileNotFoundException in TryGetApplicationsFromFile() and improve loading...TSRBerry
2024-07-31Fix off-by-one on audio renderer PerformanceManager.GetNextEntry (#7139)gdkchan
2024-07-30Fix shader RegisterUsage pass only taking first operation dest into account (...gdkchan
2024-07-30Vulkan: Force topology to PatchList for Tessellation (#7102)riperiperi
2024-07-25Ava UI: Handle updates containing non numeric characters (#7043)Isaac Marovitz
2024-07-25Vulkan: Add missing barriers for texture to buffer copy (#7092)riperiperi
2024-07-22Update kernel GetInfo SVC for firmware 18.0.0 (#7075)gdkchan
2024-07-21Fix checking for the wrong metadata files for applications launched with a di...TSRBerry
2024-07-20Make sure TryGetApplicationsFromFile() doesn't throw exceptions anymore (#7046)TSRBerry
2024-07-20Fix Skia saving screenshot with transparent background and incorrect origin (...gdkchan
2024-07-20Unlink server sessions from multi-wait when service stops processing requests...gdkchan
2024-07-19Ava UI: Auto select newly added updates & DLC (#7026)Isaac Marovitz
2024-07-18Add missing Buffer attribute on NGC Check method (#7051)gdkchan
2024-07-17Vulkan: Defer guest barriers, and improve image barrier timings (#7012)riperiperi
2024-07-17Include content data foreach-loop in try-catch (#7036)TSRBerry
2024-07-16Add support for multi game XCIs (second try) (#6515)TSRBerry
2024-07-16Remove CommandBufferScoped Dependencies (#6958)Isaac Marovitz