aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-17HwOpus service implementation (#201)gdkchan
2018-11-17Audio: Properly implements audio fallback for SoundIO (#500)jduncanator
2018-11-17Get rid of the link to Ryujinx-Settings (#501)GalladeGuy
2018-11-15Implement libsoundio as an alternative audio backend (#406)jduncanator
2018-11-14Force cache to remove entries when memory usage exceeds a given threshold (#492)gdkchan
2018-11-14Initialize blend registers with default values (#497)gdkchan
2018-11-11Add BGR5A1 Image Format (#495)Ac_K
2018-11-09Update ImageUtils.cs (#494)Ac_K
2018-11-09Fix BLR when the source reg is X30 (#493)gdkchan
2018-11-01Implment common and independent blend properly (fixes #458) (#485)gdkchan
2018-11-01Add Flush-to-zero mode (input, output) to FP instructions (slow paths); updat...LDj3SNuD
2018-10-30Update libhac. Load tickets from XCI files (#476)Alex Barney
2018-10-30Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484)Alex Barney
2018-10-30Fix regression caused by wrong time delta calculation on cache deletion methodsgdkchan
2018-10-28Fix the rotate right method on ABitUtils (#486)gdkchan
2018-10-28Timing: Optimize Timestamp Aquisition (#479)jduncanator
2018-10-28Add SHA1C, SHA1H, SHA1M, SHA1P, SHA1SU0, SHA1SU1 and Isb instructions; add 6 ...LDj3SNuD
2018-10-27Crop instead of resizing on 2d engine texture copies (#482)gdkchan
2018-10-27hid: Implement KEY_RSTICK_* & KEY_LSTICK_* (#466)Thomas Guillemard
2018-10-25Add Sse Opt. for S/Uaddl_V, S/Uhadd_V, S/Uhsub_V, S/Umlal_V, S/Umlsl_V, S/Urh...LDj3SNuD
2018-10-25Fix Color Mask values (#473)gdkchan
2018-10-24Move prio/core locals inside the lock on yield (#478)gdkchan
2018-10-23Fix for render target and a shader compilation issue (#471)gdkchan
2018-10-23Add depth range support on the GPU (#472)gdkchan
2018-10-23Fix Fcvtl_V and Fcvtn_V; fix half to float conv. and add float to half conv. ...LDj3SNuD
2018-10-21Implement basic psm service (#467)Ac_K
2018-10-20Complete rewrite of bsd IClient (#460)Thomas Guillemard
2018-10-20Print stack trace on invalid memory accesses (#461)gdkchan
2018-10-17Improve texture tables (#457)gdkchan
2018-10-17Remove unnecessary usings (#463)gdkchan
2018-10-17Move logging to Ryujinx.Common and make it a static class (#413)ReinUsesLisp
2018-10-16Remove IFileSystem::OpenDirectory extraneous check (#459)Thomas Guillemard
2018-10-14Add G8R8Unorm, G8R8Snorm, B8G8R8A8, D24_S8 Uint, R8Uint, R32Uint (#426)HorrorTroll
2018-10-14Add RG16Unorm & R16Uint (#456)HorrorTroll
2018-10-13Add support for saturation on some shader instructions, fix ReadTexture align...gdkchan
2018-10-13Add Fmls_Se, Fmulx_Se/Ve, Smov_S Inst.; Opt. Clz/Clz_V, Cnt_V, Shl_V, S/Ushr_...LDj3SNuD
2018-10-14Fix some issues with UserId (#455)Thomas Guillemard
2018-10-14Update IAccountService and IManagerForApplication (#454)Ac_K
2018-10-13Update UInt128.cs (#453)Ac_K
2018-10-13Quads, QuadStrip, const attributes and half-float attributes support (#447)gdkchan
2018-10-12Fix race condition on OpenALAudioOut (#448)gdkchan
2018-10-10Implement IResolver (#442)Thomas Guillemard
2018-10-10Implement IRoInterface (#445)Thomas Guillemard
2018-10-08Break: don't crash when bit 31 is set (#444)Thomas Guillemard
2018-10-07Tweak cpu cache deletion policy values (#433)gdkchan
2018-10-07Stubs Again (#439)emmauss
2018-10-07Save Common implementation (#434)emmauss
2018-10-07Implement ISslContext (#440)Ac_K
2018-10-06Misc content loading improvements (#432)Alex Barney
2018-10-05Add 9+7 fast/slow FP inst. impls.; add 14 FP Tests. (#437)LDj3SNuD