| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | SOC_U: Preliminary implementation of sockets. | 2014-12-31 | 8 | -25/+726 | ||
| |/ / | ||||||
| * | | Merge pull request #375 from lioncash/uops | 2014-12-31 | 1 | -9/+208 | ||
| |\ \ | |/ |/| | ||||||
| | * | dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX | 2014-12-31 | 1 | -9/+208 | ||
| * | | Merge pull request #338 from chinhodado/master | 2014-12-31 | 5 | -0/+2 | ||
| |\ \ | ||||||
| | * | | Add citra icon to Windows executable and title bar | 2014-12-31 | 5 | -0/+2 | ||
| * | | | Merge pull request #374 from bunnei/dyncom-cleanup-2 | 2014-12-31 | 2 | -654/+221 | ||
| |\ \ \ | |/ / |/| | | ||||||
| | * | | dyncom: Massive refactor | 2014-12-30 | 2 | -654/+221 | ||
| |/ / | ||||||
| * | | Merge pull request #369 from darkf/mingw_ | 2014-12-30 | 9 | -22/+50 | ||
| |\ \ | ||||||
| | * | | Fix MSVC-related #defines and add CMakeLists comment | 2014-12-29 | 6 | -11/+11 | ||
| | * | | Fix merge conflicts | 2014-12-29 | 288 | -14163/+17605 | ||
| | |\ \ | ||||||
| | * | | | Add comment regarding __WIN32__ in SkyEye code | 2014-11-28 | 1 | -0/+4 | ||
| | * | | | Fix MinGW build | 2014-11-28 | 9 | -22/+42 | ||
| * | | | | Merge pull request #372 from lioncash/warn | 2014-12-30 | 2 | -2/+2 | ||
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | vfp: Get rid of a few warnings | 2014-12-30 | 2 | -2/+2 | ||
| |/ / / | ||||||
| * | | | Merge pull request #371 from lioncash/vfp | 2014-12-30 | 3 | -12/+44 | ||
| |\ \ \ | ||||||
| | * | | | vfp: Implement VMOVBRRSS | 2014-12-30 | 3 | -12/+44 | ||
| |/ / / | ||||||
| * | | | Merge pull request #370 from lioncash/moresat | 2014-12-30 | 1 | -2/+61 | ||
| |\ \ \ | ||||||
| | * | | | dyncom: Implement USAT16/SSAT16 | 2014-12-30 | 1 | -2/+61 | ||
| |/ / / | ||||||
| * | | | Merge pull request #368 from purpasmart96/dsp_mem | 2014-12-29 | 3 | -2/+12 | ||
| |\ \ \ | ||||||
| | * | | | MemMap: Add support for DSP Read & Writes in the memory map | 2014-12-29 | 3 | -2/+12 | ||
| * | | | | Merge pull request #364 from Subv/master | 2014-12-29 | 17 | -68/+276 | ||
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | APT:A: Some style changes | 2014-12-29 | 1 | -12/+12 | ||
| | * | | | Archives: Implemented ExtSaveData and SharedExtSaveData | 2014-12-29 | 17 | -60/+268 | ||
| |/ / / | ||||||
| * | | | Merge pull request #367 from bunnei/usat_ssat | 2014-12-29 | 3 | -2/+131 | ||
| |\ \ \ | |/ / |/| | | ||||||
| | * | | dyncom: Implement USAT/SSAT | 2014-12-29 | 3 | -2/+131 | ||
| |/ / | ||||||
| * | | Merge pull request #253 from purpasmart96/mem_map | 2014-12-29 | 2 | -69/+76 | ||
| |\ \ | ||||||
| | * | | MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff | 2014-12-13 | 2 | -69/+76 | ||
| * | | | Merge pull request #362 from bunnei/dyncom-cleanup | 2014-12-29 | 5 | -7087/+5962 | ||
| |\ \ \ | ||||||
| | * | | | dyncom: Various cleanups to match coding style, no functional changes. | 2014-12-29 | 5 | -7087/+5962 | ||
| * | | | | Merge pull request #344 from Yllodra/Qt-Oddities | 2014-12-29 | 1 | -0/+3 | ||
| |\ \ \ \ | ||||||
| | * | | | | Remove duplicate work | 2014-12-26 | 1 | -7/+0 | ||
| | * | | | | Allow focus only when in popout mode | 2014-12-26 | 2 | -4/+10 | ||
| | * | | | | Allow focus on the Qt render widget | 2014-12-26 | 2 | -0/+4 | ||
| * | | | | | Merge pull request #351 from yuriks/optimize | 2014-12-30 | 7 | -80/+104 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Rasterizer: Pre-divide vertex attributes by W | 2014-12-29 | 3 | -8/+32 | ||
| | * | | | | GPU: Bitwise texture swizzling | 2014-12-29 | 1 | -27/+24 | ||
| | * | | | | Rasterizer: Common sub-expression elimination | 2014-12-29 | 1 | -14/+17 | ||
| | * | | | | Clipper: Compact buffers on each clipping pass | 2014-12-29 | 1 | -28/+27 | ||
| | * | | | | CMake: Require Boost 1.57.0 (fixes Travis OS X) | 2014-12-29 | 1 | -2/+2 | ||
| | * | | | | Clipper: Avoid dynamic allocations | 2014-12-29 | 2 | -10/+7 | ||
| | * | | | | Vertex Shader: Zero OutputVertex to avoid denormals | 2014-12-29 | 1 | -0/+4 | ||
| * | | | | | Merge pull request #361 from lioncash/moreqops | 2014-12-29 | 4 | -65/+142 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | dyncom: Implement QADD8/QSUB8 | 2014-12-29 | 1 | -32/+42 | ||
| | * | | | | | armemu: Implement QADD8/QSUB8 | 2014-12-29 | 3 | -33/+100 | ||
| * | | | | | | Merge pull request #363 from lioncash/label | 2014-12-29 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | dyncom: Fix SMLALXY's instruction labels | 2014-12-29 | 1 | -2/+2 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #303 from linkmauve/fs-cleanup | 2014-12-29 | 9 | -169/+97 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | FileSys: Clean up according to the coding style, and remove redundant namespa... | 2014-12-24 | 9 | -169/+97 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #360 from lioncash/dynuxt | 2014-12-28 | 1 | -2/+55 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | dyncom: Implement UXTB16/UXTAB16 | 2014-12-28 | 1 | -2/+55 | ||