1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-26 13:11:09 -06:00

Commit Graph

  • a434fdcb10 core: Implement multicore support. bunnei 2018-05-02 22:36:51 -04:00
  • 9776ff9179 core: Create a thread for each CPU core, keep in lock-step with a barrier. bunnei 2018-05-02 21:26:14 -04:00
  • 5590245930 core: Move common CPU core things to its own class. bunnei 2018-05-01 22:21:38 -04:00
  • 5e9c547952 Stubs for QLaunch (#428) Hexagon12 2018-05-07 18:27:30 +03:00
  • 266703b50e hid: Tweaks, Analog Sticks (#435) Max Thomas 2018-05-07 09:06:02 -06:00
  • 9eccb5de9d Merge pull request #434 from lioncash/vdtor bunnei 2018-05-03 15:09:14 -04:00
  • 8c665d6752 Merge pull request #433 from lioncash/logging bunnei 2018-05-03 15:08:43 -04:00
  • 732a77d0e8 memory_hook: Default virtual destructor in the cpp file Lioncash 2018-05-03 08:06:44 -04:00
  • 9f3641755e core_timing: Don't include the log header in core timing's header Lioncash 2018-05-03 07:53:05 -04:00
  • 1147db9dd1 Merge pull request #431 from lioncash/fmt bunnei 2018-05-02 15:24:41 -04:00
  • b1a8e5914b Merge pull request #430 from lioncash/vec bunnei 2018-05-02 09:55:32 -04:00
  • 902182f80c Merge pull request #427 from bunnei/domain-inputs bunnei 2018-05-02 09:55:14 -04:00
  • 7c9644646f general: Make formatting of logged hex values more straightforward Lioncash 2018-05-02 09:14:28 -04:00
  • fadab1d5f3 ipc: Add support for PopIpcInterface() method. bunnei 2018-04-30 23:24:31 -04:00
  • acc10c7ee2 vector_math: Ensure members are always initialized Lioncash 2018-05-01 21:25:20 -04:00
  • 8262aeeac8 Merge pull request #429 from Subv/ioctl_corruption bunnei 2018-05-01 16:28:54 -04:00
  • ff2f0d980a GetSharedFontInOrderOfPriority (#381) David 2018-05-01 13:28:36 -07:00
  • 0c8b7c00e8 GPU: Don't write to invalid memory locations when handling ioctls that don't have an output. Subv 2018-05-01 14:54:15 -05:00
  • f362cf46ee Merge pull request #425 from lioncash/namespace bunnei 2018-04-30 10:15:27 -04:00
  • 0197e28cc9 core_timing: Namespace all functions and constants in core_timing's header Lioncash 2018-04-30 03:24:27 -04:00
  • 81a0082f6b Merge pull request #424 from lioncash/string bunnei 2018-04-29 21:49:13 -04:00
  • 225ff1130f Merge pull request #422 from bunnei/shader-mov bunnei 2018-04-29 21:47:42 -04:00
  • b3962e7d1e Merge pull request #423 from lioncash/file bunnei 2018-04-29 21:47:28 -04:00
  • 3abba08080 string_util: Remove StringFromFormat() and related functions Lioncash 2018-04-29 18:37:15 -04:00
  • e8bbafb746 file_util: Make move constructor/assignment operator and related functions noexcept Lioncash 2018-04-29 18:29:03 -04:00
  • 40d2dcabd7 file_util: Add static assertions to ReadBytes() and WriteBytes() Lioncash 2018-04-29 18:18:39 -04:00
  • f41eb95e13 maxwell_3d: Reset vertex counts after drawing. bunnei 2018-04-29 16:23:31 -04:00
  • 08b8fcbe6d gl_shader_decompiler: Implement MOV_R. bunnei 2018-04-29 13:50:52 -04:00
  • 316327f487 maxwell_to_gl: Implement type SignedNorm, Size_8_8_8_8. bunnei 2018-04-29 13:50:02 -04:00
  • c7ce472eeb shader_bytecode: Add decoding for FMNMX instruction. bunnei 2018-04-29 13:49:16 -04:00
  • 869075867b Merge pull request #421 from Subv/sh_pred3 bunnei 2018-04-29 15:59:33 -04:00
  • da32c648bf Shaders: Implemented predicate condition 3 (LessEqual) in the fset and fsetp instructions. Subv 2018-04-29 12:49:41 -05:00
  • a71346cd7c gl_shader_decompiler: Implement MOV_C. bunnei 2018-04-29 13:13:13 -04:00
  • 6c464a2a4a Merge pull request #416 from bunnei/shader-ints-p3 bunnei 2018-04-29 12:56:16 -04:00
  • 49d92aa661 Merge pull request #417 from bunnei/lang-codes bunnei 2018-04-29 12:55:43 -04:00
  • 334e859ab1 am: Fix GetDesiredLanguage implementation. bunnei 2018-04-28 20:30:53 -04:00
  • 17b16cf6f6 set: Fix GetAvailableLanguageCodes implementation. bunnei 2018-04-28 20:29:33 -04:00
  • faa431b274 Merge pull request #418 from bunnei/copy-block-height Sebastian Valle 2018-04-29 09:49:33 -05:00
  • f87ea8fa8b fermi_2d: Fix surface copy block height. bunnei 2018-04-28 20:40:03 -04:00
  • 0c01c34eff gl_shader_decompiler: Partially implement I2I_R, and I2F_R. bunnei 2018-04-28 20:01:36 -04:00
  • e73927cfc2 gl_shader_decompiler: More cleanups, etc. with how we handle register types. bunnei 2018-04-28 19:59:30 -04:00
  • c691fa4074 GLSLRegister: Simplify register declarations, etc. bunnei 2018-04-27 22:24:53 -04:00
  • f2dcb39049 shader_bytecode: Add decodings for i2i instructions. bunnei 2018-04-27 22:19:14 -04:00
  • a7b5ab4d9a gl_shader_decompiler: Implement MOV32_IMM instruction. bunnei 2018-04-26 23:21:17 -04:00
  • 3d9126ba87 Merge pull request #414 from lioncash/cruft bunnei 2018-04-28 17:06:49 -04:00
  • 7fd54fed92 Merge pull request #413 from lioncash/dynarmic bunnei 2018-04-28 17:06:17 -04:00
  • 5d9ee12b1a file_util: Remove compiler version checks around is_trivially_copyable() Lioncash 2018-04-28 15:24:41 -04:00
  • bad00085ca Merge pull request #412 from lioncash/log bunnei 2018-04-28 15:04:24 -04:00
  • e56e2a1528 externals: Update dynarmic Lioncash 2018-04-28 14:31:32 -04:00
  • 99ac33de20 Merge pull request #411 from lioncash/travis Mat M 2018-04-27 22:12:00 -04:00
  • d43c49264f log: Remove old logging macros and functions Lioncash 2018-04-27 16:10:37 -04:00
  • 6b365f7703 Merge pull request #408 from bunnei/shader-ints-p2 bunnei 2018-04-27 16:06:09 -04:00
  • 41dde2394b Merge pull request #410 from lioncash/generic bunnei 2018-04-27 15:59:12 -04:00
  • 5a579f66a0 travis: Use Xcode 9.3 instead of 9.2 Lioncash 2018-04-27 12:17:00 -04:00
  • 16198f979e renderer_opengl: Replace usages of LOG_GENERIC with fmt-capable equivalents Lioncash 2018-04-27 11:52:18 -04:00
  • 843dd62c81 core: Replace usages of LOG_GENERIC with new fmt-capable equivalents Lioncash 2018-04-27 11:49:18 -04:00
  • e6242ab5e6 gl_shader_decompiler: Add GLSLRegisterManager class to track register state. bunnei 2018-04-26 22:48:06 -04:00
  • acede1f1d3 Merge pull request #409 from lioncash/assert bunnei 2018-04-27 11:09:56 -04:00
  • 8475496630 general: Convert assertion macros over to be fmt-compatible Lioncash 2018-04-27 07:54:05 -04:00
  • 3c40496409 Merge pull request #380 from ogniK5377/service-impl bunnei 2018-04-27 00:49:40 -04:00
  • abc23416e8 Switched to NGLOG_WARNING David Marcec 2018-04-26 20:03:12 -07:00
  • 4f120a9ec0 Merge pull request #406 from lioncash/frontend bunnei 2018-04-26 22:53:42 -04:00
  • 18f8012233 Merge pull request #407 from lioncash/common bunnei 2018-04-26 22:53:14 -04:00
  • 3e0ec3dbd7 Merge pull request #405 from lioncash/input bunnei 2018-04-26 21:54:51 -04:00
  • 3cfe77ae75 common: Move logging macros over to new fmt-capable macros where applicable Lioncash 2018-04-26 19:17:35 -04:00
  • 3062eb52f4 frontends: Move logging macros over to new fmt-capable ones Lioncash 2018-04-26 19:12:13 -04:00
  • 376f6397c6 input_common: Move old logging macros over to fmt-capable ones Lioncash 2018-04-26 19:09:25 -04:00
  • 6a3d59fdc1 Merge pull request #402 from lioncash/core bunnei 2018-04-26 18:45:10 -04:00
  • bc43946140 Merge pull request #399 from bunnei/shader-ints bunnei 2018-04-26 18:43:51 -04:00
  • 7391741a20 Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl David Marcec 2018-04-26 14:28:54 -07:00
  • f1f7f2cba9 Added PREPO to logging backend, Removed comments from SaveReportWithUser David Marcec 2018-04-26 14:19:34 -07:00
  • 4ac9b47dca Merge pull request #403 from lioncash/common bunnei 2018-04-26 16:45:41 -04:00
  • c33755e2b9 core: Replace remaining old non-generic logger usages with fmt-capable equivalents Lioncash 2018-04-26 14:46:54 -04:00
  • 87a92ef062 common: Remove chunk_file.h and linear_disk_cache.h Lioncash 2018-04-26 14:57:38 -04:00
  • c9d7abe9c9 gl_shader_decompiler: Boilerplate for handling integer instructions. bunnei 2018-04-25 23:55:21 -04:00
  • 37fa9a15cd gl_shader_decompiler: Move color output to EXIT instruction. bunnei 2018-04-25 23:10:41 -04:00
  • 3dd3cdeafd Merge pull request #401 from lioncash/gdbstub bunnei 2018-04-26 14:25:57 -04:00
  • 623d772476 core/gdbstub: Move logging macros to new fmt-compatible ones Lioncash 2018-04-26 11:08:40 -04:00
  • 4f281b3829 Merge pull request #400 from lioncash/hw bunnei 2018-04-26 10:35:36 -04:00
  • 08da0b7acc core/hw: Move logging macros over to fmt-capable ones Lioncash 2018-04-26 08:54:52 -04:00
  • f81b915fd8 Merge pull request #396 from Subv/shader_ops bunnei 2018-04-25 22:42:54 -04:00
  • dd6c67c627 Merge pull request #398 from lioncash/kernel bunnei 2018-04-25 22:42:34 -04:00
  • 42d43ea741 Merge pull request #387 from Subv/maxwell_2d bunnei 2018-04-25 20:40:17 -04:00
  • d0825c9519 Merge pull request #395 from lioncash/file-sys bunnei 2018-04-25 20:39:08 -04:00
  • 1913cf4783 kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissions() Lioncash 2018-04-25 19:52:48 -04:00
  • 40dee76c57 kernel: Migrate logging macros to fmt-compatible ones Lioncash 2018-04-25 19:11:22 -04:00
  • 23d68a07dc Merge pull request #390 from mailwl/pctl-module bunnei 2018-04-25 15:51:43 -04:00
  • 60746e4e52 Merge pull request #397 from lioncash/core bunnei 2018-04-25 15:25:03 -04:00
  • 20d86d8a36 GPU: Partially implemented the Fermi2D surface copy operation. Subv 2018-04-24 22:00:40 -05:00
  • e9ad8e9185 Shaders: Added bit decodings for the I2I instruction. Subv 2018-04-25 12:52:55 -05:00
  • 1740aa5444 Shaders: Implemented the FSET instruction. Subv 2018-04-25 11:17:38 -05:00
  • 5ab597041f Memory: Added a missing shortcut for Memory::CopyBlock for the current process. Subv 2018-04-24 22:01:27 -05:00
  • 1dd4861d38 GPU: Make the Textures::CopySwizzledData function accessible from the outside of the file. Subv 2018-04-24 21:58:45 -05:00
  • a6da2b93c1 GPU: Added a function to retrieve the bytes per pixel of the render target formats. Subv 2018-04-24 21:57:10 -05:00
  • 378c881427 GPU: Added surface copy registers to Fermi2D Subv 2018-04-23 22:14:08 -05:00
  • b1109931b9 GPU: Added boilerplate code for the Fermi2D engine Subv 2018-04-23 20:12:40 -05:00
  • c16cfbbc6c GPU: Reduce the number of registers of Maxwell3D to 0xE00. Subv 2018-04-23 20:03:50 -05:00
  • a994446b6e GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D processor. Subv 2018-04-23 20:01:29 -05:00
  • e2f2a49d2d GPU: Corrected the upper bound of the PFIFO method ids in the command processor. Subv 2018-04-23 19:45:14 -05:00
  • 3f78a61f09 file-sys: convert a StringFromFormat call into fmt::format in GetFullPath() Lioncash 2018-04-25 11:54:48 -04:00