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.HLE
/
HOS
/
Services
/
Nv
/
NvDrvServices
/
NvHostChannel
/
NvHostChannelDeviceFile.cs
Age
Commit message (
Expand
)
Author
2023-04-27
Move solution and projects to src
TSR Berry
2022-06-04
Fix a potential GPFIFO submission race (#3378)
Billy Laws
2022-03-20
De-tile GOB when DMA copying from block linear to pitch kind memory regions (...
gdkchan
2022-02-09
misc: Make PID unsigned long instead of long (#3043)
Mary
2021-11-04
Ensure syncpoints are released and event handles closed on channel close (#2812)
gdkchan
2021-10-24
Fixup channel submit IOCTL syncpoint parameters (#2774)
Billy Laws
2021-09-29
NVDEC (H264): Use separate contexts per channel and decode frames in DTS orde...
gdkchan
2021-07-11
Separate GPU engines (part 2/2) (#2440)
gdkchan
2021-06-29
Initial support for separate GPU address spaces (#2394)
gdkchan
2021-06-24
Initial support for GPU channels (#2372)
gdkchan
2021-01-01
Remove long <-> ulong casts from Nvservices code (#1848)
Bruno Macabeus
2020-12-11
GPU: Improve unnecessary return value in Map function. (#1799)
sharmander
2020-12-09
GPU - Improve Memory Allocation (#1722)
sharmander
2020-12-02
IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...
gdkchan
2020-08-04
Improved Logger (#1292)
mageven
2020-07-23
New GPFifo and fast guest constant buffer updates (#1400)
gdkchan
2020-07-12
New NVDEC and VIC implementation (#1384)
gdkchan
2020-05-04
Implement a new physical memory manager and replace DeviceMemory (#856)
gdkchan
2020-04-19
Implement GPU syncpoints (#980)
Thog
2020-01-09
Address PR feedback
gdkchan
2020-01-09
Initial work
gdk
2019-11-03
Rewrite nvservices (#800)
Thomas Guillemard