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