| Age | Commit message (Expand) | Author |
| 2019-05-30 | Add Discord Rich Presence (#681) | Xpl0itR |
| 2019-05-29 | Added missing ++ in BindMacro GPU method (#688) | BaronKiko |
| 2019-05-29 | Add Smaxv_V, Sminv_V, Umaxv_V, Uminv_V Inst.; add Tests. (#691) | LDj3SNuD |
| 2019-05-03 | hid: Initial Keyboard Support (#684) | Thomas Guillemard |
| 2019-04-27 | Added missing bracket in _schema.json (#686) | BaronKiko |
| 2019-04-27 | Handle relative file paths in profiler config loading. (#685) | BaronKiko |
| 2019-04-26 | Refactoring and optimization on CPU translation (#661) | gdkchan |
| 2019-04-26 | Extended ignore missing services to INvDrvServices (#674) | BaronKiko |
| 2019-04-26 | Built in profiling (#567) | BaronKiko |
| 2019-04-26 | Sse optimized the Scalar & Vector fp-to-fp conversion instructions (MNPZ & IX... | LDj3SNuD |
| 2019-04-26 | Add IManagerDisplayService::CreateStrayLayer (#683) | Thomas Guillemard |
| 2019-04-25 | Updates to nifm, irs and nvdrv services (#679) | HorrorTroll |
| 2019-04-25 | Implement gl_ClipDistance on the shader generator (#680) | gdkchan |
| 2019-04-25 | Fix GetAudioRendererWorkBufferSize for REV5 (#677) | Ac_K |
| 2019-04-22 | Implement IParentalControlService CheckFreeCommunicationPermission (#665) | jduncanator |
| 2019-04-22 | Toggle VSync Hotkey (#659) | BaronKiko |
| 2019-04-20 | Sse optimized the 32-bit Vector & Scalar integer-to-fp conversion instruction... | LDj3SNuD |
| 2019-04-20 | Implement IIrSensorServer GetIrsensorSharedMemoryHandle (#664) | jduncanator |
| 2019-04-20 | Implement IIrSensorServer GetNpadIrCameraHandle (#663) | jduncanator |
| 2019-04-18 | New shader translator implementation (#654) | gdkchan |
| 2019-04-16 | Config option to ignore missing services (#658) | BaronKiko |
| 2019-04-12 | Sse optimized the Vector & Scalar fp-to-integer conversion instructions (unsi... | LDj3SNuD |
| 2019-04-11 | Add missing TextureCubeMapArray texture type entry (#657) | jduncanator |
| 2019-04-03 | Sse optimized all the fp to integer conversion instructions (signed) with Tes... | LDj3SNuD |
| 2019-03-25 | Add Cmeq_V, Cmge_V, Cmgt_V, Cmle_V & Cmlt_V (Z & ~Z) Sse opt.. (#646) | LDj3SNuD |
| 2019-03-24 | Complete ColorFormat enums (#652) | Thomas Guillemard |
| 2019-03-23 | Add Tbl_V Sse opt. with Tests. (#651) | LDj3SNuD |
| 2019-03-18 | Cubemap array support (#649) | BaronKiko |
| 2019-03-15 | Print Guest Stack Trace in ServiceNotImplemented Exception (#650) | jduncanator |
| 2019-03-13 | Add Rshrn_V & Shrn_V Sse opt.. Add Mla_V, Mls_V & Mul_V Sse opt.; add Tests. ... | LDj3SNuD |
| 2019-03-12 | Compressed M2mf texture copy fix (#612) | BaronKiko |
| 2019-03-04 | Rebased, in theory (#610) | BaronKiko |
| 2019-03-04 | Do naming refactoring on Ryujinx.Graphics (#611) | Alex Barney |
| 2019-03-02 | Reuse basePath variable in LocationHelper (#609) | Ryan Teal |
| 2019-03-02 | Fixed Scissor Test on Intel based GPUs (#595) | BaronKiko |
| 2019-03-01 | Create CpuTestSimdImm.cs (#608) | LDj3SNuD |
| 2019-02-28 | Misc. CPU optimizations (#575) | gdkchan |
| 2019-02-28 | Initial non 2D textures support (#525) | Thomas Guillemard |
| 2019-02-26 | Optimize MOVI/MVNI instructions using intrinsics (#606) | gdkchan |
| 2019-02-26 | Optmize BFM instruction (#607) | gdkchan |
| 2019-02-26 | Remove all the calls to StaticCast methods (#605) | gdkchan |
| 2019-02-24 | Optimize address translation and write tracking on the MMU (#571) | gdkchan |
| 2019-02-23 | Add Tests for instructions Fcvtzs_Gp_Fixed & Fcvtzu_Gp_Fixed, Scvtf_Gp_Fixed ... | LDj3SNuD |
| 2019-02-23 | Implement fixed-point variant of the UCVTF and SCVTF instructions (#578) | gdkchan |
| 2019-02-22 | Initialize FrontFace register with a default value (#601) | gdkchan |
| 2019-02-19 | Implement ConvertScalingMode properly (#596) | gdkchan |
| 2019-02-19 | ARM exclusive monitor and multicore fixes (#589) | gdkchan |
| 2019-02-18 | Update CpuTestMisc.cs (#593) | jduncanator |
| 2019-02-18 | Optimize CMN/ADDS to do a single comparision like CMP/SUBS (#576) | gdkchan |
| 2019-02-18 | Update CpuTestMisc.cs | LDj3SNuD |