Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-05 | Use std::array<u8,2> instead of u8[2] to fix MSVC build | Lectem | |
2017-02-05 | Merge pull request #2027 from Lectem/ipcrefactor | Weiyi Wang | |
IPC helper | |||
2017-02-05 | fix wwylele's comment and use typename in templates | Lectem | |
2017-02-04 | Merge pull request #2476 from yuriks/shader-refactor3 | Yuri Kunde Schlesner | |
Oh No! More shader changes! | |||
2017-02-04 | Pica/Texture: Move part of ETC1 decoding to new file and cleanups | Yuri Kunde Schlesner | |
2017-02-04 | Pica/Texture: Simplify/cleanup texture tile addressing | Yuri Kunde Schlesner | |
2017-02-04 | VideoCore: Move LookupTexture out of debug_utils.h | Yuri Kunde Schlesner | |
2017-02-03 | Merge pull request #2496 from mailwl/cfg-mem | Yuri Kunde Schlesner | |
Core: update Kernel Config Memory to latest version (11.2) | |||
2017-02-03 | Merge pull request #2520 from wwylele/shader-stack-boundary | Yuri Kunde Schlesner | |
ShaderJIT: add 16 dummy bytes at the bottom of the stack | |||
2017-02-03 | Merge pull request #2518 from MerryMage/coproc | Yuri Kunde Schlesner | |
arm_dynarmic: Coprocessor support | |||
2017-02-03 | Merge pull request #2509 from jfmherokiller/settingscastpatch | bunnei | |
removed the possibly uneeded cast on values.gdbstub_port | |||
2017-02-03 | Merge pull request #2507 from jfmherokiller/keyidchange | bunnei | |
removal of the -1 case in the configure_input switch | |||
2017-02-03 | arm_dynarmic: Update memory interface | MerryMage | |
2017-02-03 | arm_dynarmic: CP15 support | MerryMage | |
2017-02-03 | ShaderJIT: add 16 dummy bytes at the bottom of the stack | wwylele | |
2017-02-02 | GSP_GPU::StoreDataCache stubbed (#2428) | mailwl | |
2017-01-31 | removed the possibly uneeded cast on values.gdbstub_port | noah the goodra | |
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 | |||
2017-01-31 | removal of the -1 case in the configure_input switch | noah the goodra | |
this case is unneeded because no enumeration value can possibly correspond to it | |||
2017-01-31 | HLE/Applets: Stub Mint (eShop) Applet (#2463) | mailwl | |
This allows Phoenix Wright - Dual Destinies to boot. | |||
2017-01-31 | Common/x64: remove legacy emitter and abi (#2504) | Weiyi Wang | |
These are not used any more since we moved shader JIT to xbyak. | |||
2017-01-31 | shader_jit_x64_compiler: esi and edi should be persistent (#2500) | Merry | |
2017-01-30 | file_util: Fixed implicit type conversion warning (#2503) | noah the goodra | |
2017-01-30 | Core: update Kernel Config Memory to latest version (11.2) | mailwl | |
2017-01-29 | Support looping HLE audio (#2422) | Jake Merdich | |
* Support looping HLE audio * DSP: Fix dirty bit clears, handle nonmonotonically incrementing IDs * DSP: Add start offset support | |||
2017-01-29 | Merge pull request #2368 from wwylele/camera-2 | Yuri Kunde Schlesner | |
CAM: build the service framework with a dummy implementation | |||
2017-01-29 | Merge pull request #2429 from wwylele/auto-language-fix | Yuri Kunde Schlesner | |
CFG: move language override to the boot process | |||
2017-01-29 | VideoCore: Make PrimitiveAssembler const-correct | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore: Extract swrast-specific data from OutputVertex | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore/Shader: Clean up OutputVertex::FromAttributeBuffer | Yuri Kunde Schlesner | |
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. | |||
2017-01-29 | Common: Optimize BitSet iterator | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore: Split shader output writing from semantic loading | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore: Consistently use shader configuration to load attributes | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore: Use correct register for immediate mode attribute count | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore: Rename some types to more accurate names | Yuri Kunde Schlesner | |
2017-01-29 | VideoCore: Change misleading register names | Yuri Kunde Schlesner | |
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. | |||
2017-01-30 | video_core: gl_rasterizer_cache.cpp removed unused type alias | Kloen | |
2017-01-30 | video_core: gl_rasterizer.cpp removed unused type alias | Kloen | |
2017-01-29 | Merge pull request #2494 from Kloen/killing-warnings-2-final-mix | Yuri Kunde Schlesner | |
core: inline CPU, 132 warnings fixed on GCC | |||
2017-01-29 | Merge pull request #2492 from Kloen/killing-warnings-HD1.5ReMIX | Yuri Kunde Schlesner | |
Fix OSX build warnings about unhandled enumeration values. | |||
2017-01-29 | Merge pull request #2493 from Kloen/killing-warnings-final-mix | Yuri Kunde Schlesner | |
video_core: silence unused-local-typedef boost related warnings on GCC | |||
2017-01-30 | core: inline CPU, 132 warnings fixed on GCC | Kloen | |
2017-01-29 | citra: add missing control paths for ResultStatus on rom load. Fix warning ↵ | Kloen | |
about unhandled enumeration values on OSX | |||
2017-01-29 | core: fix err_f.cpp warning about unhandled enumeration value on OSX | Kloen | |
2017-01-29 | core: fix savedata_archive.cpp warnings about unhandled enumeration values ↵ | Kloen | |
on OSX | |||
2017-01-29 | core: fix archive_sdmc.cpp warnings about unhandled enumeration value on OSX | Kloen | |
2017-01-29 | core: fix archive_extsavedata.cpp warning on OSX | Kloen | |
2017-01-29 | video_core: silence unused-local-typedef boost related warning on GCC | Kloen | |
2017-01-29 | core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC | Kloen | |
2017-01-28 | common: add <cstddef> to hash.h | Kloen | |
2017-01-28 | common: switch ComputeHash64 len param to size_t instead of int, fix warning ↵ | Kloen | |
on MSVC on dsp_dsp.cpp |