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