summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-20Merge pull request #1106 from Subv/multiple_rendertargetsbunnei
2018-08-20Merge pull request #1130 from Subv/tex_2dbunnei
2018-08-20Shaders: Fixed the coords in TEX with Texture2D.Subv
2018-08-20Shaders: Log and crash when using an unimplemented texture type in a texture ...Subv
2018-08-20Merge pull request #1122 from lioncash/accbunnei
2018-08-20Merge pull request #1125 from bunnei/update-dynarmicbunnei
2018-08-20Merge pull request #1095 from DarkLordZach/sysarchivesbunnei
2018-08-20Merge pull request #1127 from yuzu-emu/revert-838-port-3616James Rowe
2018-08-20Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw""Zach Hilman
2018-08-20externals: Update dynarmic to a42f301c.bunnei
2018-08-20acc: Replace profile_manager include with a forward declarationLioncash
2018-08-20acc: Simplify WriteBuffer call within LoadImage()Lioncash
2018-08-20acc: Correct IProfile's constructor initializer list orderLioncash
2018-08-20acc: Remove unused DEFAULT_USER_IDLioncash
2018-08-20profile_manager: Use INVALID_UUID in the initializer of last_opened_userLioncash
2018-08-20profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Lioncash
2018-08-20profile_manager: Use type aliases for username data, profile data, and user a...Lioncash
2018-08-20profile_manager: Take ProfileInfo by const reference where applicableLioncash
2018-08-20profile_manager: Make array parameter to CreateNewUser a const referenceLioncash
2018-08-20profile_manager: Remove unnecessary staticLioncash
2018-08-20profile_manager: Simplify UUID's two param constructor, operator==, and opera...Lioncash
2018-08-20profile_manager: Move UUID generation function to the cpp fileLioncash
2018-08-20Merge pull request #1064 from lioncash/telemetrybunnei
2018-08-20Shaders: Write all the enabled color outputs when a fragment shader exits.Subv
2018-08-20registration: Add Data_Unknown5 NCAContentTypeZach Hilman
2018-08-20profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...Lioncash
2018-08-20Merge pull request #1104 from Subv/instanced_arraysbunnei
2018-08-20Merge pull request #1115 from Subv/texs_maskbunnei
2018-08-20Merge pull request #1112 from Subv/sampler_typesbunnei
2018-08-20Merge pull request #1117 from ogniK5377/CheckFreeCommunicationPermissionbunnei
2018-08-20Merge pull request #1017 from ogniK5377/better-accountbunnei
2018-08-20Merge pull request #1120 from ogniK5377/rgba8-uintbunnei
2018-08-20Merge pull request #1119 from lioncash/uninitbunnei
2018-08-20Implemented RGBA8_UINTDavid Marcec
2018-08-20game_list: Avoid uninitialized variables when retrieving program IDLioncash
2018-08-20Added CheckFreeCommunicationPermissionDavid Marcec
2018-08-19Shaders/TEXS: Fixed the component mask in the TEXS instruction.Subv
2018-08-19Merge pull request #1089 from Subv/neg_bitsbunnei
2018-08-19Merge pull request #1105 from Subv/convert_negbunnei
2018-08-19Merge pull request #1113 from Subv/texs_maskbunnei
2018-08-19Shaders/TEXS: Fixed the component mask in the TEXS instruction.Subv
2018-08-19Merge pull request #1102 from ogniK5377/mirror-clamp-edgebunnei
2018-08-19Merge pull request #1101 from Subv/ssy_stackbunnei
2018-08-19Shader: Implemented the TLD4 and TLD4S opcodes using GLSL's textureGather.Subv
2018-08-19Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions.Subv
2018-08-19Shader: Added bitfields for the texture type of the various sampling instruct...Subv
2018-08-19Shaders: Added decodings for TLD4 and TLD4SSubv
2018-08-19Merge pull request #1109 from Subv/ldg_decodebunnei
2018-08-19Merge pull request #1108 from Subv/front_facingbunnei
2018-08-19Merge pull request #1103 from Subv/lop_predbunnei