| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | core: memory: Move to Core::Memory namespace. | 2020-04-17 | 37 | -98/+100 | ||
| | * | | | | | | | | | common: alignment: Add a helper function for generic alignment checking. | 2020-04-17 | 1 | -0/+7 | ||
| | * | | | | | | | | | core: kernel: Add svc_types header to include SVC-specific types. | 2020-04-17 | 3 | -0/+70 | ||
| | * | | | | | | | | | core: kernel: Move SVC to its own namesapce. | 2020-04-17 | 5 | -9/+9 | ||
| | * | | | | | | | | | kernel: resource_limit: Improvements to implementation. | 2020-04-17 | 2 | -12/+50 | ||
| | * | | | | | | | | | loader: nso: Fix loading of static objects to be properly sized and aligned. | 2020-04-17 | 1 | -19/+9 | ||
| | * | | | | | | | | | common: common_funcs: Add a macro for defining enum flag operators. | 2020-04-17 | 1 | -0/+32 | ||
| | * | | | | | | | | | process: SetupMainThread: Zero out argument on process start. | 2020-04-17 | 1 | -0/+2 | ||
| | * | | | | | | | | | arm_interface: Ensure ThreadContext is zero'd out. | 2020-04-17 | 1 | -16/+16 | ||
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #3682 from lioncash/uam | 2020-04-17 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | gl_query_cache: Resolve use-after-move in CachedQuery move assignment operator | 2020-04-15 | 1 | -1/+1 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #3671 from lioncash/switch | 2020-04-16 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | kernel/thread: Resolve -Wswitch warnings | 2020-04-15 | 1 | -0/+2 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3673 from lioncash/extra | 2020-04-16 | 26 | -70/+93 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | CMakeLists: Specify -Wextra on linux builds | 2020-04-15 | 26 | -70/+93 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3600 from ReinUsesLisp/no-pointer-buf-cache | 2020-04-16 | 14 | -228/+90 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | buffer_cache: Return handles instead of pointer to handles | 2020-04-16 | 14 | -228/+90 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | externals: Move LibreSSL linking to httplib. | 2020-04-16 | 2 | -11/+3 | ||
| * | | | | | | input_common: Use the CMake target instead of the variable. | 2020-04-16 | 1 | -1/+1 | ||
| * | | | | | | Merge pull request #3659 from bunnei/time-calc-standard-user | 2020-04-16 | 3 | -1/+25 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. | 2020-04-14 | 3 | -1/+25 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3689 from lioncash/unused-var | 2020-04-16 | 1 | -1/+0 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | decode/shift: Remove unused variable within Shift() | 2020-04-16 | 1 | -1/+0 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3688 from lioncash/nequal | 2020-04-16 | 2 | -0/+5 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | surface_view: Add missing operator!= to ViewParams | 2020-04-16 | 2 | -0/+5 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3680 from lioncash/static | 2020-04-16 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_device: Mark stage_swizzle as constexpr | 2020-04-15 | 1 | -1/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3687 from lioncash/constness | 2020-04-16 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | surface_base: Make IsInside() a const member function | 2020-04-15 | 1 | -2/+2 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3685 from lioncash/copies | 2020-04-16 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | control_flow: Make use of std::move in TryInspectAddress() | 2020-04-15 | 1 | -3/+3 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3683 from lioncash/docs | 2020-04-15 | 2 | -5/+5 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | video_core: Amend doxygen comment references | 2020-04-15 | 2 | -5/+5 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3649 from FernandoS27/3d-fix | 2020-04-15 | 1 | -0/+6 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Texture Cache: Read current data when flushing a 3D segment. | 2020-04-15 | 1 | -0/+6 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3612 from ReinUsesLisp/red | 2020-04-15 | 5 | -70/+141 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | shader/memory: Implement RED.E.ADD | 2020-04-06 | 5 | -28/+99 | ||
| | * | | | | | shader/memory: Add "using std::move" | 2020-04-06 | 1 | -11/+13 | ||
| | * | | | | | shader/memory: Minor fixes in ATOM | 2020-04-06 | 1 | -32/+30 | ||
| * | | | | | | CMakeLists: Make -Wreorder a compile-time error | 2020-04-15 | 4 | -5/+7 | ||
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge pull request #3662 from ReinUsesLisp/constant-attrs | 2020-04-15 | 2 | -2/+6 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | gl_rasterizer: Implement constant vertex attributes | 2020-04-14 | 2 | -2/+6 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #3668 from ReinUsesLisp/vtx-format-16ui | 2020-04-15 | 1 | -0/+10 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | maxwell_to_vk: Add uint16 vertex formats | 2020-04-15 | 1 | -0/+8 | ||
| | * | | | | | maxwell_to_vk: Add missing breaks | 2020-04-15 | 1 | -0/+2 | ||
| * | | | | | | Merge pull request #3656 from ReinUsesLisp/glsl-full-decompile | 2020-04-15 | 1 | -1/+3 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_shader_cache: Use CompileDepth::FullDecompile on GLSL | 2020-04-14 | 1 | -1/+3 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3654 from ReinUsesLisp/fix-fb-attach | 2020-04-15 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_texture_cache: Fix layered texture attachment base level | 2020-04-13 | 1 | -1/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3663 from ReinUsesLisp/fcmp-rc | 2020-04-15 | 2 | -3/+6 | ||
| |\ \ \ \ \ \ | ||||||