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
/
Ryujinx.Common
/
Utilities
Age
Commit message (
Expand
)
Author
2023-04-27
Move solution and projects to src
TSR Berry
2023-04-16
[GUI] Add network interface dropdown (#4597)
TSRBerry
2023-04-03
Source generated json serializers (#4582)
Andrey Sukharev
2023-03-21
Revert "Use source generated json serializers in order to improve code trimmi...
gdkchan
2023-03-21
Use source generated json serializers in order to improve code trimming (#4094)
Andrey Sukharev
2023-03-17
Reducing memory allocations (#4537)
jhorv
2023-01-18
Optimize string memory usage. Use Spans and StringBuilders where possible (#3...
Andrey Sukharev
2023-01-11
ava: Generate Locale menu automatically (#4243)
Ac_K
2023-01-04
IPC refactor part 3+4: New server HIPC message processor (#4188)
gdkchan
2022-12-26
Added Generic Math to BitUtils (#3929)
Hunter
2022-11-09
infra: Migrate to .NET 7 (#3795)
Mary-nyan
2022-10-18
Avoid allocations in .Parse methods (#3760)
Berkan Diler
2022-08-18
Removed unused usings. (#3593)
Nicholas Rodine
2022-06-22
Rewrite kernel memory allocator (#3316)
gdkchan
2022-02-18
Use BitOperations methods and delete now unused BitUtils methods (#3134)
Berkan Diler
2022-02-17
Use ReadOnlySpan<byte> compiler optimization for static data (#3130)
Berkan Diler
2021-09-15
hos: Cleanup the project (#2634)
Ac_K
2021-04-14
Miria: The Death of OpenTK 3 (#2194)
Mary
2020-12-13
Correct type of executable sizes (#1802)
gdkchan
2020-10-01
Fix GetStream implementation (#1588)
Mary
2020-04-30
Use the official JSON parser (#1151)
Thog
2020-03-26
prepo: Add a MessagePack object formatter (#1034)
jduncanator
2020-01-09
Address PR feedback
gdkchan
2020-01-09
Address PR feedback
gdkchan
2020-01-09
ASTC optimizations (#845)
Alex Barney
2020-01-09
Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc...
gdk
2019-11-23
Use BinaryPrimitives.ReverseEndianness instead EndianSwap class (#832)
Ac_K
2019-10-11
Fix hwopus DecodeInterleaved implementation (#786)
Thomas Guillemard
2019-03-13
Add Rshrn_V & Shrn_V Sse opt.. Add Mla_V, Mls_V & Mul_V Sse opt.; add Tests. ...
LDj3SNuD
2019-02-28
Initial non 2D textures support (#525)
Thomas Guillemard
2019-02-11
Logger and Configuration Refactoring (#573)
jduncanator