1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-27 13:41:06 -06:00

Commit Graph

  • 15cc34b93e Added missing include for pl:u David Marcec 2018-08-22 12:39:52 +10:00
  • 99fc32428a PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088) David 2018-08-22 11:31:49 +10:00
  • d63b1d21f1 Revert "Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions." bunnei 2018-08-21 19:44:37 -04:00
  • ac68c8a605 Merge pull request #1145 from lioncash/fwd-decl bunnei 2018-08-21 18:00:28 -04:00
  • c2695aa2eb Merge pull request #1146 from lioncash/am bunnei 2018-08-21 18:00:06 -04:00
  • 16b83fac9b Merge pull request #1148 from lioncash/audio-warn bunnei 2018-08-21 17:04:53 -04:00
  • a769d8c913 Merge pull request #1149 from lioncash/paren bunnei 2018-08-21 17:04:29 -04:00
  • a0e2bd85a5 shader_bytecode: Parenthesize conditional expression within GetTextureType() Lioncash 2018-08-21 15:08:33 -04:00
  • 29ac15d1b8 vfs: Replace mode.h include with forward declarations where applicable Lioncash 2018-08-21 10:48:24 -04:00
  • 0057a47e41 audio_core/filter: Add explicit cast to assignment in Process() Lioncash 2018-08-21 12:32:08 -04:00
  • 5a53d75313 logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance Lioncash 2018-08-21 11:28:25 -04:00
  • 8dd9cb98ce am: Utilize std::array within PopLaunchParameter() Lioncash 2018-08-21 10:59:37 -04:00
  • c95c4442e9 Merge pull request #1143 from lioncash/inc bunnei 2018-08-21 10:22:29 -04:00
  • 37f2ec6fc2 Merge pull request #1139 from lioncash/bitfield bunnei 2018-08-21 10:21:19 -04:00
  • 624239ed6b Merge pull request #1140 from FearlessTobi/port-4056 bunnei 2018-08-21 10:20:56 -04:00
  • 5678ec0dd0 Merge pull request #1144 from MerryMage/MAX_LAG_TIME_US Mat M 2018-08-21 09:51:46 -04:00
  • 3f4fb4b037 perf_stats: Change MAX_LAG_TIME_US to an appropriate value MerryMage 2018-08-21 14:35:10 +01:00
  • bfb28c5b3f sdmc_factory: Remove unnecessary core include Lioncash 2018-08-21 07:54:27 -04:00
  • f2d5b100c2 Port #3902 from Citra: "Add restart hotkey & menu option" fearlessTobi 2018-08-21 13:24:55 +02:00
  • 6923ecee3a Port #4056 from Citra: "Add Clear Recent Files menu action" fearlessTobi 2018-08-21 13:12:45 +02:00
  • 36090521ce bit_field: Convert ToBool() into explicit operator bool Lioncash 2018-08-21 06:39:42 -04:00
  • cc71832b19 qt/main: Port part of citra(#3411), open savedata works tech4me 2018-08-20 21:46:40 -07:00
  • bf89a99839 Merge pull request #1123 from lioncash/screen bunnei 2018-08-21 01:18:34 -04:00
  • 79243b6fa0 Merge pull request #1129 from lioncash/header bunnei 2018-08-21 01:18:04 -04:00
  • b0f7713fce Merge pull request #1132 from Subv/gl_FragDepth bunnei 2018-08-21 01:17:53 -04:00
  • 8c9abe1d41 Merge pull request #1134 from lioncash/log bunnei 2018-08-21 01:17:31 -04:00
  • ca58929eb0 Merge pull request #1121 from Subv/tex_reinterpret bunnei 2018-08-21 01:06:40 -04:00
  • 523e4be02c renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBUG_SEVERITY_LOW logs Lioncash 2018-08-21 00:23:05 -04:00
  • fde3b1b6f2 Merge pull request #1133 from lioncash/guard bunnei 2018-08-20 23:37:55 -04:00
  • 477eee3993 service/filesystem: Use forward declarations where applicable Lioncash 2018-08-20 20:36:36 -04:00
  • 93a4097e9d gl_stream_buffer: Add missing header guard Lioncash 2018-08-20 23:24:27 -04:00
  • e3bddf8137 Shaders: Implement depth writing in fragment shaders. Subv 2018-08-20 21:57:56 -05:00
  • c4ce7e456a Merge pull request #1126 from lioncash/telem bunnei 2018-08-20 22:15:56 -04:00
  • e33452f7e8 Merge pull request #1131 from bunnei/impl-tex3d-texcube bunnei 2018-08-20 22:15:18 -04:00
  • 5aaee2ff8d Merge pull request #1106 from Subv/multiple_rendertargets bunnei 2018-08-20 21:56:06 -04:00
  • 2ae88feea7 shader_bytecode: Replace some UNIMPLEMENTED logs. bunnei 2018-08-20 21:53:49 -04:00
  • 16db8b9d9f gl_shader_decompiler: Implement Texture3D for TEXS. bunnei 2018-08-20 21:53:18 -04:00
  • 948002635f gl_shader_decompiler: Implement TextureCube for TEX. bunnei 2018-08-20 21:53:00 -04:00
  • ea99819f37 Merge pull request #1130 from Subv/tex_2d bunnei 2018-08-20 21:49:47 -04:00
  • eac3cf301c Shaders: Fixed the coords in TEX with Texture2D. Subv 2018-08-20 20:45:46 -05:00
  • fc5b489b0f Shaders: Log and crash when using an unimplemented texture type in a texture sampling instruction. Subv 2018-08-20 20:44:56 -05:00
  • 19b05c3f55 Merge pull request #1122 from lioncash/acc bunnei 2018-08-20 20:54:34 -04:00
  • 2788144f46 Merge pull request #1125 from bunnei/update-dynarmic bunnei 2018-08-20 20:46:16 -04:00
  • 96463d0a55 romfs_factory: Remove unnecessary includes and use forward declarations where applicable Lioncash 2018-08-20 20:24:13 -04:00
  • dd70ddad7e Merge pull request #1095 from DarkLordZach/sysarchives bunnei 2018-08-20 20:17:57 -04:00
  • c0fb321935 Merge pull request #1127 from yuzu-emu/revert-838-port-3616 James Rowe 2018-08-20 18:14:54 -06:00
  • 34f3d58470 Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw"" Zach Hilman 2018-08-20 20:13:28 -04:00
  • b5fb246a99 telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId() Lioncash 2018-08-20 20:06:22 -04:00
  • c6fda4c758 externals: Update dynarmic to a42f301c. bunnei 2018-08-20 19:50:49 -04:00
  • 609cb04f3f acc: Replace profile_manager include with a forward declaration Lioncash 2018-08-20 19:00:58 -04:00
  • eb88fedc5d acc: Simplify WriteBuffer call within LoadImage() Lioncash 2018-08-20 18:57:08 -04:00
  • f5b132676f acc: Correct IProfile's constructor initializer list order Lioncash 2018-08-20 18:56:00 -04:00
  • 0fcdf37917 acc: Remove unused DEFAULT_USER_ID Lioncash 2018-08-20 18:55:12 -04:00
  • 350f6e0aa4 profile_manager: Use INVALID_UUID in the initializer of last_opened_user Lioncash 2018-08-20 18:53:32 -04:00
  • 9d8f19d7bf profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() Lioncash 2018-08-20 18:49:52 -04:00
  • 38cd4e9c61 profile_manager: Use type aliases for username data, profile data, and user arrays Lioncash 2018-08-20 18:02:16 -04:00
  • f9a26d468c profile_manager: Take ProfileInfo by const reference where applicable Lioncash 2018-08-20 17:36:41 -04:00
  • 1277556c69 profile_manager: Make array parameter to CreateNewUser a const reference Lioncash 2018-08-20 17:32:23 -04:00
  • dfdf4a46fe profile_manager: Remove unnecessary static Lioncash 2018-08-20 17:31:07 -04:00
  • 69dd37d874 profile_manager: Simplify UUID's two param constructor, operator==, and operator bool Lioncash 2018-08-20 17:27:48 -04:00
  • f13a66b963 profile_manager: Move UUID generation function to the cpp file Lioncash 2018-08-20 17:24:13 -04:00
  • 2b9eee4d1e GPU: Implemented the logic op functionality of the GPU. Subv 2018-08-20 18:44:47 -05:00
  • b1d238bbb8 Merge pull request #1064 from lioncash/telemetry bunnei 2018-08-20 19:43:17 -04:00
  • f24ab6d9e6 GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending. Subv 2018-08-20 18:43:11 -05:00
  • 46ef072cf9 rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature Lioncash 2018-08-20 19:34:02 -04:00
  • 6bcdf37d4f GPU: Added registers for the logicop functionality. Subv 2018-08-20 18:42:36 -05:00
  • bc16f7f3cc renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves Lioncash 2018-08-20 19:22:43 -04:00
  • ba8ff096fd Port #3353 from Citra fearlessTobi 2018-08-21 01:14:06 +02:00
  • 7784ce1854 Shaders: Write all the enabled color outputs when a fragment shader exits. Subv 2018-08-18 16:59:44 -05:00
  • e8cb6f5c9b registration: Add Data_Unknown5 NCAContentType Zach Hilman 2018-08-20 17:34:18 -04:00
  • 9e9a4bb3a7 profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() Lioncash 2018-08-20 17:16:23 -04:00
  • d7c68fbb12 Rasterizer: Reinterpret the raw texture bytes instead of blitting (and thus doing format conversion) to a new texture when a game requests an old texture address with a different format. Subv 2018-08-20 15:19:59 -05:00
  • 3fe77be392 Rasterizer: Don't attempt to copy over the old texture's data when doing a format reinterpretation if we're only going to clear the framebuffer. Subv 2018-08-20 15:18:51 -05:00
  • 028d90eb79 Merge pull request #1104 from Subv/instanced_arrays bunnei 2018-08-20 14:32:50 -04:00
  • 296e57fa0e Merge pull request #1115 from Subv/texs_mask bunnei 2018-08-20 14:31:33 -04:00
  • b20ed93884 Merge pull request #1112 from Subv/sampler_types bunnei 2018-08-20 14:30:45 -04:00
  • 185b35bfcd Merge pull request #1117 from ogniK5377/CheckFreeCommunicationPermission bunnei 2018-08-20 11:00:26 -04:00
  • 943771e703 Merge pull request #1017 from ogniK5377/better-account bunnei 2018-08-20 10:59:15 -04:00
  • ce4b77bd7d Merge pull request #1120 from ogniK5377/rgba8-uint bunnei 2018-08-20 10:54:51 -04:00
  • 6ee8b15abe Merge pull request #1119 from lioncash/uninit bunnei 2018-08-20 10:53:52 -04:00
  • 23d45715dc Implemented RGBA8_UINT David Marcec 2018-08-20 22:26:54 +10:00
  • ffd60ee476 game_list: Avoid uninitialized variables when retrieving program ID Lioncash 2018-08-20 04:21:50 -04:00
  • 8a88110060 Added CheckFreeCommunicationPermission David Marcec 2018-08-20 18:14:49 +10:00
  • 6cf719a4ab Shaders/TEXS: Fixed the component mask in the TEXS instruction. Subv 2018-08-19 14:00:12 -05:00
  • 51ddb130c5 Merge pull request #1089 from Subv/neg_bits bunnei 2018-08-19 17:01:48 -04:00
  • 9b17486be6 Merge pull request #1105 from Subv/convert_neg bunnei 2018-08-19 17:01:20 -04:00
  • 0a1d4fbc5c Merge pull request #1113 from Subv/texs_mask bunnei 2018-08-19 17:00:59 -04:00
  • f7edbcd7a3 Shaders/TEXS: Fixed the component mask in the TEXS instruction. Subv 2018-08-19 14:00:12 -05:00
  • b0eb580931 Merge pull request #1102 from ogniK5377/mirror-clamp-edge bunnei 2018-08-19 13:59:41 -04:00
  • 85da529f15 Merge pull request #1101 from Subv/ssy_stack bunnei 2018-08-19 13:58:45 -04:00
  • 7fb406c3fc Shader: Implemented the TLD4 and TLD4S opcodes using GLSL's textureGather. Subv 2018-08-19 12:55:50 -05:00
  • 3ef4b3d4b4 Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions. Subv 2018-08-19 12:54:19 -05:00
  • 73b937b190 Shader: Added bitfields for the texture type of the various sampling instructions. Subv 2018-08-19 12:46:35 -05:00
  • 656758fd81 Shaders: Added decodings for TLD4 and TLD4S Subv 2018-08-19 12:45:01 -05:00
  • 29d4f8c2dd Merge pull request #1109 from Subv/ldg_decode bunnei 2018-08-19 13:31:19 -04:00
  • 9baf5de90c Merge pull request #1108 from Subv/front_facing bunnei 2018-08-19 13:21:14 -04:00
  • d6cb22b0df Merge pull request #1103 from Subv/lop_pred bunnei 2018-08-19 13:19:16 -04:00
  • 1b92ae136f Shaders: Added decodings for the LDG and STG instructions. Subv 2018-08-19 00:46:34 -05:00
  • 731701a2d2 Shaders: Implemented the gl_FrontFacing input attribute (attr 63). Subv 2018-08-19 00:14:34 -05:00
  • 706fc5d2d6 Added check to see if ARB_texture_mirror_clamp_to_edge is supported David Marcec 2018-08-19 12:00:33 +10:00