8154 Commits (a0e2bd85a5724dd9a4bcf69f9bd3a1ec7a39fe75)
 

Author SHA1 Message Date
Lioncash bc16f7f3cc renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves 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
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
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
James Rowe 367feaefa0
Merge pull request #838 from FearlessTobi/port-3616 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
bunnei 6eba539f4a
Merge pull request #1100 from ogniK5377/missing-pred 7 years ago
David Marcec 63dff47e22 Added predcondition GreaterThanWithNan 7 years ago
bunnei 504cff2b7a
Merge pull request #1096 from bunnei/supported-blits 7 years ago
bunnei 804aebf7c7
Merge pull request #1097 from bunnei/gl-critical 7 years ago
greggameplayer 2003771789 Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) 7 years ago
bunnei f246fd778d
Merge pull request #1090 from lioncash/ctor-assign 7 years ago
bunnei 1db7839f11
Merge pull request #1091 from lioncash/warning 7 years ago
bunnei 224be09d66
Merge pull request #1093 from greggameplayer/GetDefaultDisplayResolutionChangeEvent 7 years ago
bunnei e341d868ee gl_rasterizer_cache: Remove asserts for supported blits. 7 years ago