| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Added CheckFreeCommunicationPermission | 2018-08-20 | 1 | -1/+8 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1017 from ogniK5377/better-account | 2018-08-20 | 13 | -74/+440 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Better UUID randomness | 2018-08-12 | 1 | -2/+7 | ||
| | * | | | | | | Removed un-needed count from ListOpenUsers and ListAllUsers | 2018-08-12 | 1 | -4/+2 | ||
| | * | | | | | | Added better explanations in the profile manager | 2018-08-12 | 2 | -1/+34 | ||
| | * | | | | | | Code cleanup for profile manager | 2018-08-12 | 3 | -40/+47 | ||
| | * | | | | | | Removed const from ProfileBase Invalidate | 2018-08-12 | 1 | -1/+1 | ||
| | * | | | | | | fixed invalid uuid bool operator | 2018-08-11 | 1 | -1/+1 | ||
| | * | | | | | | Added GetOpenUserCount | 2018-08-11 | 3 | -3/+14 | ||
| | * | | | | | | Removed all for loops from the profile manager | 2018-08-11 | 1 | -9/+4 | ||
| | * | | | | | | Added missing ListAllUsers count | 2018-08-11 | 1 | -1/+2 | ||
| | * | | | | | | If statement style change | 2018-08-11 | 1 | -11/+19 | ||
| | * | | | | | | Second round of account changes | 2018-08-11 | 3 | -18/+21 | ||
| | * | | | | | | First round of account changes | 2018-08-11 | 3 | -49/+55 | ||
| | * | | | | | | Rebase with dynarmic master | 2018-08-11 | 1 | -0/+0 | ||
| | * | | | | | | Refactored profile manager sharing | 2018-08-11 | 10 | -20/+28 | ||
| | * | | | | | | Merge remote-tracking branch 'origin/master' into better-account | 2018-08-11 | 79 | -635/+1570 | ||
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Added IsUserRegistrationRequestPermitted | 2018-08-11 | 7 | -3/+19 | ||
| | * | | | | | | | Don't add user if the uuid already exists | 2018-08-09 | 1 | -0/+4 | ||
| | * | | | | | | | Open first user added | 2018-08-09 | 1 | -1/+3 | ||
| | * | | | | | | | Inital pass of account backend implementation | 2018-08-09 | 3 | -12/+22 | ||
| | * | | | | | | | GetProfileBase and GetProfileBaseAndData added | 2018-08-08 | 3 | -44/+106 | ||
| | * | | | | | | | began initial implementation of "ProfileManager" | 2018-08-08 | 5 | -44/+202 | ||
| | * | | | | | | | Switched uuids from u128 to new UUID struct | 2018-08-08 | 2 | -10/+49 | ||
| * | | | | | | | | Merge pull request #1120 from ogniK5377/rgba8-uint | 2018-08-20 | 4 | -45/+58 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Implemented RGBA8_UINT | 2018-08-20 | 4 | -45/+58 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1119 from lioncash/uninit | 2018-08-20 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | game_list: Avoid uninitialized variables when retrieving program ID | 2018-08-20 | 1 | -2/+2 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1089 from Subv/neg_bits | 2018-08-19 | 2 | -16/+38 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Shaders: Corrected the 'abs' and 'neg' bit usage in the float arithmetic inst... | 2018-08-18 | 2 | -16/+38 | ||
| * | | | | | | | | Merge pull request #1105 from Subv/convert_neg | 2018-08-19 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Shader: Remove an unneeded assert, the negate bit is implemented for conversi... | 2018-08-18 | 1 | -2/+0 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1113 from Subv/texs_mask | 2018-08-19 | 1 | -6/+11 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Shaders/TEXS: Fixed the component mask in the TEXS instruction. | 2018-08-19 | 1 | -6/+11 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1102 from ogniK5377/mirror-clamp-edge | 2018-08-19 | 3 | -0/+6 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Added check to see if ARB_texture_mirror_clamp_to_edge is supported | 2018-08-19 | 2 | -0/+4 | ||
| | * | | | | | | | | Added WrapMode MirrorOnceClampToEdge | 2018-08-19 | 1 | -0/+2 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1101 from Subv/ssy_stack | 2018-08-19 | 1 | -3/+36 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Shaders: Implemented a stack for the SSY/SYNC instructions. | 2018-08-18 | 1 | -3/+36 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1109 from Subv/ldg_decode | 2018-08-19 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Shaders: Added decodings for the LDG and STG instructions. | 2018-08-19 | 1 | -0/+4 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1108 from Subv/front_facing | 2018-08-19 | 2 | -0/+7 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Shaders: Implemented the gl_FrontFacing input attribute (attr 63). | 2018-08-19 | 2 | -0/+7 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1103 from Subv/lop_pred | 2018-08-19 | 2 | -11/+39 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | Shader: Implemented the predicate and mode arguments of LOP. | 2018-08-18 | 2 | -11/+39 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #838 from FearlessTobi/port-3616 | 2018-08-18 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Port #3616 from Citra | 2018-07-26 | 1 | -1/+1 | ||
| * | | | | | | Merge pull request #1100 from ogniK5377/missing-pred | 2018-08-18 | 2 | -5/+8 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added predcondition GreaterThanWithNan | 2018-08-18 | 2 | -5/+8 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1096 from bunnei/supported-blits | 2018-08-17 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ | ||||||