aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-09-28Merge pull request #436 from emmauss/hidhandlesemmauss
2018-09-28fix out of handles erroremmaus
2018-09-26Optimize BIC, BSL, BIT, BIF, XTN, ZIP, DUP (Gp), FMADD (Scalar) and FCVT (Sca...gdkchan
2018-09-25Implement friend:a IFriendService: 10101 (#429)Ac_K
2018-09-26Fix multiple rendertargets (#427)ReinUsesLisp
2018-09-23Improve kernel events implementation (#430)gdkchan
2018-09-22Add FMAXP and FMINP (Vector) instructions on the CPU (#412)gdkchan
2018-09-21Fix IHidServer code styleAc_K
2018-09-21Full 5.X stubbed IHidServer (#428)Ac_K
2018-09-19Implement DepthWriteMask and add R16G16 (#425)ReinUsesLisp
2018-09-19General improvements for GpuResourceManager (#421)ReinUsesLisp
2018-09-19Fixup SSY (#424)ReinUsesLisp
2018-09-19Remove cold methods from the CPU cache (#224)gdkchan
2018-09-19Fix performance regression caused by the new scheduler changes (#422)gdkchan
2018-09-19Show Game Title on Titlebar (#408)emmauss
2018-09-18Thread scheduler rewrite (#393)gdkchan
2018-09-18Fix d32s8 format on OGLEnumConverter (#420)gdkchan
2018-09-18Misc fixes on the arena allocator (#364)gdkchan
2018-09-18Allow "reinterpretation" of framebuffer/zeta formats (#418)gdkchan
2018-09-18Ensure that buffers are available after a signal when GetReleasedBuffers is c...gdkchan
2018-09-17Fix/Add 1+12 [Saturating] [Rounded] Shift Right Narrow (imm.) Instructions; a...LDj3SNuD
2018-09-17Implement B5G6R5Unorm, BGR5A1Unorm, RGBA32Uint, R16Unorm and Z16 texture form...HorrorTroll
2018-09-15Rewrite the C++ Demangler (#416)Thomas Guillemard
2018-09-14Add Ryujinx.Tests.Unicorn project to Ryujinx.slnAc_K
2018-09-13Update IStorage.cs (#415)Ac_K