| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | 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 #1788 from MerryMage/ext-soundtouch | 2016-05-13 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouch | 2016-05-13 | 1 | -1/+1 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | 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 | ||
| * | | | | | | | Merge pull request #1783 from JayFoxRox/cleanup-shadersetup | 2016-05-12 | 7 | -50/+47 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | 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 | ||
| | * | | | | | | Rasterizer: Implement texture type 3 | 2016-05-11 | 1 | -2/+27 | ||
| | * | | | | | | Pica: Add tc0.w to OutputVertex | 2016-05-11 | 1 | -1/+2 | ||
| | * | | | | | | Pica: Add texture type to state | 2016-05-11 | 1 | -0/+10 | ||
| * | | | | | | | Merge pull request #1780 from JayFoxRox/shadersetup-class | 2016-05-11 | 5 | -58/+59 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Turn ShaderSetup into struct | 2016-05-11 | 5 | -58/+59 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1621 from JayFoxRox/w-buffer | 2016-05-10 | 6 | -14/+65 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | OpenGL: Implement W-Buffers and fix depth-mapping | 2016-05-10 | 3 | -4/+23 | ||
| | * | | | | | | Pica: Implement W-Buffer in SW rasterizer | 2016-05-10 | 4 | -11/+43 | ||
| * | | | | | | | Merge pull request #1774 from lioncash/warn | 2016-05-10 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gdbstub: Silence missing prototype warnings | 2016-05-10 | 1 | -3/+3 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1773 from lioncash/debug-build | 2016-05-10 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | gl_rasterizer: Fix compilation for debug builds | 2016-05-10 | 1 | -1/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1704 from JayFoxRox/pod-config | 2016-05-10 | 3 | -122/+164 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Pica: Use a union for PicaShaderConfig | 2016-05-03 | 3 | -125/+139 | ||
| | * | | | | | | Pica: Add TevStageConfigRaw to PicaShaderConfig (MSVC workaround) | 2016-05-03 | 2 | -2/+23 | ||
| | * | | | | | | Pica: Make PicaShaderConfig trivially_copyable and clear it before use | 2016-05-03 | 1 | -21/+28 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1771 from lioncash/user | 2016-05-09 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | dyncom: Reset the context into user mode correctly | 2016-05-09 | 1 | -1/+1 | ||
| * | | | | | | | Merge pull request #1770 from lioncash/format | 2016-05-09 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | source: Fix missing logging arguments | 2016-05-09 | 1 | -2/+2 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1768 from lioncash/swap | 2016-05-09 | 1 | -46/+22 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | swap: Get rid of pointer casting for swapping structs | 2016-05-08 | 1 | -5/+5 | ||
| | * | | | | | swap: Get rid of undefined behavior in swapf and swapd | 2016-05-08 | 1 | -14/+18 | ||
| | * | | | | | swap: Remove unused methods | 2016-05-08 | 1 | -28/+0 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1766 from Subv/log_cpu | 2016-05-08 | 3 | -0/+10 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1). | 2016-05-07 | 3 | -0/+10 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #1718 from alex-laties/fixup-type-conversions | 2016-05-07 | 14 | -45/+55 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | fixup simple type conversions where possible | 2016-05-07 | 14 | -45/+55 | ||
| * | | | | | | Merge pull request #1761 from Subv/applets_fb | 2016-05-07 | 5 | -23/+44 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk... | 2016-05-07 | 5 | -23/+44 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #1736 from MerryMage/sdl2-sink | 2016-05-07 | 9 | -3/+182 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | AudioCore: SDL2 Sink | 2016-05-07 | 9 | -3/+182 | ||
| * | | | | | | HLE: Fix recent DSP change for Visual Studio. | 2016-05-07 | 1 | -4/+2 | ||
| * | | | | | | Merge pull request #1544 from linkmauve/move-glad-init | 2016-05-07 | 3 | -6/+18 | ||
| |\ \ \ \ \ \ | ||||||