| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | vertex_loader: Provide an assertion for ensuring the loader has been setup | 2016-05-08 | 2 | -0/+7 | ||
| | * | | | | | | | | | vertex_loader: Add constructors to facilitate immediate and two-step initiali... | 2016-05-08 | 2 | -2/+6 | ||
| | * | | | | | | | | | vertex_loader: initialize_num_total_attributes. | 2016-05-08 | 1 | -1/+1 | ||
| | * | | | | | | | | | vertex_loader: Use std::array instead of raw C arrays | 2016-05-08 | 1 | -6/+7 | ||
| | * | | | | | | | | | vertex_loader: Correct header ordering | 2016-05-08 | 1 | -1/+1 | ||
| * | | | | | | | | | | Merge pull request #1837 from wwylele/sync-trap | 2016-05-22 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | SVC::WaitSynchronizationN: Reschedule at the end | 2016-05-21 | 1 | -2/+3 | ||
| * | | | | | | | | | | Merge pull request #1564 from MerryMage/this-is-only-a-test | 2016-05-21 | 3 | -0/+26 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Tests: Run tests on CI | 2016-05-19 | 1 | -0/+2 | ||
| | * | | | | | | | | | | tests: Infrastructure for unit tests | 2016-05-19 | 3 | -0/+24 | ||
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Refactor Tev stage dumper | 2016-05-21 | 2 | -115/+114 | ||
| * | | | | | | | | | | Extend Tev stage dumper | 2016-05-21 | 1 | -14/+38 | ||
| * | | | | | | | | | | Config: Restore previously selected audio sink option (#1824) | 2016-05-20 | 1 | -3/+3 | ||
| | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1797 from MerryMage/audio-mixer | 2016-05-19 | 5 | -10/+317 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | DSP/HLE: Audio output | 2016-05-19 | 1 | -0/+7 | ||
| | * | | | | | | | | | DSP/HLE: Implement mixer processing | 2016-05-19 | 5 | -11/+311 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1785 from MerryMage/mp-dpi | 2016-05-18 | 1 | -4/+12 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Microprofile: DPI-aware drawing | 2016-05-12 | 1 | -4/+12 | ||
| * | | | | | | | | | | Config: Audio sink configuration (#1798) | 2016-05-18 | 6 | -0/+134 | ||
| | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD | 2016-05-18 | 1 | -4/+8 | ||
| * | | | | | | | | | Update ACT:U and create ACT:A (#1809) | 2016-05-17 | 5 | -0/+56 | ||
| * | | | | | | | | | Merge pull request #1800 from JayFoxRox/set-fpscr | 2016-05-17 | 3 | -0/+6 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Set fpscr for new threads | 2016-05-17 | 3 | -0/+6 | ||
| * | | | | | | | | | | Merge pull request #1786 from JayFoxRox/blend-equation | 2016-05-16 | 4 | -0/+31 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | OpenGL: Support blend equation | 2016-05-12 | 4 | -0/+31 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1787 from JayFoxRox/refactor-jit | 2016-05-16 | 6 | -32/+50 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Use new shader-jit signature for interpreter | 2016-05-13 | 3 | -8/+8 | ||
| | * | | | | | | | | Refactor access to state in shader-jit | 2016-05-13 | 4 | -24/+42 | ||
| * | | | | | | | | | Merge pull request #1792 from JayFoxRox/avoid-uninitialised | 2016-05-15 | 2 | -11/+24 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | OpenGL: Only update depth uniforms if the depth changed | 2016-05-14 | 2 | -9/+22 | ||
| | * | | | | | | | | | OpenGL: value-initialize variables which cause uninitialised access otherwise | 2016-05-14 | 1 | -2/+2 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | DSP_DSP: Remove GetHeadphoneStatus logspam (#1799) | 2016-05-15 | 1 | -2/+2 | ||
| | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | | AudioCore: Implement time stretcher (#1737) | 2016-05-14 | 4 | -0/+219 | ||
| * | | | | | | | | Memory: Fixed a regression caused by #1695 and #1689. | 2016-05-14 | 1 | -0/+3 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1689 from Subv/shmem | 2016-05-13 | 18 | -128/+417 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | HLE/Applets: Give each applet its own block of heap memory, and use that when... | 2016-05-12 | 5 | -5/+44 | ||
| | * | | | | | | Kernel: Account for automatically-allocated shared memories in the amount of ... | 2016-05-12 | 1 | -0/+5 | ||
| | * | | | | | | APT: Move the shared font loading and relocation functions to their own subdi... | 2016-05-12 | 4 | -66/+167 | ||
| | * | | | | | | Kernel/SharedMemory: Log an error when Map fails. | 2016-05-12 | 1 | -1/+10 | ||
| | * | | | | | | Kernel: Implemented shared memory permissions. | 2016-05-12 | 4 | -9/+50 | ||
| | * | | | | | | APT: Implement relocating the shared font to its true address. | 2016-05-12 | 1 | -9/+74 | ||
| | * | | | | | | Kernel/Memory: Remove the Shared Memory region from the legacy memory map. | 2016-05-12 | 1 | -1/+0 | ||
| | * | | | | | | Kernel/SharedMemory: Properly implemented shared memory support. | 2016-05-12 | 10 | -118/+147 | ||
| | * | | | | | | Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. | 2016-05-12 | 2 | -2/+3 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1695 from Subv/tls_alloc | 2016-05-12 | 5 | -28/+74 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r... | 2016-05-07 | 5 | -28/+74 | ||
| * | | | | | | | Move program_counter and call_stack from UnitState to interpreter | 2016-05-12 | 3 | -45/+42 | ||
| * | | | | | | | Move default_attributes into Pica state | 2016-05-12 | 5 | -5/+5 | ||
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #1690 from JayFoxRox/tex-type-3 | 2016-05-11 | 7 | -38/+106 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | OpenGL: Implement texture type 3 | 2016-05-11 | 4 | -35/+67 | ||