aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-03Fix for integer vertex attributes and iset bf flag (#323)gdkchan
2018-08-02Use the more specific NotImplementedException type instead of just Exception ...AboodMadridista
2018-08-02moved metadata to processemmaus
2018-08-02Merge pull request #298 from Cyuubi/npdmemmauss
2018-08-01Sleep OpenAL thread (#313)ReinUsesLisp
2018-07-29Implement A2B10G10R10 TextureFormat (#248)greggameplayer
2018-07-29Add 5.0.0 IPCs (#300)Starlet
2018-07-29Cache changes (#302)ReinUsesLisp
2018-07-29Some fix to IRequest on NIFM, support sending objects to services (#294)gdkchan
2018-07-29Window related changes (#308)ReinUsesLisp
2018-07-26Avoid calling buffer binding when shader didn't change (#295)ReinUsesLisp
2018-07-26update encoding for branch instruction (#305)Arthur Chen
2018-07-24implemented ListDisplaysemmaus
2018-07-23Blit framebuffer without shaders (#229)ReinUsesLisp
2018-07-23Link BCAT:U & BCAT:A & BCAT:M & BCAT:S (#257)greggameplayer
2018-07-22Update ITimeZoneService.csAc_K
2018-07-20Add Npdm parsing into Ryujinx.HLEStarlet
2018-07-19Stub AppletOE UnlockExit (#279)Rygnus
2018-07-19Send data to OpenGL host without client-side copies (#285)ReinUsesLisp
2018-07-19fix extra spaceemmauss
2018-07-19Fix SystemPathToSwitchPath platform issues and make sure to delete temporary ...Thomas Guillemard
2018-07-19Added appveyor configuration file (#277)emmauss
2018-07-19.gitignore: ignore autogenerated launchSettings.json (#292)mailwl
2018-07-19Implement Geometry shaders (#280)ReinUsesLisp
2018-07-19AOpCodeTable: Speed up instruction decoding (#284)Merry
2018-07-19Support deswizzle of sparse tiled textures and some frame buffer fixes (#275)gdkchan
2018-07-19Implement SvcWaitForAddress 0x34 (#289)Ac_K
2018-07-19Update IGeneralService.csAc_K
2018-07-19 Implement GetCurrentIpAddress() and stub GetCurrentNetworkProfile() (#271)simonmkwii-dev
2018-07-18Implement Ssubw_V and Usubw_V instructions. (#287)LDj3SNuD
2018-07-19Implement BF10GF11RF11 TextureFormat (#246)greggameplayer
2018-07-19Implement Z24S8 TextureFormat (#247)greggameplayer
2018-07-18Implement IFileSystem:CleanDirectoryRecursively (#283)emmauss
2018-07-17Fix wrong assignment and allow null FilePaths on Executablegdkchan
2018-07-17Implement some shader instructions (#252)ReinUsesLisp
2018-07-17hbabi: Implement argv (#272)Thomas Guillemard
2018-07-16Fix LDXP/LDAXP when Rt == Rn (#274)gdkchan
2018-07-16Implement BC6H_SF16 & BC6H_UF16 Texture Formats (#255)greggameplayer
2018-07-15Add config key to dump shaders in local directory (#265)ReinUsesLisp
2018-07-15Fix EmitHighNarrow(), EmitSaturatingNarrowOp() when Rd == Rn || Rd == Rm (& P...LDj3SNuD
2018-07-15Fix RevMagic on audrengdkchan
2018-07-15Remove outdated commentgdkchan
2018-07-15Small nit on GetAudioRendererWorkBufferSizegdkchan
2018-07-15Add support for ioctl2, SetTimeout and KickoffPbWithAttr (#261)gdkchan
2018-07-14Audio Renderer improvements (#210)gdkchan
2018-07-14Improve CountLeadingZeros() algorithm, nits. (#219)LDj3SNuD
2018-07-14Allow using ulong max value as yield (#263)gdkchan
2018-07-14Add SMLSL, SQRSHRN and SRSHR (Vector) cpu instructions, nits (#225)gdkchan
2018-07-14Some small shader related fixes (#258)gdkchan
2018-07-13Implement CSRNG (Cryptographically Secure Random Bytes) (#216)Starlet