summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-02string_util: remove TString conversion for windowsWeiyi Wang
2018-10-02string_util: remove ShiftJIS/CP1252 conversion functionWeiyi Wang
2018-10-01Merge pull request #1407 from DarkLordZach/dlcbunnei
2018-10-01gl_rasterizer: Fixup unassigned point sizesReinUsesLisp
2018-09-30Merge pull request #1330 from raven02/tldsbunnei
2018-09-30Merge pull request #1322 from bunnei/tex-cubemapbunnei
2018-09-30Merge pull request #1403 from DarkLordZach/install-sysnandbunnei
2018-09-30aoc_u: Extract AccumulateAOCTitleIDs to separate functionZach Hilman
2018-09-30aoc_u: Implement GetAddOnContentBaseIdZach Hilman
2018-09-30aoc_u: Implement Count, List and Prepare AddOnContentZach Hilman
2018-09-30romfs_factory: Read from all locations with StorageId NoneZach Hilman
2018-09-30patch_manager: Add DLC recognition to PatchManagerZach Hilman
2018-09-30Merge pull request #1338 from raven02/service_vibunnei
2018-09-30gl_rasterizer_cache: Fixes to how we do render to cubemap.bunnei
2018-09-30gl_rasterizer_cache: Add check for array rendering to cubemap texture.bunnei
2018-09-30gl_rasterizer_cache: Implement render to cubemap.bunnei
2018-09-30gl_shader_decompiler: TEXS: Implement TextureType::TextureCube.bunnei
2018-09-30gl_rasterizer_cache: Add support for SurfaceTarget::TextureCubemap.bunnei
2018-09-30gl_rasterizer_cache: Implement LoadGLBuffer for Texture2DArray.bunnei
2018-09-30gl_rasterizer_cache: Update BlitTextures to support non-Texture2D ColorTextur...bunnei
2018-09-30gl_rasterizer_cache: Track texture target and depth in the cache.bunnei
2018-09-30gl_rasterizer_cache: Workaround for Texture2D -> Texture2DArray scenario.bunnei
2018-09-30gl_rasterizer_cache: Keep track of surface 2D size separately from total size.bunnei
2018-09-30Fix trailing whitespaceraven02
2018-09-30kernel/svc: Implement svcGetThreadContext()Lioncash
2018-09-30kernel/process: Add a data member to determine if a process is 64-bit or not.Lioncash
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-30arm_interface: Add missing fpsr/tpidr members to the ThreadContext structLioncash
2018-09-30Implement ISystemDisplayService::GetDisplayModeraven02
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Lioncash
2018-09-29Merge pull request #1412 from lioncash/movebunnei
2018-09-29Merge pull request #1411 from ReinUsesLisp/point-sizebunnei
2018-09-29Merge pull request #1406 from ReinUsesLisp/multibind-samplersbunnei
2018-09-29Merge pull request #1395 from lioncash/vmbunnei
2018-09-28kernel/object: Remove unnecessary std::move from DynamicObjectCast()Lioncash
2018-09-28video_core: Implement point_size and add point state syncReinUsesLisp
2018-09-28gl_state: Pack sampler bindings into a single ARB_multi_bindReinUsesLisp
2018-09-27Merge pull request #1360 from FearlessTobi/port-3979bunnei
2018-09-27Merge pull request #1394 from lioncash/streambunnei
2018-09-27Merge pull request #1389 from PhiBabin/valgrindMat M
2018-09-27Merge pull request #1377 from FernandoS27/faster-swizzlebunnei
2018-09-27qt: Install System TitleTypes to System NANDZach Hilman
2018-09-26fsmitm_romfsbuild: std::move std::vector instances in Build()Lioncash
2018-09-26fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp()Lioncash
2018-09-26Merge pull request #1399 from lioncash/schedbunnei
2018-09-26Merge pull request #1400 from lioncash/headerbunnei
2018-09-26Merge pull request #1402 from ReinUsesLisp/assertsbunnei
2018-09-25patch_manager: Invert conditionals within ApplyLayeredFS()Lioncash
2018-09-25video_core: Add asserts for CS, TFB and alpha testingReinUsesLisp
2018-09-25vfs_vector: Amend initializer list order in VectorVfsFile's constructor initi...Lioncash