14300 Commits (5b9e69e7fe4eb5533bf3df1282b6fc0675c00a0e)
 

Author SHA1 Message Date
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 a57e2ced66 externals: Update to latest dynarmic. 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
bunnei f0b4b5be4c Merge pull request #3671 from lioncash/switch 6 years ago
bunnei 7a4ed2581d Merge pull request #3673 from lioncash/extra 6 years ago
Fernando Sahmkow 7a9b83b658 Merge pull request #3600 from ReinUsesLisp/no-pointer-buf-cache 6 years ago
bunnei 93f24dfc47 Merge pull request #3675 from degasus/linux_shared_libraries 6 years ago
Markus Wick 91ff5f13b1 externals: Use shared libraries if possible 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
Rodrigo Locatti 50a1a6e6a9 Merge pull request #3659 from bunnei/time-calc-standard-user 6 years ago
ReinUsesLisp c1ad40a3cb buffer_cache: Return handles instead of pointer to handles 6 years ago
Rodrigo Locatti 35686128d2 Merge pull request #3689 from lioncash/unused-var 6 years ago
Rodrigo Locatti 8f0f9da12b Merge pull request #3688 from lioncash/nequal 6 years ago
Rodrigo Locatti 151a4e5a7d Merge pull request #3680 from lioncash/static 6 years ago
Rodrigo Locatti e63ea9ed26 Merge pull request #3687 from lioncash/constness 6 years ago
Rodrigo Locatti f43b6f7ebe Merge pull request #3685 from lioncash/copies 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
bunnei 8b21c8e59a Merge pull request #3683 from lioncash/docs 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
Rodrigo Locatti 45b5676187 Merge pull request #3649 from FernandoS27/3d-fix 6 years ago
Fernando Sahmkow d06795c08a Merge pull request #3612 from ReinUsesLisp/red 6 years ago
Mat M 99846b5da3 Merge pull request #3670 from lioncash/reorder 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
Mat M ee439fb0fc Merge pull request #3662 from ReinUsesLisp/constant-attrs 6 years ago
Fernando Sahmkow 09ba659a78 Texture Cache: Read current data when flushing a 3D segment. 6 years ago
Mat M 077ffb29fd Merge pull request #3668 from ReinUsesLisp/vtx-format-16ui 6 years ago
Mat M 49ce503b37 Merge pull request #3656 from ReinUsesLisp/glsl-full-decompile 6 years ago
Mat M 650a97d635 Merge pull request #3654 from ReinUsesLisp/fix-fb-attach 6 years ago
Mat M daa5388d9d Merge pull request #3663 from ReinUsesLisp/fcmp-rc 6 years ago
Mat M c9a10a9698 Merge pull request #3664 from ReinUsesLisp/fe3h-black-squares 6 years ago
Mat M a19caa5209 Merge pull request #3667 from ReinUsesLisp/viewport-trash 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
Rodrigo Locatti 3fad4fea35 Merge pull request #3657 from ReinUsesLisp/viewport-zero 6 years ago
Fernando Sahmkow 52144a9a23 Texture Cache: Only do buffer copies on accurate GPU. (#3634) 6 years ago