| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | hle: service: ldr: Implement UnloadNrr. | 2020-10-31 | 1 | -1/+15 | ||
| * | | | | | | | | | | Merge pull request #4865 from ameerj/async-threadcount | 2020-11-01 | 1 | -8/+9 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | async_shaders: Increase Async worker thread count for 8+ thread cpus | 2020-10-29 | 1 | -8/+9 | ||
| * | | | | | | | | | | Rename to align with switchbrew and remove gpu function (#4714) | 2020-11-01 | 2 | -16/+10 | ||
| * | | | | | | | | | | Merge pull request #4853 from ReinUsesLisp/fcmp-imm | 2020-10-31 | 2 | -1/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | shader/arithmetic: Implement FCMP immediate + register variant | 2020-10-28 | 2 | -1/+4 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #4872 from jbeich/clang | 2020-10-30 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | video_core: unbreak -Werror in NVDEC with Clang | 2020-10-30 | 1 | -1/+1 | ||
| * | | | | | | | | | CMakeLists: Resolve MSVC build failures | 2020-10-30 | 1 | -1/+0 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4868 from lioncash/discard-error | 2020-10-30 | 3 | -6/+21 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | General: Catch more expressions with no effect on MSVC | 2020-10-30 | 1 | -0/+4 | ||
| | * | | | | | | | | General: Make ignoring a discarded return value an error | 2020-10-30 | 3 | -6/+17 | ||
| * | | | | | | | | | common/stream: Be explicit with copy and move operators | 2020-10-29 | 1 | -3/+9 | ||
| * | | | | | | | | | vp9: Be explicit with copy and move operators | 2020-10-29 | 1 | -0/+18 | ||
| * | | | | | | | | | vp9: Mark functions with [[nodiscard]] where applicable | 2020-10-29 | 2 | -13/+13 | ||
| * | | | | | | | | | vp9: Provide a default initializer for "hidden" member | 2020-10-29 | 1 | -1/+1 | ||
| * | | | | | | | | | vp9: Make some member functions internally linked | 2020-10-29 | 2 | -58/+54 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4837 from lioncash/nvdec-2 | 2020-10-29 | 13 | -88/+81 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | h264: Make WriteUe take a u32 | 2020-10-27 | 2 | -7/+8 | ||
| | * | | | | | | | vp9: std::move buffer within ComposeFrameHeader() | 2020-10-27 | 1 | -1/+1 | ||
| | * | | | | | | | vp9: Remove dead code | 2020-10-27 | 1 | -6/+0 | ||
| | * | | | | | | | vp9: Join declarations with assignments | 2020-10-27 | 1 | -7/+8 | ||
| | * | | | | | | | vp9: Remove pessimizing moves | 2020-10-27 | 1 | -2/+2 | ||
| | * | | | | | | | vp9: Resolve variable shadowing | 2020-10-27 | 1 | -4/+4 | ||
| | * | | | | | | | nvdec: Tidy up header includes | 2020-10-27 | 13 | -62/+59 | ||
| * | | | | | | | | Merge pull request #4781 from german77/GChotplug | 2020-10-29 | 3 | -303/+433 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Add hotplug, rumble and fix 3rd party adapters for the GC adapter | 2020-10-28 | 3 | -303/+433 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | kernel/process: Add missing <ctime> include | 2020-10-29 | 1 | -0/+1 | ||
| * | | | | | | | | Merge pull request #4857 from liushuyu/master | 2020-10-29 | 1 | -5/+0 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | web_service: follow-up fix to #4842 ... | 2020-10-28 | 1 | -5/+0 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4835 from lat9nq/rng-default-time | 2020-10-28 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel: Use the current time as the default RNG seed | 2020-10-26 | 1 | -1/+1 | ||
| * | | | | | | | | | Merge pull request #4838 from lioncash/syncmgr | 2020-10-28 | 2 | -9/+9 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | sync_manager: Amend parameter order of calls to SyncptIncr constructor | 2020-10-27 | 2 | -9/+9 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | web_service: web_backend: Handle socket errors with GenericRequest. | 2020-10-28 | 1 | -0/+11 | ||
| * | | | | | | | | video_core: cdma_pusher: Add missing LOG_DEBUG field in ExecuteCommand. | 2020-10-28 | 1 | -1/+1 | ||
| * | | | | | | | | Merge pull request #4846 from lioncash/service-fn | 2020-10-28 | 5 | -1/+7 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | service: Update function tables | 2020-10-27 | 5 | -1/+7 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #4851 from ReinUsesLisp/core-threads-race | 2020-10-28 | 1 | -5/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | hle/kernel: Remove unused registered_core_threads to fix data races | 2020-10-27 | 1 | -5/+0 | ||
| * | | | | | | | | Merge pull request #4850 from ReinUsesLisp/fiber-ptr-ref | 2020-10-28 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | common/fiber: Take shared_ptr<Fiber> by copy in YieldTo | 2020-10-28 | 2 | -3/+3 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4849 from ReinUsesLisp/fix-fiber-test | 2020-10-28 | 1 | -31/+40 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tests: Fix data race in fibers test | 2020-10-28 | 1 | -31/+40 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4848 from ReinUsesLisp/type-limits | 2020-10-28 | 2 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | video_core: Enforce -Werror=type-limits | 2020-10-28 | 2 | -1/+2 | ||
| * | | | | | | | | | video_core: Enforce -Wredundant-move and -Wpessimizing-move | 2020-10-28 | 4 | -4/+5 | ||
| |/ / / / / / / / | ||||||
| * / / / / / / / | web_backend: fix a regression introduced in 39c8d18 | 2020-10-27 | 2 | -20/+2 | ||
| |/ / / / / / / | ||||||
| * / / / / / / | yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default. | 2020-10-26 | 3 | -11/+11 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #4729 from ameerj/nvdec-prod | 2020-10-26 | 50 | -310/+3909 | ||
| |\ \ \ \ \ \ | ||||||