Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow >1 cpu threads on video decoding, disable multi-frame decoding | Kelebek1 | 2023-02-14 | 1 | -0/+2 |
| | |||||
* | video_core: Speed up video frame data copy | FengChen | 2023-02-11 | 1 | -9/+5 |
| | |||||
* | scratch_buffer: Explicitly defing resize and resize_destructive functions | ameerj | 2022-12-20 | 1 | -3/+3 |
| | | | | | resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows | ||||
* | video_core: Add usages of ScratchBuffer | ameerj | 2022-12-20 | 1 | -3/+4 |
| | |||||
* | host1x/syncpoint_manager: Eliminate unnecessary std::function construction | Lioncash | 2022-11-29 | 1 | -4/+2 |
| | | | | | We can just pass the function object through, and if it's a valid function, then it will automatically be converted. | ||||
* | host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref | Lioncash | 2022-11-29 | 2 | -6/+6 |
| | | | | | | | | | The handle is only compared against and not modified in any way, so we can pass it by const reference. This also allows us to mark the respective parameters for DeregisterGuestAction() and DeregisterHostAction() as const references as well. | ||||
* | syncpoint_manager: ensure handle is removable before removing | Liam | 2022-10-11 | 1 | -1/+11 |
| | |||||
* | General: address feedback | Fernando Sahmkow | 2022-10-06 | 3 | -19/+19 |
| | |||||
* | general: Format licenses as per SPDX guidelines | Morph | 2022-10-06 | 6 | -19/+13 |
| | |||||
* | General: Fix clang format. | Fernando Sahmkow | 2022-10-06 | 3 | -6/+7 |
| | |||||
* | DMA & InlineToMemory Engines Rework. | bunnei | 2022-10-06 | 1 | -2/+3 |
| | |||||
* | NVDRV: Further refactors and eliminate old code. | Fernando Sahmkow | 2022-10-06 | 1 | -0/+4 |
| | |||||
* | NVDRV: Refactor Host1x | Fernando Sahmkow | 2022-10-06 | 19 | -67/+125 |
| | |||||
* | VideoCore: Refactor syncing. | Fernando Sahmkow | 2022-10-06 | 21 | -0/+3310 |