8122 Commits (ea99819f37bd4dffc6f9c0e30689ab05e82bec49)
 

Author SHA1 Message Date
bunnei ea99819f37
Merge pull request #1130 from Subv/tex_2d 7 years ago
Subv eac3cf301c Shaders: Fixed the coords in TEX with Texture2D. 7 years ago
Subv fc5b489b0f Shaders: Log and crash when using an unimplemented texture type in a texture sampling instruction. 7 years ago
bunnei 19b05c3f55
Merge pull request #1122 from lioncash/acc 7 years ago
bunnei 2788144f46
Merge pull request #1125 from bunnei/update-dynarmic 7 years ago
bunnei dd70ddad7e
Merge pull request #1095 from DarkLordZach/sysarchives 7 years ago
James Rowe c0fb321935
Merge pull request #1127 from yuzu-emu/revert-838-port-3616 7 years ago
Zach Hilman 34f3d58470
Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw"" 7 years ago
bunnei c6fda4c758 externals: Update dynarmic to a42f301c. 7 years ago
Lioncash 609cb04f3f acc: Replace profile_manager include with a forward declaration 7 years ago
Lioncash eb88fedc5d acc: Simplify WriteBuffer call within LoadImage() 7 years ago
Lioncash f5b132676f acc: Correct IProfile's constructor initializer list order 7 years ago
Lioncash 0fcdf37917 acc: Remove unused DEFAULT_USER_ID 7 years ago
Lioncash 350f6e0aa4 profile_manager: Use INVALID_UUID in the initializer of last_opened_user 7 years ago
Lioncash 9d8f19d7bf profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() 7 years ago
Lioncash 38cd4e9c61 profile_manager: Use type aliases for username data, profile data, and user arrays 7 years ago
Lioncash f9a26d468c profile_manager: Take ProfileInfo by const reference where applicable 7 years ago
Lioncash 1277556c69 profile_manager: Make array parameter to CreateNewUser a const reference 7 years ago
Lioncash dfdf4a46fe profile_manager: Remove unnecessary static 7 years ago
Lioncash 69dd37d874 profile_manager: Simplify UUID's two param constructor, operator==, and operator bool 7 years ago
Lioncash f13a66b963 profile_manager: Move UUID generation function to the cpp file 7 years ago
bunnei b1d238bbb8
Merge pull request #1064 from lioncash/telemetry 7 years ago
Zach Hilman e8cb6f5c9b registration: Add Data_Unknown5 NCAContentType 7 years ago
Lioncash 9e9a4bb3a7 profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() 7 years ago
bunnei 028d90eb79
Merge pull request #1104 from Subv/instanced_arrays 7 years ago
bunnei 296e57fa0e
Merge pull request #1115 from Subv/texs_mask 7 years ago
bunnei b20ed93884
Merge pull request #1112 from Subv/sampler_types 7 years ago
bunnei 185b35bfcd
Merge pull request #1117 from ogniK5377/CheckFreeCommunicationPermission 7 years ago
bunnei 943771e703
Merge pull request #1017 from ogniK5377/better-account 7 years ago
bunnei ce4b77bd7d
Merge pull request #1120 from ogniK5377/rgba8-uint 7 years ago
bunnei 6ee8b15abe
Merge pull request #1119 from lioncash/uninit 7 years ago
David Marcec 23d45715dc Implemented RGBA8_UINT 7 years ago
Lioncash ffd60ee476 game_list: Avoid uninitialized variables when retrieving program ID 7 years ago
David Marcec 8a88110060 Added CheckFreeCommunicationPermission 7 years ago
Subv 6cf719a4ab Shaders/TEXS: Fixed the component mask in the TEXS instruction. 7 years ago
bunnei 51ddb130c5
Merge pull request #1089 from Subv/neg_bits 7 years ago
bunnei 9b17486be6
Merge pull request #1105 from Subv/convert_neg 7 years ago
bunnei 0a1d4fbc5c
Merge pull request #1113 from Subv/texs_mask 7 years ago
Subv f7edbcd7a3 Shaders/TEXS: Fixed the component mask in the TEXS instruction. 7 years ago
bunnei b0eb580931
Merge pull request #1102 from ogniK5377/mirror-clamp-edge 7 years ago
bunnei 85da529f15
Merge pull request #1101 from Subv/ssy_stack 7 years ago
Subv 7fb406c3fc Shader: Implemented the TLD4 and TLD4S opcodes using GLSL's textureGather. 7 years ago
Subv 3ef4b3d4b4 Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions. 7 years ago
Subv 73b937b190 Shader: Added bitfields for the texture type of the various sampling instructions. 7 years ago
Subv 656758fd81 Shaders: Added decodings for TLD4 and TLD4S 7 years ago
bunnei 29d4f8c2dd
Merge pull request #1109 from Subv/ldg_decode 7 years ago
bunnei 9baf5de90c
Merge pull request #1108 from Subv/front_facing 7 years ago
bunnei d6cb22b0df
Merge pull request #1103 from Subv/lop_pred 7 years ago
Subv 1b92ae136f Shaders: Added decodings for the LDG and STG instructions. 7 years ago
Subv 731701a2d2 Shaders: Implemented the gl_FrontFacing input attribute (attr 63). 7 years ago