Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | Merge pull request #856 from lioncash/vfp | bunnei | 2015-06-12 | |
|\ \ \ \ \ | | | | | | | | | | | | | vfp: Implement VMOVBCR/VMOVBRC | |||
| * | | | | | vfp: Implement VMOVBCR/VMOVBRC | Lioncash | 2015-06-12 | |
|/ / / / / | ||||
| | | * / | Services: Continue separation of services into their own folders | purpasmart96 | 2015-06-11 | |
| | |/ / | ||||
* | | | | Merge pull request #835 from tfarley/hw-renderer-fixes | bunnei | 2015-06-09 | |
|\ \ \ \ | | | | | | | | | | | HW Renderer Screen Fixes | |||
* \ \ \ \ | Merge pull request #851 from clienthax/master | bunnei | 2015-06-09 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Robocopy doesn't like trailing slashes | |||
| | | | * | force no-tab/trailing spaces with git hook | Lectem | 2015-06-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unneeded stuff from pre-commit script The check against an empty commit was not needed (it is only a security for the 1st commit after git init). It could also possibly pose problems because of the redirection to /dev/null on some windows systems. newline at EOF & fixed indent | |||
| * | | | | Robocopy doesn't like trailing slashes | Clienthax | 2015-06-09 | |
|/ / / / | ||||
| * | | | Renderer formatting edits | tfarley | 2015-06-08 | |
| | | | | ||||
| * | | | Render-to-texture flush, interval math fix | tfarley | 2015-06-08 | |
| | | | | ||||
| * | | | Liberal texture unbind (clout menu) | tfarley | 2015-06-08 | |
| | | | | ||||
| * | | | Depth format fix (crush3d intro/black screens) | tfarley | 2015-06-08 | |
| | | | | ||||
| * | | | Implemented glColorMask | tfarley | 2015-06-08 | |
|/ / / | ||||
* | | | Merge pull request #848 from lioncash/ldm | bunnei | 2015-06-04 | |
|\ \ \ | | | | | | | | | arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA | |||
| * | | | arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA | Lioncash | 2015-06-04 | |
|/ / / | ||||
* | | | Merge pull request #845 from Subv/save | archshift | 2015-06-03 | |
|\ \ \ | | | | | | | | | ExtSavedata: Save the icon passed to CreateExtSaveData. | |||
* \ \ \ | Merge pull request #844 from chinhodado/xcpretty | archshift | 2015-06-01 | |
|\ \ \ \ | | | | | | | | | | | Use xcpretty for xcodebuild on Travis | |||
| | * | | | ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder. | Subv | 2015-06-01 | |
| |/ / / |/| | | | | | | | | | | | Organize the ExtSaveData folders as they are stored in the console. | |||
| * | | | Use xcpretty for xcodebuild on Travis | chinhodado | 2015-06-01 | |
| | | | | ||||
| | * | | Use correct style name: PascalCase instead of CamelCase | chinhodado | 2015-06-01 | |
| |/ / |/| | | ||||
* | | | Merge pull request #838 from lioncash/thumb | Lioncash | 2015-05-31 | |
|\ \ \ | | | | | | | | | arm_dyncom_thumb: Implement missing instructions. | |||
| * | | | arm_dyncom_thumb: Fix encoding of BKPT's immediate | Lioncash | 2015-05-31 | |
| | | | | ||||
| * | | | arm_dyncom_thumb: Implement CPS and SETEND | Lioncash | 2015-05-31 | |
| | | | | ||||
| * | | | arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB. | Lioncash | 2015-05-31 | |
| | | | | ||||
| * | | | arm_dyncom_thumb: Implement REV, REV16, and REVSH. | Lioncash | 2015-05-31 | |
| | | | | ||||
* | | | | Merge pull request #811 from archshift/commonify | archshift | 2015-05-31 | |
|\ \ \ \ | | | | | | | | | | | Commonify video_core utility headers | |||
* \ \ \ \ | Merge pull request #832 from yuriks/refresh-rate-option | bunnei | 2015-05-31 | |
|\ \ \ \ \ | | | | | | | | | | | | | Remove gpu_refresh_rate configuration option | |||
* \ \ \ \ \ | Merge pull request #822 from bunnei/pica-improvements | bunnei | 2015-05-31 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Pica improvements | |||
| * | | | | | Pica: Use zero for the SecondaryFragmentColor source. | bunnei | 2015-05-31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - This is a workaround until we support fragment lighting. | |||
| * | | | | | rasterizer: Remove unnecessary 'using' for BlendEquation. | bunnei | 2015-05-31 | |
| | | | | | | ||||
| * | | | | | Pica: Implement LogicOp function. | bunnei | 2015-05-31 | |
| | | | | | | ||||
| * | | | | | rasterizer: Implement AddSigned combiner function for alpha channel. | bunnei | 2015-05-31 | |
| | | | | | | ||||
| * | | | | | vertex_shader: Use address offset on src2 in inverted mode. | bunnei | 2015-05-31 | |
| | | | | | | ||||
| * | | | | | Pica: Implement command buffer execution registers. | bunnei | 2015-05-31 | |
| | | | | | | ||||
| * | | | | | vertex_shader: Implement SLT/SLTI instructions. | bunnei | 2015-05-31 | |
| | | | | | | ||||
| * | | | | | vertex_shader: Implement MIN instruction. | bunnei | 2015-05-31 | |
|/ / / / / | ||||
| | * | | | Move video_core/color.h to common/color.h | archshift | 2015-05-30 | |
| | | | | | ||||
| | * | | | Move video_core/math.h to common/vector_math.h | archshift | 2015-05-30 | |
| | |/ / | | | | | | | | | | | | | The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core. | |||
* | | | | Merge pull request #830 from SeannyM/qt-noborder | bunnei | 2015-05-30 | |
|\ \ \ \ | |_|/ / |/| | | | QT: Remove border around widgets | |||
* | | | | Merge pull request #810 from yuriks/memmap | Yuri Kunde Schlesner | 2015-05-29 | |
|\ \ \ \ | | | | | | | | | | | Kernel: Add VMManager to manage process address spaces | |||
| | | * | | Remove gpu_refresh_rate configuration option | Yuri Kunde Schlesner | 2015-05-29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing it makes emulation inherently inaccurate. It also had a wrong default value (30, whereas the real system has a refresh rate of 60 Hz) which, even if changed, would continue to be used unless people manually removed it from their config files. | |||
* | | | | | Merge pull request #818 from linkmauve/no-trailing-whitespace | Yuri Kunde Schlesner | 2015-05-29 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Ban trailing whitespace from the entire project, forever | |||
| * | | | | Travis: Add a check for trailing whitespace before any actual compilation. | Emmanuel Gil Peyrot | 2015-05-29 | |
| | | | | | ||||
| * | | | | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | |
|/ / / / | ||||
* | | | | Merge pull request #817 from linkmauve/citra.ico | Yuri Kunde Schlesner | 2015-05-29 | |
|\ \ \ \ | | | | | | | | | | | Move src/assets/citra.ico and doc-icon.png to dist | |||
| | | * | | QT: Remove border around widgets | Sean Maas | 2015-05-29 | |
| |_|/ / |/| | | | ||||
* | | | | Merge pull request #828 from lioncash/seq | Yuri Kunde Schlesner | 2015-05-27 | |
|\ \ \ \ | | | | | | | | | | | hid: Get rid of undefined behavior | |||
| * | | | | hid: Get rid of undefined behavior | Lioncash | 2015-05-27 | |
|/ / / / | | | | | | | | | | | | | Modifying a variable twice across a sequence point. | |||
| | * | | Memmap: Remove unused global pointers to memory areas | Yuri Kunde Schlesner | 2015-05-27 | |
| | | | | ||||
| | * | | Kernel: Add VMManager to manage process address spaces | Yuri Kunde Schlesner | 2015-05-27 | |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | This enables more dynamic management of the process address space, compared to just directly configuring the page table for major areas. This will serve as the foundation upon which the rest of the Kernel memory management functions will be built. | |||
* | | | Merge pull request #826 from lioncash/tables | Yuri Kunde Schlesner | 2015-05-26 | |
|\ \ \ | | | | | | | | | arm_dyncom_thumb: Merge STR/LDR table subsets. |