- 07 Nov, 2020 3 commits
- 06 Nov, 2020 4 commits
- 05 Nov, 2020 2 commits
- 04 Nov, 2020 4 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
-
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 7 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
-
bunnei authored
VP9: Minor interface changes and safety improvements
-
Lioncash authored
MSVC lets us fine-tune catching expressions with no side-effects a little more.
-
Lioncash authored
Allows our CI to catch more potential bugs. This also removes the [[nodiscard]] attribute of IOFile's Open member function. There are cases where a file may want to be opened, but have the status of it checked at a later time.
-