- 10 Nov, 2020 1 commit
-
-
german authored
-
- 08 Nov, 2020 1 commit
-
-
german authored
-
- 07 Nov, 2020 3 commits
- 06 Nov, 2020 4 commits
- 05 Nov, 2020 2 commits
- 04 Nov, 2020 5 commits
-
-
bunnei authored
General: Resolve a few missing initializer warnings
-
Lioncash authored
Rather than have directly modified global state here, we can make it an implementation detail and have an interface that changes are queried through.
-
Chloe authored
Improvements to GPU synchronization & various refactoring
-
Lioncash authored
Unicorn long-since lost most of its use, due to dynarmic gaining support for handling most instructions. At this point any further issues encountered should be used to make dynarmic better. This also allows us to remove our dependency on Python.
-
bunnei authored
nvdec: Make use of [[nodiscard]] where applicable
-
- 03 Nov, 2020 4 commits
- 02 Nov, 2020 2 commits
- 01 Nov, 2020 12 commits
-
-
bunnei authored
async_shaders: Increase Async worker thread count for >8 thread cpus
-
bunnei authored
-
bunnei authored
-
bunnei authored
- Refactor so that SubmitGPFIFO and KickoffPB use shared functionality. - Implement add_wait and add_increment flags.
-
bunnei authored
- Log corrupted command lists, rather than crash.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
Levi Behunin authored
* Rename to align with switchbrew * Rename to align with switchbrew and remove gpu function that checks if clearing should be done.
-
- 31 Oct, 2020 2 commits
- 30 Oct, 2020 4 commits
-
-
LC authored
video_core: unbreak -Werror in NVDEC with Clang
-
Lioncash authored
Prevents the compiler tripping up about Windows headers.
-
Jan Beich authored
src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.cpp:41:15: error: unused variable 'OutOfMemory' [-Werror,-Wunused-const-variable] constexpr u32 OutOfMemory{static_cast<u32>(-12)}; ^
-
bunnei authored
General: Make ignoring a discarded return value an error
-