Commit graph

  • 26bc816d7a Renderer formatting edits tfarley 2015-06-06 23:24:11 -04:00
  • 66b0d799ee Render-to-texture flush, interval math fix tfarley 2015-05-29 21:54:53 -04:00
  • 5025b35563 Liberal texture unbind (clout menu) tfarley 2015-05-29 20:53:50 -04:00
  • fa2c92a3ac Depth format fix (crush3d intro/black screens) tfarley 2015-05-28 23:32:10 -04:00
  • d42275f11c Implemented glColorMask tfarley 2015-05-28 21:41:37 -04:00
  • b1cb0a3f2c Merge pull request #848 from lioncash/ldm bunnei 2015-06-04 18:02:43 -04:00
  • 04f204ed00 arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA Lioncash 2015-06-04 08:42:14 -04:00
  • 7589a5ad4d Merge pull request #845 from Subv/save archshift 2015-06-03 14:53:02 -07:00
  • 9adb2dfb2e Merge pull request #844 from chinhodado/xcpretty archshift 2015-06-01 20:21:35 -07:00
  • 66c1db7288 ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder. Subv 2015-06-01 21:26:40 -05:00
  • c2046a109a Use xcpretty for xcodebuild on Travis chinhodado 2015-06-01 21:27:22 -04:00
  • b2f49cefb8 Use correct style name: PascalCase instead of CamelCase chinhodado 2015-06-01 17:01:02 -04:00
  • 1974da272d Merge pull request #838 from lioncash/thumb Lioncash 2015-05-31 22:19:31 -04:00
  • c00781a908 arm_dyncom_thumb: Fix encoding of BKPT's immediate Lioncash 2015-05-31 05:48:00 -04:00
  • 85b1dddda1 arm_dyncom_thumb: Implement CPS and SETEND Lioncash 2015-05-31 05:32:46 -04:00
  • 7caef19c89 arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB. Lioncash 2015-05-31 04:42:39 -04:00
  • b64dea80ce arm_dyncom_thumb: Implement REV, REV16, and REVSH. Lioncash 2015-05-31 03:33:07 -04:00
  • 0414ad20cb Merge pull request #811 from archshift/commonify archshift 2015-05-31 09:55:29 -07:00
  • 833936fc64 Merge pull request #832 from yuriks/refresh-rate-option bunnei 2015-05-31 04:48:20 -04:00
  • 8852fc6a87 Merge pull request #822 from bunnei/pica-improvements bunnei 2015-05-31 02:21:55 -04:00
  • 33b9abb91e Pica: Use zero for the SecondaryFragmentColor source. bunnei 2015-05-25 18:45:05 -04:00
  • dcbc653b90 rasterizer: Remove unnecessary 'using' for BlendEquation. bunnei 2015-05-25 18:39:36 -04:00
  • e6ace38815 Pica: Implement LogicOp function. bunnei 2015-05-25 18:39:03 -04:00
  • 3b5ff61201 rasterizer: Implement AddSigned combiner function for alpha channel. bunnei 2015-05-25 00:40:01 -04:00
  • 1574c44586 vertex_shader: Use address offset on src2 in inverted mode. bunnei 2015-05-24 10:27:31 -04:00
  • 02c9fe202c Pica: Implement command buffer execution registers. bunnei 2015-05-24 00:55:35 -04:00
  • 4ac6c1a3b5 vertex_shader: Implement SLT/SLTI instructions. bunnei 2015-05-22 23:40:43 -04:00
  • 875bd29766 vertex_shader: Implement MIN instruction. bunnei 2015-05-22 23:13:09 -04:00
  • 76690392bf Move video_core/color.h to common/color.h archshift 2015-05-24 12:20:31 -07:00
  • 5df2d1b5f7 Move video_core/math.h to common/vector_math.h archshift 2015-05-24 12:16:22 -07:00
  • 595fe49a8f Merge pull request #830 from SeannyM/qt-noborder bunnei 2015-05-30 12:04:36 -04:00
  • 8a04c65e20 Merge pull request #810 from yuriks/memmap Yuri Kunde Schlesner 2015-05-29 18:00:17 -07:00
  • d65b42a69a Remove gpu_refresh_rate configuration option Yuri Kunde Schlesner 2015-05-29 19:17:51 -03:00
  • a489a84656 Merge pull request #818 from linkmauve/no-trailing-whitespace Yuri Kunde Schlesner 2015-05-29 15:09:26 -07:00
  • cd03abe08b Travis: Add a check for trailing whitespace before any actual compilation. Emmanuel Gil Peyrot 2015-05-25 20:28:17 +02:00
  • b1503b2020 Remove every trailing whitespace from the project (but externals). Emmanuel Gil Peyrot 2015-05-25 20:34:09 +02:00
  • fb597b6d68 Merge pull request #817 from linkmauve/citra.ico Yuri Kunde Schlesner 2015-05-29 13:56:58 -07:00
  • cd99944b1d QT: Remove border around widgets Sean Maas 2015-05-28 19:02:56 -04:00
  • 3c47522e67 Merge pull request #828 from lioncash/seq Yuri Kunde Schlesner 2015-05-27 11:50:57 -07:00
  • a3cad6c332 hid: Get rid of undefined behavior Lioncash 2015-05-27 12:20:09 -04:00
  • 88365a23e7 Memmap: Remove unused global pointers to memory areas Yuri Kunde Schlesner 2015-05-24 02:12:57 -03:00
  • 0a60aa75c2 Kernel: Add VMManager to manage process address spaces Yuri Kunde Schlesner 2015-05-21 00:37:07 -03:00
  • ad883db7a9 Merge pull request #826 from lioncash/tables Yuri Kunde Schlesner 2015-05-26 22:05:13 -07:00
  • 0265d950e6 arm_dyncom_thumb: Merge STR/LDR table subsets. Lioncash 2015-05-26 20:18:47 -04:00
  • 0ff414f561 Merge pull request #825 from lioncash/dync Lioncash 2015-05-26 20:27:48 -04:00
  • f62ab75c67 arm_dyncom_interpreter: Remove unused variable Lioncash 2015-05-26 17:43:05 -04:00
  • 4d93c30c97 Merge pull request #821 from Subv/ImportDisplayCaptureInfo bunnei 2015-05-26 01:14:21 -04:00
  • fa397494b0 Service/GSP: Implemented ImportDisplayCaptureInfo. Subv 2015-05-25 17:01:38 -05:00
  • 5bcff3b837 Merge pull request #820 from Subv/creatememoryblock bunnei 2015-05-25 22:43:17 -04:00
  • 732839b1f4 Core/SVC: Map the shared memory created in CreateMemoryBlock to the specified address. Subv 2015-05-25 16:17:26 -05:00
  • c319d1ada7 Documentation: Move doc-icon.png from the root to dist. Emmanuel Gil Peyrot 2015-05-25 19:39:50 +02:00
  • 87d9df89bb Assets: Move citra.ico from src/assets to dist. Emmanuel Gil Peyrot 2015-05-25 19:00:43 +02:00
  • 33c57361a9 Update bundled GLFW to 3.1.1 Yuri Kunde Schlesner 2015-05-25 00:42:21 -03:00
  • 8c1ab1c2c4 arm_dyncom_interpreter: Remove unused macro Lioncash 2015-05-24 19:21:05 -04:00
  • 99b1f868a3 Merge pull request #809 from lioncash/header Lioncash 2015-05-23 21:28:26 -04:00
  • 6278937a28 dyncom: Get rid of armemu.h Lioncash 2015-05-23 20:51:02 -04:00
  • 513f6a277e Merge pull request #805 from lioncash/warn Lioncash 2015-05-23 17:28:39 -04:00
  • 5f193bbf06 Merge pull request #806 from yuriks/annoying-qt-warning Tony Wasserka 2015-05-23 14:01:06 +02:00
  • c9244a03c7 Qt: Silence a bogus warning printed when using the debug runtime Yuri Kunde Schlesner 2015-05-23 02:25:21 -03:00
  • 951353558e gl_state: Remove unnecessary const specifier on Apply Lioncash 2015-05-23 00:58:32 -04:00
  • ebca3a4902 y2r_u: Remove unused variable in StartConversion Lioncash 2015-05-23 00:46:22 -04:00
  • dc587fa295 video_core/utils: Remove unused variables in GetMortonOffset Lioncash 2015-05-23 00:38:37 -04:00
  • 1c21354159 Merge pull request #804 from lioncash/dclean Lioncash 2015-05-23 00:09:55 -04:00
  • 92fd2753c5 dyncom: Remove unused cpu parameter from decode_thumb_instr Lioncash 2015-05-22 23:42:23 -04:00
  • 097d8282a6 dyncom: remove load_r15 from arm_inst Lioncash 2015-05-22 23:37:49 -04:00
  • a7946f9027 Merge pull request #776 from bunnei/pica-state bunnei 2015-05-22 23:27:41 -04:00
  • 8617938441 dyncom: Remove unnecessary parameter for load/store operations Lioncash 2015-05-22 23:14:22 -04:00
  • 1b42d55a9d Pica: Create 'State' structure and move state memory there. bunnei 2015-05-13 23:29:27 -04:00
  • 41531eeb32 Merge pull request #801 from purpasmart96/hid_stubs bunnei 2015-05-22 20:44:22 -04:00
  • 4c207798b4 Merge pull request #803 from lioncash/typo Yuri Kunde Schlesner 2015-05-22 16:54:06 -07:00
  • 23d5df9d9c gl_state: Fix a condition typo in Apply Lioncash 2015-05-22 19:48:06 -04:00
  • 932aeb333f Merge pull request #802 from bunnei/vfp-trace-log Lioncash 2015-05-22 19:44:22 -04:00
  • 3a348a90fd VFP: Log as trace to get rid of spamming. bunnei 2015-05-22 19:42:44 -04:00
  • 7b94b312d3 Merge pull request #789 from tfarley/opengl-renderer bunnei 2015-05-22 19:40:57 -04:00
  • 0c62b7b106 HID: Stub DisableAccelerometer and DisableGyroscopeLow purpasmart96 2015-05-22 15:55:27 -07:00
  • 62668688e1 Flush for y2r (moflex) tfarley 2015-05-22 14:49:42 -07:00
  • 16fbba3c2a MakeCurrent race condition fix tfarley 2015-05-18 21:24:43 -07:00
  • 05dc633a8c OpenGL renderer tfarley 2015-05-18 21:21:33 -07:00
  • 6d995b1ff6 INI hw/sw renderer toggle tfarley 2015-05-03 15:34:48 -04:00
  • eca2b71fa8 Merge pull request #798 from yuriks/y2r-bw Yuri Kunde Schlesner 2015-05-22 14:06:20 -07:00
  • 9108482888 Service::Y2R: Support for grayscale decoding of specific formats Yuri Kunde Schlesner 2015-05-21 23:27:48 -03:00
  • 590ea33bf0 Merge pull request #795 from lioncash/clang Lioncash 2015-05-22 10:39:41 -04:00
  • 572c91a024 dyncom: Eliminate clang warnings Lioncash 2015-05-21 16:37:41 -04:00
  • bf5e1d08bc Merge pull request #794 from linkmauve/resource-limit Yuri Kunde Schlesner 2015-05-21 12:10:41 -07:00
  • b8f93e6b18 Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback code to prevent it from happening again. Emmanuel Gil Peyrot 2015-05-21 20:54:49 +02:00
  • 1b7596e779 Merge pull request #792 from bunnei/fix-zalbw Yuri Kunde Schlesner 2015-05-20 17:51:34 -07:00
  • 25f14e76f1 y2r_u: Stub StartConversion to prevent moflex games from hanging. bunnei 2015-05-19 21:11:32 -04:00
  • 0b7d2941cf Kernel: Move reschedules from SVCs to actual mechanisms that reschedule. bunnei 2015-05-19 20:24:30 -04:00
  • 1c3cda5d7e Merge pull request #783 from jroweboy/cond-wait bunnei 2015-05-18 18:49:51 -04:00
  • 859707642e Merge pull request #766 from purpasmart96/cfg_service_update bunnei 2015-05-18 10:18:58 -04:00
  • a406207cd8 Use condition var to properly pause the CPU thread James Rowe 2015-05-16 11:56:00 -06:00
  • f0365f28c2 Merge pull request #772 from lioncash/warn bunnei 2015-05-18 08:08:49 -04:00
  • 1b47da4115 Merge pull request #785 from archshift/break bunnei 2015-05-18 08:04:22 -04:00
  • 2c721f3764 Merge pull request #787 from Subv/default_attributes_fallback Tony Wasserka 2015-05-18 00:44:46 +02:00
  • 24d9416930 GPU/DefaultAttributes: Clear up a comment in command_processor Subv 2015-05-17 14:13:11 -05:00
  • 658c44af5c GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the default attributes, if set. Subv 2015-05-17 11:52:17 -05:00
  • 11057488f9 Implement svcBreak archshift 2015-05-16 22:06:59 -07:00
  • 9fb9750411 Merge pull request #781 from archshift/delete bunnei 2015-05-16 11:16:29 -04:00
  • 42c6590349 Merge pull request #778 from purpasmart96/apt_assert_fix bunnei 2015-05-16 02:31:22 -04:00
  • 4b300ba763 Delete unused hle/coprocessor.cpp archshift 2015-05-15 23:24:11 -07:00