7226 Commits (e89c22c1471d02e5e9c3fe3f5fd4e6cb7800f6cc)

Author SHA1 Message Date
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
Subv 2b9eee4d1e GPU: Implemented the logic op functionality of the GPU. 7 years ago
Subv f24ab6d9e6 GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending. 7 years ago
Lioncash 46ef072cf9 rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature 7 years ago
Subv 6bcdf37d4f GPU: Added registers for the logicop functionality. 7 years ago
Lioncash bc16f7f3cc renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves 7 years ago
fearlessTobi ba8ff096fd Port #3353 from Citra 7 years ago
Subv 7784ce1854 Shaders: Write all the enabled color outputs when a fragment shader exits. 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
Subv 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. 7 years ago
Subv 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. 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
Subv f7edbcd7a3 Shaders/TEXS: Fixed the component mask in the TEXS instruction. 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
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
David Marcec 706fc5d2d6 Added check to see if ARB_texture_mirror_clamp_to_edge is supported 7 years ago
Zach Hilman 27da7bc9da filesystem: Add support for loading of system archives 7 years ago
Subv 9b1c49a9cf Shader: Remove an unneeded assert, the negate bit is implemented for conversion instructions. 7 years ago
Subv e0f66c1fbf GLRasterizer: Implemented instanced vertex arrays. 7 years ago
Subv 8335b2f115 Shader: Implemented the predicate and mode arguments of LOP. 7 years ago
David Marcec 71cc482bbd Added WrapMode MirrorOnceClampToEdge 7 years ago
Subv ff358d97e8 Shaders: Implemented a stack for the SSY/SYNC instructions. 7 years ago
Subv 2e95ba2e9c Shaders: Corrected the 'abs' and 'neg' bit usage in the float arithmetic instructions. 7 years ago
David Marcec 63dff47e22 Added predcondition GreaterThanWithNan 7 years ago
greggameplayer 2003771789 Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) 7 years ago
bunnei e341d868ee gl_rasterizer_cache: Remove asserts for supported blits. 7 years ago
bunnei da7226442f renderer_opengl: Treat OpenGL errors as critical. 7 years ago
greggameplayer cef35e7c9c
correct coding style 7 years ago
greggameplayer 928e78dced Implement GetDefaultDisplayResolutionChangeEvent 7 years ago
Lioncash 9791f0d590 qt/main: Unindent code in OnMenuInstallToNAND() 7 years ago
Lioncash 2a3d7128d1 qt/main: Make installation dialog text within OnMenuInstallToNAND() translatable 7 years ago