12554 Commits (227e9ac5d7e3d90a3bd1699e456a2d3d9598f89b)

Author SHA1 Message Date
bunnei 227e9ac5d7 kernel: memory: Add MemoryBlockManager class, to manage memory blocks. 6 years ago
bunnei 036f2f9176 kernel: memory: Add PageHeap class, to manage a heap of pages. 6 years ago
bunnei b013b110bc kernel: memory: Add PageLinkedList class, to manage a list of pages. 6 years ago
bunnei b94f043b7b kernel: memory: Add system_control code, which will be used for ASLR support. 6 years ago
bunnei 72d1cda09a physical_memory: Add missing include for <vector>. 6 years ago
bunnei 91a38e3fa8 kernel: memory: Add MemoryBlock class, for managing memory blocks and their state. 6 years ago
bunnei eadd36d143 kernel: memory: Add memory_types.h, for things that are commonly used in memory code. 6 years ago
bunnei 91b899ff00 kernel: memory: Add SlabHeap class, for managing memory heaps. 6 years ago
bunnei 9fd238a0f8 kernel: memory: Add AddressSpaceInfo class, for managing the memory address space. 6 years ago
bunnei ea806268fa core: device_manager: Add a simple class to manage device RAM. 6 years ago
bunnei a7b2390b73 dynarmic: Enable strict alignment checks. 6 years ago
bunnei b2b0f85b7d common: scope_exit: Implement mechanism for canceling a scope exit. 6 years ago
bunnei 5b9e69e7fe core: memory: Move to Core::Memory namespace. 6 years ago
bunnei 94e00fbb3f common: alignment: Add a helper function for generic alignment checking. 6 years ago
bunnei a10f82b62d core: kernel: Add svc_types header to include SVC-specific types. 6 years ago
bunnei ed940661a8 core: kernel: Move SVC to its own namesapce. 6 years ago
bunnei bdd81bdebf kernel: resource_limit: Improvements to implementation. 6 years ago
bunnei 9006c82b27 loader: nso: Fix loading of static objects to be properly sized and aligned. 6 years ago
bunnei f9a8cc03c3 common: common_funcs: Add a macro for defining enum flag operators. 6 years ago
bunnei 365f14cd2c process: SetupMainThread: Zero out argument on process start. 6 years ago
bunnei 1be8e24189 arm_interface: Ensure ThreadContext is zero'd out. 6 years ago
Markus Wick 3567e464d2 externals: Move LibreSSL linking to httplib. 6 years ago
Markus Wick ea1146eba0 input_common: Use the CMake target instead of the variable. 6 years ago
ReinUsesLisp c1ad40a3cb buffer_cache: Return handles instead of pointer to handles 6 years ago
Lioncash 3e1772a6af decode/shift: Remove unused variable within Shift() 6 years ago
Lioncash adae1cbaeb surface_view: Add missing operator!= to ViewParams 6 years ago
Lioncash 4ce2aaa9d2 surface_base: Make IsInside() a const member function 6 years ago
Lioncash 38b955a3ff control_flow: Make use of std::move in TryInspectAddress() 6 years ago
Lioncash 3c3928a5f7 video_core: Amend doxygen comment references 6 years ago
Lioncash 4efb85bb2e gl_device: Mark stage_swizzle as constexpr 6 years ago
Lioncash 02e095313a CMakeLists: Specify -Wextra on linux builds 6 years ago
Lioncash 6ea751d910 CMakeLists: Make -Wreorder a compile-time error 6 years ago
Lioncash 0f32ae2140 kernel/thread: Resolve -Wswitch warnings 6 years ago
Fernando Sahmkow 09ba659a78 Texture Cache: Read current data when flushing a 3D segment. 6 years ago
ReinUsesLisp 9db905ec1d maxwell_to_vk: Add uint16 vertex formats 6 years ago
ReinUsesLisp f643910f7b maxwell_to_vk: Add missing breaks 6 years ago
ReinUsesLisp ffc83d1a57 vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfo 6 years ago
Fernando Sahmkow 52144a9a23 Texture Cache: Only do buffer copies on accurate GPU. (#3634) 6 years ago
bunnei ba413f9277 service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. 6 years ago
ReinUsesLisp f5a23c9bb3 Revert "gl_shader_decompiler: Implement merges with bitfieldInsert" 6 years ago
ReinUsesLisp ffceca76c9 shader/arithmetic: Add FCMP_CR variant 6 years ago
ReinUsesLisp 501c92a17f gl_rasterizer: Implement constant vertex attributes 6 years ago
bunnei 72c1dd467d file_sys: patch_manager: Return early when there are no layers to apply. 6 years ago
bunnei 7ecacdfa3b service: friend: Stub IFriendService::GetBlockedUserListIds. 6 years ago
ReinUsesLisp a1ea6948e2 vk_rasterizer: Default to 1 viewports with a size of 0 6 years ago
ReinUsesLisp ab33a2bebc gl_shader_cache: Use CompileDepth::FullDecompile on GLSL 6 years ago
ReinUsesLisp 855faaf4a0 gl_texture_cache: Fix layered texture attachment base level 6 years ago
ReinUsesLisp cbbaeeb630 gl_rasterizer: Implement line widths and smooth lines 6 years ago
ReinUsesLisp ff90ce2ed6 gl_shader_decompiler: Implement merges with bitfieldInsert 6 years ago
ReinUsesLisp aa15f5854c gl_shader_decompiler: Improve generated code in HMergeH* 6 years ago