summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-19tests: Infrastructure for unit testsMerryMage
2016-05-14AudioCore: Implement time stretcher (#1737)Maribel
2016-05-14Merge pull request #1794 from Subv/regression_fixbunnei
2016-05-14Memory: Fixed a regression caused by #1695 and #1689.Subv
2016-05-13Merge pull request #1689 from Subv/shmembunnei
2016-05-13Merge pull request #1788 from MerryMage/ext-soundtouchTony Wasserka
2016-05-13gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouchMerryMage
2016-05-12Merge pull request #1695 from Subv/tls_allocbunnei
2016-05-12HLE/Applets: Give each applet its own block of heap memory, and use that when...Subv
2016-05-12Kernel: Account for automatically-allocated shared memories in the amount of ...Subv
2016-05-12APT: Move the shared font loading and relocation functions to their own subdi...Subv
2016-05-12Kernel/SharedMemory: Log an error when Map fails.Subv
2016-05-12Kernel: Implemented shared memory permissions.Subv
2016-05-12APT: Implement relocating the shared font to its true address.Subv
2016-05-12Kernel/Memory: Remove the Shared Memory region from the legacy memory map.Subv
2016-05-12Kernel/SharedMemory: Properly implemented shared memory support.Subv
2016-05-12Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Subv
2016-05-12Merge pull request #1783 from JayFoxRox/cleanup-shadersetupbunnei
2016-05-12Move program_counter and call_stack from UnitState to interpreterJannik Vogel
2016-05-12Move default_attributes into Pica stateJannik Vogel
2016-05-11Merge pull request #1690 from JayFoxRox/tex-type-3bunnei
2016-05-11Merge pull request #1780 from JayFoxRox/shadersetup-classbunnei
2016-05-11Turn ShaderSetup into structJannik Vogel
2016-05-11OpenGL: Implement texture type 3Jannik Vogel
2016-05-11Rasterizer: Implement texture type 3Jannik Vogel
2016-05-11Pica: Add tc0.w to OutputVertexJannik Vogel
2016-05-11Pica: Add texture type to stateJannik Vogel
2016-05-10Merge pull request #1621 from JayFoxRox/w-bufferbunnei
2016-05-10Merge pull request #1774 from lioncash/warnbunnei
2016-05-10Merge pull request #1773 from lioncash/debug-buildMat M
2016-05-10gl_rasterizer: Fix compilation for debug buildsLioncash
2016-05-10gdbstub: Silence missing prototype warningsLioncash
2016-05-10OpenGL: Implement W-Buffers and fix depth-mappingJannik Vogel
2016-05-10Pica: Implement W-Buffer in SW rasterizerJannik Vogel
2016-05-10Merge pull request #1704 from JayFoxRox/pod-configlinkmauve
2016-05-09Merge pull request #1771 from lioncash/userbunnei
2016-05-09dyncom: Reset the context into user mode correctlyLioncash
2016-05-09Merge pull request #1770 from lioncash/formatbunnei
2016-05-09source: Fix missing logging argumentsLioncash
2016-05-09Merge pull request #1768 from lioncash/swapbunnei
2016-05-08swap: Get rid of pointer casting for swapping structsLioncash
2016-05-08swap: Get rid of undefined behavior in swapf and swapdLioncash
2016-05-08swap: Remove unused methodsLioncash
2016-05-08Merge pull request #1766 from Subv/log_cpubunnei
2016-05-07Merge pull request #1718 from alex-laties/fixup-type-conversionsbunnei
2016-05-07Merge pull request #1761 from Subv/applets_fbbunnei
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-05-07Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Subv
2016-05-07Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Subv
2016-05-07Merge pull request #1736 from MerryMage/sdl2-sinkbunnei