14357 Commits (479a52a8d4bad8e77b5fb255d63d404e07c9824e)

Author SHA1 Message Date
bunnei 479a52a8d4 hle: service: caps_u: Stub GetAlbumFileList3AaeAruid. 5 years ago
Lioncash c20ed9e3da common/fiber: Move all member variables into impl class 5 years ago
Lioncash 4c3b3b3cd1 settings: Simplify initializer of resolution factor 5 years ago
Lioncash 8fc37d6fca General: Fix clang build 5 years ago
Lioncash b1de33af75 core/settings: Move configuring_global behind an API 5 years ago
Lioncash 38ffaef6eb common: Enable warnings as errors 5 years ago
Lioncash 2ee59021c2 nvdec: Make use of [[nodiscard]] where applicable 5 years ago
bunnei f8b764dbf2 fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. 5 years ago
bunnei 0e90fce8d4 core: Initialize GPU before services. 5 years ago
bunnei 57f20d0d70 hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. 5 years ago
bunnei af7ab45b45 video_core: dma_pusher: Add support for integrity checks. 5 years ago
bunnei 69f4a66d23 video_core: dma_pusher: Add support for prefetched command lists. 5 years ago
bunnei d787a5bfde service: hle: nvflinger: Fix potential shutdown crash when GPU is destroyed. 5 years ago
bunnei c112a94dfe video_core: gpu: Implement WaitFence and IncrementSyncPoint. 5 years ago
bunnei 617372b751 hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager. 5 years ago
bunnei df095c8963 hle service: nvdrv: Update to instantiate SyncpointManager. 5 years ago
bunnei 317c2ac884 hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints. 5 years ago
Levi Behunin 381586d56c Rename to align with switchbrew and remove gpu function (#4714) 5 years ago
bunnei 4c09a6399c hle: service: ldr: Implement UnloadNrr. 5 years ago
Lioncash b712b3684a CMakeLists: Resolve MSVC build failures 5 years ago
Jan Beich c751be210e video_core: unbreak -Werror in NVDEC with Clang 5 years ago
Lioncash 5c7f20bc57 General: Catch more expressions with no effect on MSVC 5 years ago
Lioncash 0525232875 General: Make ignoring a discarded return value an error 5 years ago
Lioncash a625048772 common/stream: Be explicit with copy and move operators 5 years ago
Lioncash 6425e155f2 vp9: Be explicit with copy and move operators 5 years ago
Lioncash 0c2f517cd0 vp9: Mark functions with [[nodiscard]] where applicable 5 years ago
Lioncash 114153e8c8 vp9: Provide a default initializer for "hidden" member 5 years ago
Lioncash e54c1f4a41 vp9: Make some member functions internally linked 5 years ago
Lioncash 3e654ff0d0 General: Resolve a few missing initializer warnings 5 years ago
ameerj b139341d35 async_shaders: Increase Async worker thread count for 8+ thread cpus 5 years ago
Morph fc09a13d34 kernel/process: Add missing <ctime> include 5 years ago
liushuyu 0555d8ac94 web_service: follow-up fix to #4842 ... 5 years ago
german 2aafcc5f4b Add hotplug, rumble and fix 3rd party adapters for the GC adapter 5 years ago
bunnei 529f48d980 web_service: web_backend: Handle socket errors with GenericRequest. 5 years ago
bunnei 6639ab9470 video_core: cdma_pusher: Add missing LOG_DEBUG field in ExecuteCommand. 5 years ago
ReinUsesLisp 5690bca1c4 shader: Partially implement texture cube array shadow 5 years ago
ReinUsesLisp 016fb60ff5 shader/arithmetic: Implement FCMP immediate + register variant 5 years ago
ReinUsesLisp de16b5a409 video_core: Enforce -Wredundant-move and -Wpessimizing-move 5 years ago
ReinUsesLisp 1ae83819d9 video_core: Enforce -Werror=type-limits 5 years ago
ReinUsesLisp 171b94e8fa common/fiber: Take shared_ptr<Fiber> by copy in YieldTo 5 years ago
ReinUsesLisp 08ad5c4e42 tests: Fix data race in fibers test 5 years ago
Lioncash 0368d43dff service: Update function tables 5 years ago
liushuyu 6be4451e39 web_backend: fix a regression introduced in 16de0a6 5 years ago
Lioncash 7115197c4c sync_manager: Amend parameter order of calls to SyncptIncr constructor 5 years ago
Lioncash eb5c069e32 h264: Make WriteUe take a u32 5 years ago
Lioncash 105a345f4e vp9: std::move buffer within ComposeFrameHeader() 5 years ago
Lioncash c0992fd760 vp9: Remove dead code 5 years ago
Lioncash 617f016746 vp9: Join declarations with assignments 5 years ago
Lioncash 9efecc310b vp9: Remove pessimizing moves 5 years ago
Lioncash 4e10e539d8 vp9: Resolve variable shadowing 5 years ago