summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Tests: Run tests on CIGravatar MerryMage2016-05-194-2/+16
| * | | | | | | | | | tests: Infrastructure for unit testsGravatar MerryMage2016-05-196-0/+31
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1816 from JayFoxRox/refactor-tev-dumpGravatar bunnei2016-05-202-91/+114
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Refactor Tev stage dumperGravatar Jannik Vogel2016-05-212-115/+114
| * | | | | | | | | | Extend Tev stage dumperGravatar Jannik Vogel2016-05-211-14/+38
|/ / / / / / / / / /
* | / / / / / / / / Config: Restore previously selected audio sink option (#1824)Gravatar James Rowe2016-05-201-3/+3
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1797 from MerryMage/audio-mixerGravatar bunnei2016-05-195-10/+317
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DSP/HLE: Audio outputGravatar MerryMage2016-05-191-0/+7
| * | | | | | | | | DSP/HLE: Implement mixer processingGravatar MerryMage2016-05-195-11/+311
| |/ / / / / / / /
* | | | | | | | | Merge pull request #1785 from MerryMage/mp-dpiGravatar bunnei2016-05-181-4/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Microprofile: DPI-aware drawingGravatar MerryMage2016-05-121-4/+12
* | | | | | | | | | Config: Audio sink configuration (#1798)Gravatar Maribel2016-05-186-0/+134
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1814 from JayFoxRox/fix-read-after-writeGravatar Mat M2016-05-181-4/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSDGravatar Jannik Vogel2016-05-181-4/+8
|/ / / / / / / / /
* | | | | | | | | Update ACT:U and create ACT:A (#1809)Gravatar András Domonkos2016-05-175-0/+56
* | | | | | | | | Merge pull request #1800 from JayFoxRox/set-fpscrGravatar bunnei2016-05-173-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Set fpscr for new threadsGravatar Jannik Vogel2016-05-173-0/+6
* | | | | | | | | | Merge pull request #1786 from JayFoxRox/blend-equationGravatar bunnei2016-05-164-0/+31
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | OpenGL: Support blend equationGravatar Jannik Vogel2016-05-124-0/+31
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1787 from JayFoxRox/refactor-jitGravatar linkmauve2016-05-166-32/+50
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Use new shader-jit signature for interpreterGravatar Jannik Vogel2016-05-133-8/+8
| * | | | | | | | Refactor access to state in shader-jitGravatar Jannik Vogel2016-05-134-24/+42
* | | | | | | | | Merge pull request #1792 from JayFoxRox/avoid-uninitialisedGravatar bunnei2016-05-152-11/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | OpenGL: Only update depth uniforms if the depth changedGravatar Jannik Vogel2016-05-142-9/+22
| * | | | | | | | | OpenGL: value-initialize variables which cause uninitialised access otherwiseGravatar Jannik Vogel2016-05-141-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | DSP_DSP: Remove GetHeadphoneStatus logspam (#1799)Gravatar Maribel2016-05-151-2/+2
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | AudioCore: Implement time stretcher (#1737)Gravatar Maribel2016-05-144-0/+219
* | | | | | | | Merge pull request #1794 from Subv/regression_fixGravatar bunnei2016-05-141-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Memory: Fixed a regression caused by #1695 and #1689.Gravatar Subv2016-05-141-0/+3
|/ / / / / / /
* | | | | | | Merge pull request #1689 from Subv/shmemGravatar bunnei2016-05-1318-128/+417
|\ \ \ \ \ \ \
| * | | | | | | HLE/Applets: Give each applet its own block of heap memory, and use that when...Gravatar Subv2016-05-125-5/+44
| * | | | | | | Kernel: Account for automatically-allocated shared memories in the amount of ...Gravatar Subv2016-05-121-0/+5
| * | | | | | | APT: Move the shared font loading and relocation functions to their own subdi...Gravatar Subv2016-05-124-66/+167
| * | | | | | | Kernel/SharedMemory: Log an error when Map fails.Gravatar Subv2016-05-121-1/+10
| * | | | | | | Kernel: Implemented shared memory permissions.Gravatar Subv2016-05-124-9/+50
| * | | | | | | APT: Implement relocating the shared font to its true address.Gravatar Subv2016-05-121-9/+74
| * | | | | | | Kernel/Memory: Remove the Shared Memory region from the legacy memory map.Gravatar Subv2016-05-121-1/+0
| * | | | | | | Kernel/SharedMemory: Properly implemented shared memory support.Gravatar Subv2016-05-1210-118/+147
| * | | | | | | Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Gravatar Subv2016-05-122-2/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1788 from MerryMage/ext-soundtouchGravatar Tony Wasserka2016-05-131-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouchGravatar MerryMage2016-05-131-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1695 from Subv/tls_allocGravatar bunnei2016-05-125-28/+74
|\ \ \ \ \ \
| * | | | | | Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Gravatar Subv2016-05-075-28/+74
* | | | | | | Merge pull request #1783 from JayFoxRox/cleanup-shadersetupGravatar bunnei2016-05-127-50/+47
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Move program_counter and call_stack from UnitState to interpreterGravatar Jannik Vogel2016-05-123-45/+42
| * | | | | | Move default_attributes into Pica stateGravatar Jannik Vogel2016-05-125-5/+5
|/ / / / / /
* | | | | | Merge pull request #1690 from JayFoxRox/tex-type-3Gravatar bunnei2016-05-117-38/+106
|\ \ \ \ \ \
| * | | | | | OpenGL: Implement texture type 3Gravatar Jannik Vogel2016-05-114-35/+67
| * | | | | | Rasterizer: Implement texture type 3Gravatar Jannik Vogel2016-05-111-2/+27
| * | | | | | Pica: Add tc0.w to OutputVertexGravatar Jannik Vogel2016-05-111-1/+2