| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | NVDRV: Further refactors and eliminate old code. | 2022-10-06 | 1 | -32/+0 | |
| | | |||||
| * | Rework CoreTiming | 2022-07-10 | 1 | -1/+4 | |
| | | |||||
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 1 | -3/+2 | |
| | | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
| * | service: Append service name prefix to common filenames | 2021-07-14 | 1 | -1/+1 | |
| | | |||||
| * | core_timing: Make use of uintptr_t to represent user_data | 2020-07-27 | 1 | -2/+2 | |
| | | | | | Makes the interface future-proofed for supporting other platforms in the event we ever support platforms with differing pointer sizes. This way, we have a type in place that is always guaranteed to be able to represent a pointer exactly. | ||||
| * | core_timing: Make TimedCallback take std::chrono::nanoseconds | 2020-07-15 | 1 | -6/+7 | |
| | | | | | Enforces our desired time units directly with a concrete type. | ||||
| * | core_timing: Make use of std::chrono with ScheduleEvent | 2020-07-15 | 1 | -1/+1 | |
| | | |||||
| * | core_timing: Use better reference tracking for EventType. (#3159) | 2019-11-26 | 1 | -7/+6 | |
| | | | | | | | | * core_timing: Use better reference tracking for EventType. - Moves ownership of the event to the caller, ensuring we don't fire events for destroyed objects. - Removes need for unique names - we won't be using this for save states anyways. | ||||
| * | NVServices: Styling, define constructors as explicit and corrections | 2019-07-05 | 1 | -1/+7 | |
| | | |||||
| * | GPU: Correct Interrupts to interrupt on syncpt/value instead of event, ↵ | 2019-07-05 | 1 | -4/+7 | |
| | | | | | mirroring hardware | ||||
| * | Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts | 2019-07-05 | 1 | -0/+21 | |