| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use std::array<u8,2> instead of u8[2] to fix MSVC build | 2017-02-05 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #2027 from Lectem/ipcrefactor | 2017-02-05 | 6 | -68/+364 | |
| |\ | | | | | IPC helper | ||||
| | * | fix wwylele's comment and use typename in templates | 2017-02-05 | 1 | -4/+4 | |
| | | | |||||
| | * | fix comments alignment | 2016-12-30 | 1 | -22/+22 | |
| | | | |||||
| | * | move Pop methods out of class body | 2016-12-26 | 1 | -72/+88 | |
| | | | |||||
| | * | IPC helpers example | 2016-12-26 | 3 | -35/+40 | |
| | | | |||||
| | * | IPC helpers | 2016-12-26 | 3 | -48/+323 | |
| | | | |||||
| * | | Merge pull request #2476 from yuriks/shader-refactor3 | 2017-02-04 | 20 | -181/+185 | |
| |\ \ | | | | | | | Oh No! More shader changes! | ||||
| | * | | VideoCore: Make PrimitiveAssembler const-correct | 2017-01-29 | 2 | -3/+4 | |
| | | | | |||||
| | * | | VideoCore: Extract swrast-specific data from OutputVertex | 2017-01-29 | 5 | -58/+64 | |
| | | | | |||||
| | * | | VideoCore/Shader: Clean up OutputVertex::FromAttributeBuffer | 2017-01-29 | 2 | -10/+16 | |
| | | | | | | | | | | | | | | | | | | | This also fixes a long-standing but neverthless harmless memory corruption bug, whech the padding of the OutputVertex struct would get corrupted by unused attributes. | ||||
| | * | | Common: Optimize BitSet iterator | 2017-01-29 | 1 | -14/+19 | |
| | | | | |||||
| | * | | VideoCore: Split shader output writing from semantic loading | 2017-01-29 | 3 | -24/+24 | |
| | | | | |||||
| | * | | VideoCore: Consistently use shader configuration to load attributes | 2017-01-29 | 7 | -47/+26 | |
| | | | | |||||
| | * | | VideoCore: Use correct register for immediate mode attribute count | 2017-01-29 | 2 | -7/+13 | |
| | | | | |||||
| | * | | VideoCore: Rename some types to more accurate names | 2017-01-29 | 10 | -21/+21 | |
| | | | | |||||
| | * | | VideoCore: Change misleading register names | 2017-01-29 | 4 | -8/+9 | |
| | | | | | | | | | | | | | | | | | | | A few registers had names such as "count" or "number" when they actually contained the maximum (that is, count - 1). This can easily lead to hard to notice off by one errors. | ||||
| * | | | Pica/Texture: Move part of ETC1 decoding to new file and cleanups | 2017-02-04 | 4 | -110/+159 | |
| | | | | |||||
| * | | | Pica/Texture: Simplify/cleanup texture tile addressing | 2017-02-04 | 5 | -44/+117 | |
| | | | | |||||
| * | | | VideoCore: Move LookupTexture out of debug_utils.h | 2017-02-04 | 9 | -308/+350 | |
| | | | | |||||
| * | | | Merge pull request #2496 from mailwl/cfg-mem | 2017-02-03 | 1 | -5/+8 | |
| |\ \ \ | | | | | | | | | Core: update Kernel Config Memory to latest version (11.2) | ||||
| | * | | | Core: update Kernel Config Memory to latest version (11.2) | 2017-01-30 | 1 | -5/+8 | |
| | | | | | |||||
| * | | | | Merge pull request #2520 from wwylele/shader-stack-boundary | 2017-02-03 | 1 | -2/+5 | |
| |\ \ \ \ | | | | | | | | | | | ShaderJIT: add 16 dummy bytes at the bottom of the stack | ||||
| | * | | | | ShaderJIT: add 16 dummy bytes at the bottom of the stack | 2017-02-03 | 1 | -2/+5 | |
| | | | | | | |||||
| * | | | | | Merge pull request #2518 from MerryMage/coproc | 2017-02-03 | 5 | -15/+140 | |
| |\ \ \ \ \ | | | | | | | | | | | | | arm_dynarmic: Coprocessor support | ||||
| | * | | | | | arm_dynarmic: Update memory interface | 2017-02-03 | 1 | -10/+10 | |
| | | | | | | | |||||
| | * | | | | | arm_dynarmic: CP15 support | 2017-02-03 | 5 | -5/+130 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #2509 from jfmherokiller/settingscastpatch | 2017-02-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | removed the possibly uneeded cast on values.gdbstub_port | ||||
| | * | | | | | | removed the possibly uneeded cast on values.gdbstub_port | 2017-01-31 | 1 | -1/+1 | |
| | | |/ / / / | |/| | | | | | | | | | | | | | | | | as far as i could tell this cast is unneeded because [GDBStub::SetServerPort](https://github.com/citra-emu/citra/blob/master/src/core/gdbstub/gdbstub.cpp#L897) takes a u16 and [values.gdbstub_port](https://github.com/citra-emu/citra/blob/master/src/core/settings.h#L116) is already a u16 | ||||
| * | | | | | | Merge pull request #2507 from jfmherokiller/keyidchange | 2017-02-03 | 1 | -1/+0 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | removal of the -1 case in the configure_input switch | ||||
| | * | | | | | | removal of the -1 case in the configure_input switch | 2017-01-31 | 1 | -1/+0 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | this case is unneeded because no enumeration value can possibly correspond to it | ||||
| * / / / / / | GSP_GPU::StoreDataCache stubbed (#2428) | 2017-02-02 | 1 | -1/+28 | |
| |/ / / / / | |||||
| * | | | | | HLE/Applets: Stub Mint (eShop) Applet (#2463) | 2017-01-31 | 4 | -0/+108 | |
| | | | | | | | | | | | | | | | | | | | | | This allows Phoenix Wright - Dual Destinies to boot. | ||||
| * | | | | | Common/x64: remove legacy emitter and abi (#2504) | 2017-01-31 | 6 | -4202/+1 | |
| | | | | | | | | | | | | | | | | These are not used any more since we moved shader JIT to xbyak. | ||||
| * | | | | | shader_jit_x64_compiler: esi and edi should be persistent (#2500) | 2017-01-31 | 1 | -0/+2 | |
| | | | | | | |||||
| * | | | | | file_util: Fixed implicit type conversion warning (#2503) | 2017-01-30 | 1 | -2/+2 | |
| |/ / / / | |||||
| * / / / | Support looping HLE audio (#2422) | 2017-01-29 | 2 | -11/+35 | |
| |/ / / | | | | | | | | | | | | | * Support looping HLE audio * DSP: Fix dirty bit clears, handle nonmonotonically incrementing IDs * DSP: Add start offset support | ||||
| * | | | Merge pull request #2368 from wwylele/camera-2 | 2017-01-29 | 14 | -172/+1520 | |
| |\ \ \ | | | | | | | | | CAM: build the service framework with a dummy implementation | ||||
| | * | | | CAM: implement basic camera functions with a blank camera | 2017-01-11 | 14 | -172/+1520 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2429 from wwylele/auto-language-fix | 2017-01-29 | 1 | -36/+38 | |
| |\ \ \ | | | | | | | | | CFG: move language override to the boot process | ||||
| | * | | | CFG: override language setting on boot | 2017-01-19 | 1 | -36/+38 | |
| | | | | | |||||
| * | | | | video_core: gl_rasterizer_cache.cpp removed unused type alias | 2017-01-30 | 1 | -1/+0 | |
| | | | | | |||||
| * | | | | video_core: gl_rasterizer.cpp removed unused type alias | 2017-01-30 | 1 | -2/+0 | |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #2494 from Kloen/killing-warnings-2-final-mix | 2017-01-29 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | core: inline CPU, 132 warnings fixed on GCC | ||||
| | * | | | core: inline CPU, 132 warnings fixed on GCC | 2017-01-30 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | Merge pull request #2492 from Kloen/killing-warnings-HD1.5ReMIX | 2017-01-29 | 5 | -0/+48 | |
| |\ \ \ \ | | | | | | | | | | | Fix OSX build warnings about unhandled enumeration values. | ||||
| | * | | | | citra: add missing control paths for ResultStatus on rom load. Fix warning ↵ | 2017-01-29 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | about unhandled enumeration values on OSX | ||||
| | * | | | | core: fix err_f.cpp warning about unhandled enumeration value on OSX | 2017-01-29 | 1 | -0/+2 | |
| | | | | | | |||||
| | * | | | | core: fix savedata_archive.cpp warnings about unhandled enumeration values ↵ | 2017-01-29 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | on OSX | ||||
| | * | | | | core: fix archive_sdmc.cpp warnings about unhandled enumeration value on OSX | 2017-01-29 | 1 | -0/+12 | |
| | | | | | | |||||