14363 Commits (8008b5ddc96dc129acec59f945c9bcce285c43a5)

Author SHA1 Message Date
Lioncash da7be67daf ipc_helpers: Remove usage of the global system instance 5 years ago
lat9nq 1e149dc18b settings: log value of CPU_Accuracy 5 years ago
bunnei dc5396a466 video_core: dma_pusher: Remove integrity check on command lists. 5 years ago
Lioncash 00fb79b2f3 common/fiber: Move all member variables into impl class 5 years ago
Lioncash c0ab5b79dc settings: Simplify initializer of resolution factor 5 years ago
Lioncash 6f006d051e General: Fix clang build 5 years ago
Lioncash 7aae6d6d2b core/settings: Move configuring_global behind an API 5 years ago
Lioncash fc6db97a09 core: Remove usage of unicorn 5 years ago
Lioncash 4a4b685a04 common: Enable warnings as errors 5 years ago
Lioncash 4f0f481f63 nvdec: Make use of [[nodiscard]] where applicable 5 years ago
bunnei 848bdf8a40 fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. 5 years ago
bunnei 7d2839d7a3 core: Initialize GPU before services. 5 years ago
bunnei e67b8678f8 hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. 5 years ago
bunnei c6e1c46ac7 video_core: dma_pusher: Add support for integrity checks. 5 years ago
bunnei c64545d07a video_core: dma_pusher: Add support for prefetched command lists. 5 years ago
bunnei 1d4cbb92f2 service: hle: nvflinger: Fix potential shutdown crash when GPU is destroyed. 5 years ago
bunnei 6053b95552 video_core: gpu: Implement WaitFence and IncrementSyncPoint. 5 years ago
bunnei 66edfd61c6 hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager. 5 years ago
bunnei 4a3fd97e48 hle service: nvdrv: Update to instantiate SyncpointManager. 5 years ago
bunnei d567b7e841 hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints. 5 years ago
Levi Behunin bca9591660
Rename to align with switchbrew and remove gpu function (#4714) 5 years ago
bunnei a0e5cccb92 hle: service: ldr: Implement UnloadNrr. 5 years ago
Lioncash 14a97d082e CMakeLists: Resolve MSVC build failures 5 years ago
Jan Beich 50e52ade85 video_core: unbreak -Werror in NVDEC with Clang 5 years ago
Lioncash 11d0a6e7b8 General: Catch more expressions with no effect on MSVC 5 years ago
Lioncash 26547d3e3b General: Make ignoring a discarded return value an error 5 years ago
Lioncash 8049b8beb6 common/stream: Be explicit with copy and move operators 5 years ago
Lioncash 12eeffcb7c vp9: Be explicit with copy and move operators 5 years ago
Lioncash 0d713cf8eb vp9: Mark functions with [[nodiscard]] where applicable 5 years ago
Lioncash badea3b301 vp9: Provide a default initializer for "hidden" member 5 years ago
Lioncash f8543249f0 vp9: Make some member functions internally linked 5 years ago
Lioncash 5553bd3ba2 General: Resolve a few missing initializer warnings 5 years ago
ameerj 3620206136 async_shaders: Increase Async worker thread count for 8+ thread cpus 5 years ago
Morph 9cfc5fee2f kernel/process: Add missing <ctime> include 5 years ago
liushuyu cf63eacc1a
web_service: follow-up fix to #4842 ... 5 years ago
german 5333db91c1 Add hotplug, rumble and fix 3rd party adapters for the GC adapter 5 years ago
bunnei 156556ddd2 web_service: web_backend: Handle socket errors with GenericRequest. 5 years ago
bunnei 94eca09cf6 video_core: cdma_pusher: Add missing LOG_DEBUG field in ExecuteCommand. 5 years ago
ReinUsesLisp 657771bdcb shader: Partially implement texture cube array shadow 5 years ago
ReinUsesLisp 44b552be71 shader/arithmetic: Implement FCMP immediate + register variant 5 years ago
ReinUsesLisp 79da90cea8 video_core: Enforce -Wredundant-move and -Wpessimizing-move 5 years ago
ReinUsesLisp 4a451e5849 video_core: Enforce -Werror=type-limits 5 years ago
ReinUsesLisp cdb2480d39 common/fiber: Take shared_ptr<Fiber> by copy in YieldTo 5 years ago
ReinUsesLisp 3fdb42e0b4 tests: Fix data race in fibers test 5 years ago
Lioncash 020519def8 service: Update function tables 5 years ago
liushuyu 8e673cbb08
web_backend: fix a regression introduced in 39c8d18 5 years ago
Lioncash 047e77e2f0 sync_manager: Amend parameter order of calls to SyncptIncr constructor 5 years ago
Lioncash cce14b4cd7 h264: Make WriteUe take a u32 5 years ago
Lioncash 6291975731 vp9: std::move buffer within ComposeFrameHeader() 5 years ago
Lioncash 00decfbb07 vp9: Remove dead code 5 years ago