| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #2912 from FernandoS27/async-fixes | 2019-10-16 | 6 | -28/+29 | ||
| |\ \ \ | | | | | | | | | General fixes to Async GPU | |||||
| | * | | | NvFlinger: Remove leftover from corrections and clang format. | 2019-10-04 | 1 | -4/+0 | ||
| | | | | | ||||||
| | * | | | Core: Wait for GPU to be idle before shutting down. | 2019-10-04 | 1 | -0/+2 | ||
| | | | | | ||||||
| | * | | | Nvdrv: Correct Event setup in Nvdrv | 2019-10-04 | 2 | -23/+14 | ||
| | | | | | | | | | | | | | | | | | Events are supposed to be cleared on quering. This fixes that issue. | |||||
| | * | | | NVFlinger: Reverse the change that only signaled events on buffer acquire. | 2019-10-04 | 2 | -20/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | This has been hardware tested and it seems that NVFlinger will still signal even if there are no buffers to present. | |||||
| | * | | | Nvdrv: Do framelimiting only in the CPU Thread | 2019-10-04 | 1 | -0/+4 | ||
| | | | | | ||||||
| | * | | | NvFlinger: Don't swap buffers if a frame is missing and always trigger event ↵ | 2019-10-04 | 1 | -1/+3 | ||
| | | | | | | | | | | | | | | | | | in sync gpu. | |||||
| | * | | | GPU_Async: Correct fences, display events and more. | 2019-10-04 | 2 | -2/+21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit uses guest fences on vSync event instead of an articial fake fence we had. It also corrects to keep signaling display events while loading the game as the OS is suppose to send buffers to vSync during that time. | |||||
| | * | | | Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs | 2019-10-04 | 2 | -3/+9 | ||
| | | | | | ||||||
| * | | | | Merge pull request #2972 from lioncash/system | 2019-10-15 | 9 | -33/+63 | ||
| |\ \ \ \ | |_|/ / |/| | | | {bcat, gpu, nvflinger}: Remove trivial usages of the global system accessor | |||||
| | * | | | bcat: Remove use of global system accessors | 2019-10-15 | 6 | -29/+55 | ||
| | | | | | | | | | | | | | | | | | | | | | Removes all uses of the global system accessor within the BCAT interface. | |||||
| | * | | | nvflinger/buffer_queue: Remove use of a global system accessor | 2019-10-12 | 3 | -4/+8 | ||
| | | | | | ||||||
| * | | | | Merge pull request #2965 from FernandoS27/fair-core-timing | 2019-10-15 | 6 | -38/+94 | ||
| |\ \ \ \ | | | | | | | | | | | Core Timing: Rework Core Timing to run all cores evenly. | |||||
| | * | | | | Core_Timing: Address Remaining feedback. | 2019-10-12 | 1 | -5/+4 | ||
| | | | | | | ||||||
| | * | | | | Core_Timing: Address Feedback and suppress warnings. | 2019-10-11 | 5 | -13/+12 | ||
| | | | | | | ||||||
| | * | | | | Core Timing: Correct Idle and remove lefting pragma | 2019-10-09 | 1 | -2/+1 | ||
| | | | | | | ||||||
| | * | | | | Core Timing: General corrections and added tests. | 2019-10-09 | 2 | -4/+12 | ||
| | | | | | | ||||||
| | * | | | | Core Timing: Rework Core Timing to run all cores evenly. | 2019-10-09 | 6 | -38/+89 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #2897 from DarkLordZach/oss-ext-fonts-1 | 2019-10-14 | 18 | -123/+73480 | ||
| |\ \ \ \ | | | | | | | | | | | pl_u: Move open source font archives and fix NAND error | |||||
| | * | | | | pl_u: Fix mismatched rebase size error in font encryption | 2019-10-13 | 3 | -19/+17 | ||
| | | | | | | ||||||
| | * | | | | pl_u: Use kernel physical memory | 2019-10-13 | 2 | -4/+8 | ||
| | | | | | | ||||||
| | * | | | | pl_u: Remove excess static qualifier | 2019-10-13 | 1 | -1/+1 | ||
| | | | | | | ||||||
| | * | | | | pl_u: Use OSS system archives if real archives don't exist | 2019-10-13 | 2 | -112/+48 | ||
| | | | | | | ||||||
| | * | | | | system_archive: Synthesize shared fonts system archives | 2019-10-13 | 3 | -5/+101 | ||
| | | | | | | ||||||
| | * | | | | externals: Move OSS font data to file_sys in core | 2019-10-13 | 13 | -1/+73324 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #2930 from DarkLordZach/gamecard-partitions | 2019-10-14 | 4 | -26/+128 | ||
| |\ \ \ \ | |/ / / |/| | | | file_sys: Add code to access raw gamecard partitions and lazily load them | |||||
| | * | | | card_image: Implement system update commands in XCI | 2019-10-13 | 2 | -3/+37 | ||
| | | | | | ||||||
| | * | | | card_image: Add accessors for raw partitions in XCI | 2019-09-22 | 2 | -0/+36 | ||
| | | | | | ||||||
| | * | | | card_image: Lazily load partitions in XCI | 2019-09-22 | 2 | -26/+41 | ||
| | | | | | ||||||
| | * | | | pfs: Provide accessors for file sizes and offsets | 2019-09-22 | 2 | -0/+17 | ||
| | | | | | ||||||
| * | | | | Merge pull request #2921 from FreddyFunk/compiler-warnings-core | 2019-10-09 | 1 | -6/+6 | ||
| |\ \ \ \ | | | | | | | | | | | Services::ES fix casting warnings | |||||
| | * | | | | Services::ES fix casting warnings | 2019-09-29 | 1 | -6/+6 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #2654 from DarkLordZach/lm-log-rewrite | 2019-10-08 | 10 | -159/+367 | ||
| |\ \ \ \ | | | | | | | | | | | lm: Rewrite logger to use core reporting services | |||||
| | * | | | | lm: Flush manager output on core shutdown | 2019-09-22 | 5 | -11/+15 | ||
| | | | | | | ||||||
| | * | | | | lm: Rename Initialize to Log and implement with manager/reporter | 2019-09-22 | 1 | -140/+22 | ||
| | | | | | | | | | | | | | | | | Allows saving and clearer output of data. | |||||
| | * | | | | lm: Implement manager class to output to reporter | 2019-09-22 | 2 | -0/+233 | ||
| | | | | | | ||||||
| | * | | | | core: Add LM::Manager to system | 2019-09-22 | 6 | -19/+39 | ||
| | | | | | | | | | | | | | | | | Allows centralized control over logging mechanisms. | |||||
| | * | | | | reporter: Add log output for packaged lm log data | 2019-09-22 | 2 | -0/+69 | ||
| | |/ / / | | | | | | | | | Takes the vector from head to tail of log data and saves it. | |||||
| * | | / | hid: Implement DeactivateNpad | 2019-10-07 | 2 | -1/+13 | ||
| | |_|/ |/| | | | | | | | | Makes use of the already existing DeactivateController function. | |||||
| * | | | Merge pull request #2951 from lioncash/global | 2019-10-06 | 18 | -65/+87 | ||
| |\ \ \ | | | | | | | | | core: Remove Core::CurrentProcess() | |||||
| | * | | | core/core: Remove unused header | 2019-10-06 | 1 | -1/+0 | ||
| | | | | | | | | | | | | | | | | | This isn't used anywhere in either the cpp or header file. | |||||
| | * | | | core: Remove Core::CurrentProcess() | 2019-10-06 | 5 | -13/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This only encourages the use of the global system instance (which will be phased out long-term). Instead, we use the direct system function call directly to remove the appealing but discouraged short-hand. | |||||
| | * | | | hle/service: Replace global system instance calls with instance-based ones | 2019-10-06 | 14 | -51/+76 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrates the HLE service code off the use of directly accessing the global system instance where trivially able to do so. This removes all usages of Core::CurrentProcess from the service code, only 8 occurrences of this function exist elsewhere. There's still quite a bit of "System::GetInstance()" being used, however this was able to replace a few instances. | |||||
| * | | | | bcat/module: Silence truncation warnings | 2019-10-06 | 1 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | We need to perform explicit casts here, otherwise we're implicitly truncating a 64-bit type to a 32-bit one. | |||||
| * | | | | bcat: Take std::function instance by value in NullBackend's constructor | 2019-10-06 | 2 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | Without this, the std::move within the constructor initializer list won't be able to actually perform a move. | |||||
| * | | | | bcat: In-class initialize ProgressServiceBackend's impl member | 2019-10-06 | 2 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | Allows us to remove a constructor initializer list. | |||||
| * | | | | bcat: Make ProgressServiceBackend's constructor take a std::string_view | 2019-10-06 | 2 | -3/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | Given the string is appended to another, we can make it a view so a redundant full copy of the string isn't made. | |||||
| * | | | | bcat: Make ProgressServiceBackend's GetEvent() const | 2019-10-06 | 2 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | This member function doesn't modify internal member state, so it can be marked const. | |||||
| * | | | | boxcat: Silence an unused variable warning | 2019-10-06 | 1 | -1/+2 | ||
| |/ / / | | | | | | | | | | | | | | | | On parse errors, we can log out the explanatory string indicating what the parsing error was, rather than just ignoring the variable and returning an overly broad error code. | |||||
| * | | | audio/audout_u: Change formatting for old clang-format versions | 2019-10-04 | 1 | -1/+1 | ||
| | | | | ||||||