aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/Nv
AgeCommit message (Expand)Author
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LL...gdkchan
2018-06-10Fix a small size related issue on MapBufferEx and add the BC7U texture formatgdkchan
2018-06-02Use GetBufferType0x21 on TransactParcelAuto aswellgdkchan
2018-06-02SMO stubs and implementations (#129)Starlet
2018-05-25[IApplicationFunctions/INvDrvServices] Stub GetPseudoDeviceId, FinishInitiali...Starlet
2018-05-13Implement GetTpcMasks on nvservicesgdkchan
2018-05-11Fix NV stubs (#124)Starlet
2018-05-07NvServices refactoring (#120)gdkchan
2018-04-29Properly support multiple vertex buffers, stub 2 ioctls, fix a shader issue, ...gdkchan
2018-04-25Some small sync primitive fixes, logging fixes, started to implement the 2D e...gdkchan
2018-04-24Improved logging (#103)gdkchan
2018-04-13Add logclass, made changes to logging calls (#79)emmauss
2018-04-13Fix for current framebuffer issues (#78)gdkchan
2018-04-10[CPU] Fix CNT instructiongdkchan
2018-04-10[GPU] Add support for the BC4/5 texture formatsgdkchan
2018-04-08Merge shader branch, adding support for GLSL decompilation, a macrogdkchan
2018-04-06Rename services with the official interface namesgdkchan
2018-04-05Color* should be an array in NvGpuIoctlZbcSetTablegdkchan
2018-04-05[ServiceNvDrv] Add 0x4703 ([/dev/nvhost-ctrl-gpu] NvGpuIoctlZbcSetTable) (#70)Starlet
2018-04-04Fix GetAvailableLanguageCodes, stub ListAddOnContent and NvGpuAsIoctlRemap (0...gdkchan
2018-03-20Rename IpcServices -> Servicesgdkchan
2018-03-20Support different framebuffer offsets (fixes #59)gdkchan
2018-03-19[WIP] Add support for events (#60)gdkchan
2018-03-12Allow more than one process, free resources on process dispose, implement Svc...gdkchan
2018-03-10Allow to enable/disable memory checks even on release mode through the flag, ...gdkchan
2018-03-06More Vi/NvFlinger/NvDrv stubs, allow paths starting with //, do not allow pat...gdkchan
2018-03-04Remove unneeded log messagesgdkchan
2018-03-04Fix hid touch screen timestamp, add more log infogdkchan
2018-02-25Implement many objects, improve logging. (#42)Ac_K