7494 Commits (cba78dc70a48625a1e7f2e2f1459a4485bb4e83f)

Author SHA1 Message Date
Lioncash cba78dc70a services/fsp_srv: Amend service function table 7 years ago
bunnei df3799a008 gl_rasterizer_cache: Fixes to how we do render to cubemap. 7 years ago
bunnei 29782273ec gl_rasterizer_cache: Add check for array rendering to cubemap texture. 7 years ago
bunnei f543b43fd0 gl_rasterizer_cache: Implement render to cubemap. 7 years ago
bunnei 15cc729ebd gl_shader_decompiler: TEXS: Implement TextureType::TextureCube. 7 years ago
bunnei ed2e0e85c9 gl_rasterizer_cache: Add support for SurfaceTarget::TextureCubemap. 7 years ago
bunnei 871580dcd8 gl_rasterizer_cache: Implement LoadGLBuffer for Texture2DArray. 7 years ago
bunnei a9aa1db552 gl_rasterizer_cache: Update BlitTextures to support non-Texture2D ColorTexture surfaces. 7 years ago
bunnei 2e1cdde994 gl_rasterizer_cache: Track texture target and depth in the cache. 7 years ago
bunnei fefb003b23 gl_rasterizer_cache: Workaround for Texture2D -> Texture2DArray scenario. 7 years ago
bunnei ce452049d3 gl_rasterizer_cache: Keep track of surface 2D size separately from total size. 7 years ago
raven02 b92b4bbeaf Fix trailing whitespace 7 years ago
Lioncash 541c550753 kernel/svc: Implement svcGetThreadContext() 7 years ago
Lioncash dccfe193a9 kernel/process: Add a data member to determine if a process is 64-bit or not. 7 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 7 years ago
Lioncash 16145e2f21 arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 7 years ago
raven02 4092907687 Implement ISystemDisplayService::GetDisplayMode 7 years ago
Lioncash a63e6f9dfd loader: Make the Load() function take a process as a regular reference, not a SharedPtr 7 years ago
Lioncash f4c24d0832 kernel/object: Remove unnecessary std::move from DynamicObjectCast() 7 years ago
ReinUsesLisp e3e51d3ddb video_core: Implement point_size and add point state sync 7 years ago
ReinUsesLisp b8f1506aa5 gl_state: Pack sampler bindings into a single ARB_multi_bind 7 years ago
Zach Hilman 70e86248fd qt: Install System TitleTypes to System NAND 7 years ago
Lioncash 861580f6d2 fsmitm_romfsbuild: std::move std::vector instances in Build() 7 years ago
Lioncash 7ecdaaf189 fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp() 7 years ago
Lioncash 11104b4883 patch_manager: Invert conditionals within ApplyLayeredFS() 7 years ago
ReinUsesLisp ab65fde9f4 video_core: Add asserts for CS, TFB and alpha testing 7 years ago
Lioncash e3b2ef9170 vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer list 7 years ago
Lioncash 4654f89618 fsmitm_romfsbuild: Avoid type truncation warnings 7 years ago
Lioncash 91b56c4928 fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContext 7 years ago
Lioncash 1f92cbc059 fsmitm_romfsbuild: Remove unnecessary loops in Build() 7 years ago
Lioncash fa9e0f9c8b fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() 7 years ago
Lioncash f646ca874d yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize() 7 years ago
Lioncash cbb146069a yuzu/main: Move functions stored into static std::function instances out of OnGameListDumpRomFS() 7 years ago
Lioncash 57616f9758 vfs/etc: Append std:: to size_t usages 7 years ago
Lioncash 28bef31ea8 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 7 years ago
Lioncash 14e2df5610 vfs_static: Remove template byte parameter from StaticVfsFile 7 years ago
Lioncash e42bb5e003 service: Add missing headers inclusions where applicable 7 years ago
Lioncash 598e4d2f6c core_cpu: Make arm_interface instances a std::unique_ptr 7 years ago
Lioncash a58eefa7e4 kernel/scheduler: Take ARM_Interface instance by reference in the constructor 7 years ago
Lioncash 83377113bf memory: Dehardcode the use of fixed memory range constants 7 years ago
Lioncash 6c6f95d071 svc: Report correct memory-related values within some of the cases in svcGetInfo() 7 years ago
Lioncash 7fd598636e memory: Dehardcode the use of a 36-bit address space 7 years ago
Lioncash 75603b005b process/vm_manager: Amend API to allow reading parameters from NPDM metadata 7 years ago
David 367c52ff0d Implemented fatal:u properly (#1347) 7 years ago
David 2513e086ab Stubbed IRS (#1349) 7 years ago
Zach Hilman b3c2ec362b fsmitm: Cleanup and modernize fsmitm port 7 years ago
Lioncash 2f6a611311 stream: Preserve enum class type in GetState() 7 years ago
tech4me d42424ace0 svc: Updated svc names 7 years ago
David 9f3fc067bf Added glObjectLabels for renderdoc for textures and shader programs (#1384) 7 years ago
greggameplayer b91e2d55f3 correct BC6H 7 years ago