index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-09-01
Vulkan: Feedback loop detection and barriers (#7226)
riperiperi
2024-09-01
Fix incorrect depth texture 3D flag (#7262)
gdkchan
2024-09-01
Vulkan: Update Silk.NET to 2.21 (#7266)
riperiperi
2024-08-31
Make HLE project AOT friendly (#7085)
Emmanuel Hansen
2024-08-31
Replace ImageSharp with SkiaSharp everywhere (#7030)
Emmanuel Hansen
2024-08-27
Fix deadlock in background translation thread shutdown (#7239)
David McFarland
2024-08-21
Fix NRE when using buffer image array (#7159)
gdkchan
2024-08-17
nim:eca : Stub CreateServerInterface2 (#7128)
Tsubasa0504
2024-08-13
Fix arbitrary game ordering when sorting by Favorites (#7170)
Logan Stromberg
2024-08-12
Clamp amount of mipmap levels to max allowed for all backends (#7197)
gdkchan
2024-08-08
Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 ins...
gdkchan
2024-08-05
Replace and remove obsolete ByteMemoryPool type (#7155)
jhorv
2024-08-05
Fix same textures with unmapped start being considered different (#7141)
gdkchan
2024-08-04
Fix LocaleExtension SetRawSource usages + language perf improvement (#7121)
Julien Lebosquain
2024-08-04
Infra: Update Microsoft.IdentityModel.JsonWebTokens (#7070)
Isaac Marovitz
2024-08-03
Avoid race conditions while launching games directly from the command line (#...
TSRBerry
2024-08-03
replace ByteMemoryPool usage in Ryujinx.Graphics (#7129)
jhorv
2024-08-03
Fix FileNotFoundException in TryGetApplicationsFromFile() and improve loading...
TSRBerry
2024-07-31
Fix off-by-one on audio renderer PerformanceManager.GetNextEntry (#7139)
gdkchan
2024-07-30
Fix shader RegisterUsage pass only taking first operation dest into account (...
gdkchan
2024-07-30
Vulkan: Force topology to PatchList for Tessellation (#7102)
riperiperi
2024-07-25
Ava UI: Handle updates containing non numeric characters (#7043)
Isaac Marovitz
2024-07-25
Vulkan: Add missing barriers for texture to buffer copy (#7092)
riperiperi
2024-07-22
Update kernel GetInfo SVC for firmware 18.0.0 (#7075)
gdkchan
2024-07-21
Fix checking for the wrong metadata files for applications launched with a di...
TSRBerry
2024-07-20
Make sure TryGetApplicationsFromFile() doesn't throw exceptions anymore (#7046)
TSRBerry
2024-07-20
Fix Skia saving screenshot with transparent background and incorrect origin (...
gdkchan
2024-07-20
Unlink server sessions from multi-wait when service stops processing requests...
gdkchan
2024-07-19
Ava UI: Auto select newly added updates & DLC (#7026)
Isaac Marovitz
2024-07-18
Add missing Buffer attribute on NGC Check method (#7051)
gdkchan
2024-07-17
Vulkan: Defer guest barriers, and improve image barrier timings (#7012)
riperiperi
2024-07-17
Include content data foreach-loop in try-catch (#7036)
TSRBerry
2024-07-16
Add support for multi game XCIs (second try) (#6515)
TSRBerry
2024-07-16
Remove CommandBufferScoped Dependencies (#6958)
Isaac Marovitz
2024-07-15
misc: Re-order and manually update DriverID to name. (#7027)
MutantAura
2024-07-15
replace ByteMemoryPool usage in Ryujinx.HLE (#6953)
jhorv
2024-07-14
Use SkiaSharp for Avalonia in place of ImageSharp (#6269)
sunshineinabox
2024-07-10
Use draw clear on Adreno, instead of vkCmdClearAttachments (#7013)
gdkchan
2024-07-09
Force dynamic state update after rasterizer discard disable (#7007)
gdkchan
2024-07-07
Disallow concurrent fence waits on Adreno (#7001)
gdkchan
2024-07-07
Disable descriptor set template updates for buffer textures on Adreno (#7002)
gdkchan
2024-07-07
Force Vulkan swapchain re-creation when window size changes (#7003)
gdkchan
2024-06-26
Resolve some Vulkan validation errors (#6915)
sunshineinabox
2024-06-26
Make sure the string is long enough before performing basic trim (#6982)
TSRBerry
2024-06-25
SetProcessMemoryPermission address and size are always 64-bit (#6977)
Rafa
2024-06-19
JIT: Coalesce copies on LSRA with simple register preferencing (#6950)
gdkchan
2024-06-19
JIT: Ensure entry block has no predecessors on RegisterUsage pass (#6951)
gdkchan
2024-06-16
fix: for pooled memory used for reference types, clear it on return to the po...
jhorv
2024-06-16
Extend bindless elimination to catch a few more specific cases (#6921)
gdkchan
2024-06-15
replace `ByteMemoryPool` use with `MemoryOwner<byte>` and `SpanOwner<byte>` (...
jhorv
[next]