7639 Commits (cbf723896f221c782edef9feb6428c29c69fa2fc)

Author SHA1 Message Date
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
Lioncash aac807fd3a qt/main: Get rid of compilation warnings 7 years ago
Lioncash a0ce6de913 core: Delete System copy/move constructors and assignment operators 7 years ago
MerryMage 94329038b6 dynarmic: Update to 550d662 7 years ago
Lioncash b39cd70cd4 common: Namespace hex_util.h/.cpp 7 years ago
bunnei 89c3d6a2a3 gl_rasterizer_cache: Treat Depth formats differently from DepthStencil. 7 years ago
Subv 91140f6c0a Shader/Conversion: Implemented the negate bit in F2F and I2I instructions. 7 years ago
Subv 38592a3b5e Shader/I2F: Implemented the negate I2F_C instruction variant. 7 years ago
Subv 40ecdda19e Shader/F2I: Implemented the negate bit in the I2F instruction 7 years ago