aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-22Implement IParentalControlService CheckFreeCommunicationPermission (#665)jduncanator
2019-04-22Toggle VSync Hotkey (#659)BaronKiko
2019-04-20Sse optimized the 32-bit Vector & Scalar integer-to-fp conversion instruction...LDj3SNuD
2019-04-20Implement IIrSensorServer GetIrsensorSharedMemoryHandle (#664)jduncanator
2019-04-20Implement IIrSensorServer GetNpadIrCameraHandle (#663)jduncanator
2019-04-18New shader translator implementation (#654)gdkchan
2019-04-16Config option to ignore missing services (#658)BaronKiko
2019-04-12Sse optimized the Vector & Scalar fp-to-integer conversion instructions (unsi...LDj3SNuD
2019-04-11Add missing TextureCubeMapArray texture type entry (#657)jduncanator
2019-04-03Sse optimized all the fp to integer conversion instructions (signed) with Tes...LDj3SNuD
2019-03-25Add Cmeq_V, Cmge_V, Cmgt_V, Cmle_V & Cmlt_V (Z & ~Z) Sse opt.. (#646)LDj3SNuD
2019-03-24Complete ColorFormat enums (#652)Thomas Guillemard
2019-03-23Add Tbl_V Sse opt. with Tests. (#651)LDj3SNuD
2019-03-18Cubemap array support (#649)BaronKiko
2019-03-15Print Guest Stack Trace in ServiceNotImplemented Exception (#650)jduncanator
2019-03-13Add Rshrn_V & Shrn_V Sse opt.. Add Mla_V, Mls_V & Mul_V Sse opt.; add Tests. ...LDj3SNuD
2019-03-12Compressed M2mf texture copy fix (#612)BaronKiko
2019-03-04Rebased, in theory (#610)BaronKiko
2019-03-04Do naming refactoring on Ryujinx.Graphics (#611)Alex Barney
2019-03-02Reuse basePath variable in LocationHelper (#609)Ryan Teal
2019-03-02Fixed Scissor Test on Intel based GPUs (#595)BaronKiko
2019-03-01Create CpuTestSimdImm.cs (#608)LDj3SNuD
2019-02-28Misc. CPU optimizations (#575)gdkchan
2019-02-28 Initial non 2D textures support (#525)Thomas Guillemard
2019-02-26Optimize MOVI/MVNI instructions using intrinsics (#606)gdkchan
2019-02-26Optmize BFM instruction (#607)gdkchan
2019-02-26Remove all the calls to StaticCast methods (#605)gdkchan
2019-02-24Optimize address translation and write tracking on the MMU (#571)gdkchan
2019-02-23Add Tests for instructions Fcvtzs_Gp_Fixed & Fcvtzu_Gp_Fixed, Scvtf_Gp_Fixed ...LDj3SNuD
2019-02-23Implement fixed-point variant of the UCVTF and SCVTF instructions (#578)gdkchan
2019-02-22Initialize FrontFace register with a default value (#601)gdkchan
2019-02-19Implement ConvertScalingMode properly (#596)gdkchan
2019-02-19ARM exclusive monitor and multicore fixes (#589)gdkchan
2019-02-18Update CpuTestMisc.cs (#593)jduncanator
2019-02-18Optimize CMN/ADDS to do a single comparision like CMP/SUBS (#576)gdkchan
2019-02-18Update CpuTestMisc.csLDj3SNuD
2019-02-17Added "ROM not found." message if specified file is invalid. (#592)AlexLavoie42
2019-02-16Config: Correct MulticoreSched casing (#588)jduncanator
2019-02-15Implement IStorage GetSize (#585)gdkchan
2019-02-15Vi: Implement ConvertScalingMode (#581)jduncanator
2019-02-15Fix XMAD shader instruction, gl_FrontFacing and enable face culling (#583)gdkchan
2019-02-14Support HomeBrew Loader (#577)Thomas Guillemard
2019-02-13Change timestamp value on GPU query with timestamp and counter writeback (#547)gdkchan
2019-02-13Audio: Select a shared audio device by default (#574)jduncanator
2019-02-12Config: Resolve config and file log to application directory (#580)jduncanator
2019-02-12Do not increment played wave buffers count for empty wave buffers (#568)gdkchan
2019-02-11Logger and Configuration Refactoring (#573)jduncanator
2019-02-04Implement speculative translation on the CPU (#515)gdkchan
2019-01-31Scissor test fix (#563)BaronKiko
2019-01-31Disable file log by defaultemmauss