| Commit message (Expand) | Author | Age | Files | Lines |
| * | Common: Cleanup memory and misc includes. | Emmanuel Gil Peyrot | 2015-06-28 | 10 | -25/+22 |
| * | Common: Cleanup profiler includes. | Emmanuel Gil Peyrot | 2015-06-28 | 4 | -7/+10 |
| * | Common: Cleanup thread includes. | Emmanuel Gil Peyrot | 2015-06-28 | 2 | -18/+15 |
| * | Common: Fix string_util includes. | Emmanuel Gil Peyrot | 2015-06-28 | 2 | -3/+9 |
| * | Common: Fix FileUtil includes, and everything relying on those. | Emmanuel Gil Peyrot | 2015-06-28 | 10 | -7/+21 |
| * | Citra: Fix the includes a bit, thanks to include-what-you-use. | Emmanuel Gil Peyrot | 2015-06-28 | 5 | -8/+19 |
| * | Common: Remove now-unused EMU_PLATFORM define, fixes issue #373. | Emmanuel Gil Peyrot | 2015-06-27 | 2 | -34/+0 |
| * | Common: Remove unused SSE version checking and a GCC macro. | Emmanuel Gil Peyrot | 2015-06-27 | 1 | -25/+0 |
| * | Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLAT... | Emmanuel Gil Peyrot | 2015-06-27 | 1 | -8/+7 |
| * | Common: Remove unused fifo_queue.h. | Emmanuel Gil Peyrot | 2015-06-27 | 2 | -112/+0 |
| * | VideoCore: Fix floating point warning | zawata | 2015-06-26 | 1 | -1/+1 |
| * | Add helpers to create IPC command buffer headers and descriptors | Yuri Kunde Schlesner | 2015-06-22 | 3 | -7/+43 |
| * | Merge pull request #860 from yuriks/y2r-color | Yuri Kunde Schlesner | 2015-06-21 | 5 | -174/+734 |
| |\ |
|
| | * | Y2R: Rework conversion process, enabling support for all formats | Yuri Kunde Schlesner | 2015-06-21 | 5 | -163/+695 |
| | * | Y2R: Re-organize how params are stored. Support SetConversionParams | Yuri Kunde Schlesner | 2015-06-20 | 1 | -72/+100 |
| * | | Merge pull request #855 from purpasmart96/service_rearrangment | bunnei | 2015-06-21 | 75 | -637/+1190 |
| |\ \
| |/
|/| |
|
| | * | Services: Continue separation of services into their own folders | purpasmart96 | 2015-06-11 | 75 | -637/+1190 |
| * | | Make the call stack entries not editable | Greg Wicks | 2015-06-19 | 1 | -0/+3 |
| * | | Merge pull request #849 from bunnei/fix-waitsynch-2 | bunnei | 2015-06-17 | 9 | -113/+68 |
| |\ \ |
|
| | * | | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | 2015-06-16 | 9 | -113/+68 |
| * | | | Merge pull request #864 from linkmauve/gl-info | Lioncash | 2015-06-17 | 1 | -0/+2 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | VideoCore: Log the GL driver’s vendor and renderer. | Emmanuel Gil Peyrot | 2015-06-16 | 1 | -0/+2 |
| * | | | Merge pull request #866 from lioncash/typo | Lioncash | 2015-06-16 | 1 | -1/+1 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | hw: Fix mismatched Write call | Lioncash | 2015-06-16 | 1 | -1/+1 |
| | |/ |
|
| * | | video_core: add extra braces around initializer | Yuri Kunde Schlesner | 2015-06-14 | 1 | -3/+3 |
| * | | vfp: Handle accesses to the VFP media feature registers | Lioncash | 2015-06-12 | 3 | -4/+8 |
| * | | vfp: Implement VMOVBCR/VMOVBRC | Lioncash | 2015-06-12 | 2 | -5/+8 |
| * | | Merge pull request #835 from tfarley/hw-renderer-fixes | bunnei | 2015-06-09 | 5 | -65/+140 |
| |\ \ |
|
| | * | | Renderer formatting edits | tfarley | 2015-06-08 | 2 | -26/+29 |
| | * | | Render-to-texture flush, interval math fix | tfarley | 2015-06-08 | 2 | -2/+14 |
| | * | | Liberal texture unbind (clout menu) | tfarley | 2015-06-08 | 2 | -4/+40 |
| | * | | Depth format fix (crush3d intro/black screens) | tfarley | 2015-06-08 | 1 | -46/+46 |
| | * | | Implemented glColorMask | tfarley | 2015-06-08 | 3 | -0/+24 |
| | |/ |
|
| * / | Robocopy doesn't like trailing slashes | Clienthax | 2015-06-09 | 1 | -4/+4 |
| |/ |
|
| * | arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA | Lioncash | 2015-06-04 | 1 | -5/+19 |
| * | ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder. | Subv | 2015-06-01 | 4 | -14/+38 |
| * | Merge pull request #838 from lioncash/thumb | Lioncash | 2015-05-31 | 1 | -3/+40 |
| |\ |
|
| | * | arm_dyncom_thumb: Fix encoding of BKPT's immediate | Lioncash | 2015-05-31 | 1 | -1/+4 |
| | * | arm_dyncom_thumb: Implement CPS and SETEND | Lioncash | 2015-05-31 | 1 | -0/+13 |
| | * | arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB. | Lioncash | 2015-05-31 | 1 | -0/+11 |
| | * | arm_dyncom_thumb: Implement REV, REV16, and REVSH. | Lioncash | 2015-05-31 | 1 | -2/+12 |
| * | | Merge pull request #811 from archshift/commonify | archshift | 2015-05-31 | 13 | -16/+17 |
| |\ \ |
|
| | * | | Move video_core/color.h to common/color.h | archshift | 2015-05-30 | 8 | -6/+8 |
| | * | | Move video_core/math.h to common/vector_math.h | archshift | 2015-05-30 | 9 | -10/+9 |
| * | | | Merge pull request #832 from yuriks/refresh-rate-option | bunnei | 2015-05-31 | 4 | -7/+2 |
| |\ \ \ |
|
| | * | | | Remove gpu_refresh_rate configuration option | Yuri Kunde Schlesner | 2015-05-29 | 4 | -7/+2 |
| * | | | | Pica: Use zero for the SecondaryFragmentColor source. | bunnei | 2015-05-31 | 3 | -11/+21 |
| * | | | | rasterizer: Remove unnecessary 'using' for BlendEquation. | bunnei | 2015-05-31 | 1 | -2/+1 |
| * | | | | Pica: Implement LogicOp function. | bunnei | 2015-05-31 | 7 | -8/+135 |
| * | | | | rasterizer: Implement AddSigned combiner function for alpha channel. | bunnei | 2015-05-31 | 1 | -0/+7 |