aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-23Implement textureQueryLevels (#1007)gdkchan
2020-03-20Move the MakeOp to OpCodeTable class, for reduce the use of ConcurrentDiction...Chenj168
2020-03-20Support partial invalidation on texture access (#1000)gdkchan
2020-03-20Implement GetRegionCode and add the RegionCode to settings (#999)Ac_K
2020-03-20Modify TranslatedFunction.GetPointer () to optimize performance (#995)Chenj168
2020-03-18CodeGen Optimisations (LSRA and Translator) (#978)riperiperi
2020-03-18audren: Accept REV8 (#993)Thog
2020-03-15Improve shader sampler type selection (#989)gdkchan
2020-03-14Fix GTK window crash by using 24 bit surface on unix, 32 bit on windows. (#976)riperiperi
2020-03-14Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982)riperiperi
2020-03-13Implement MME shadow RAM (#987)gdkchan
2020-03-12Use a Jump Table for direct and indirect calls/jumps, removing transitions to...riperiperi
2020-03-11Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other...gdkchan
2020-03-10Implement VMOVL and VORR.I32 AArch32 SIMD instructions (#960)gdkchan
2020-03-10Insert the SD card by default (#968)Alex Barney
2020-03-10Optimize x64 loads and stores using complex addressing modes (#972)gdkchan
2020-03-07Move status information from the title bar to the new status bar (#948)Xpl0itR
2020-03-07A64 SIMD LDP and STP with size = 0b11 is undefined (#971)gdkchan
2020-03-06Fix branch with CC and predicate, and a case of SYNC propagation (#967)jduncanator
2020-03-05Implement Fast Paths for most A32 SIMD instructions (#952)jduncanator
2020-03-04Don't decode blocks starting outside mapped memory & undefined instead of thr...gdkchan
2020-03-04Implement some calls of ISelfController (#965)Ac_K
2020-03-03Add support for cache storage (#936)Alex Barney
2020-03-03Initial support for double precision shader instructions. (#963)gdkchan
2020-03-03update glwidget package (#961)emmauss
2020-03-03stub GetNintendoAccountUserResourceCacheForApplication (#962)Thog
2020-03-02Implement mii:u and mii:e entirely (#955)Thog
2020-03-01Implement SMULWB, SMULWT, SMLAWB, SMLAWT (AArch32) (#953)gdkchan
2020-03-01Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions (#954)gdkchan
2020-03-01Implement FACGE and FACGT (Scalar and Vector) AArch64 SIMD instructions (#956)gdkchan
2020-03-01Reduce copy destination size by target mipmap level, rather than source size....riperiperi
2020-02-29Set Undefined instruction emitter for Undefined property on InstDescriptor (#...gdkchan
2020-02-24Add most of the A32 instruction set to ARMeilleure (#897)riperiperi
2020-02-18Actually use the dummy NACP for EnsureApplicationSaveData (#939)Alex Barney
2020-02-18Improve rendering on resolution lower than 1080p (#944)Thog
2020-02-17Add button in settings to open logs folder (#947)Xpl0itR
2020-02-17Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931)gdkchan
2020-02-17Implement GetCurrentIpConfigInfo (#943)Thog
2020-02-15Catch System.IO.IOException (#932)Xpl0itR
2020-02-15Retrigger AppveyorThog
2020-02-15Accept gamepad inputs when not focused (#941)Thog
2020-02-14Fix crash when first starting the emulator (#945)Thog
2020-02-14Changes to configuration (#811)Xpl0itR
2020-02-14Remove ScopedGlContext (#933)Thog
2020-02-14Add version in all window titles (#935)Ac_K
2020-02-14Update bindless to indexed conversion code pattern match (#938)gdkchan
2020-02-14Sign-extend shader memory instruction offsets (#934)gdkchan
2020-02-13Some fixes for the new GLRenderer (#930)Thog
2020-02-12Improve build identification (#927)Thog
2020-02-12Reducing log sizes (#724)BaronKiko