| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-18 | SMMU: Initial adaptation to video_core. | Fernando Sahmkow | |
| 2023-07-02 | Use spans over guest memory where possible instead of copying data. | Kelebek1 | |
| 2023-01-05 | video_core: Cache GPU internal writes. | Fernando Sahmkow | |
| 2022-12-19 | scratch_buffer: Explicitly defing resize and resize_destructive functions | ameerj | |
| resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows | |||
| 2022-11-29 | engines: Remove unnecessary casts | Lioncash | |
| In a few cases we have some casts that can be trivially removed. | |||
| 2022-11-24 | GPU: Fix buffer cache issue, engine upload not inlining memory in multiline ↵ | Fernando Sahmkow | |
| and pessismistic invalidation. | |||
| 2022-10-06 | DMA & InlineToMemory Engines Rework. | bunnei | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| 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. | |||
| 2022-02-01 | Rasterizer: Refactor inlineToMemory. | Fernando Sahmkow | |
| 2022-01-29 | Rasterizer: Implement Inline2Memory Acceleration. | Fernando Sahmkow | |
| 2022-01-29 | Inline2Memory: Flush before writting buffer. | Fernando Sahmkow | |
| 2020-12-04 | video_core: Resolve more variable shadowing scenarios | Lioncash | |
| Resolves variable shadowing scenarios up to the end of the OpenGL code to make it nicer to review. The rest will be resolved in a following commit. | |||
| 2019-06-20 | decoders: correct block calculation | Fernando Sahmkow | |
| 2019-06-20 | engine_upload: Addapt to new Texture Cache | Fernando Sahmkow | |
| 2019-05-14 | video_core/engines/engine_upload: Amend constructor initializer list order | Lioncash | |
| Silences a -Wreorder warning. | |||
| 2019-05-14 | video_core/engines/engine_upload: Default destructor in the cpp file | Lioncash | |
| Avoids inlining destruction logic where applicable, and also makes forward declarations not cause unexpected compilation errors depending on where the State class is used. | |||
| 2019-05-14 | video_core/engines/engine_upload: Remove unnecessary includes | Lioncash | |
| 2019-05-01 | Refactors and name corrections. | Fernando Sahmkow | |
| 2019-04-23 | Add Swizzle Parameters to the DMA engine | Fernando Sahmkow | |
| 2019-04-23 | Corrections and styling | Fernando Sahmkow | |
| 2019-04-22 | Revamp Kepler Memory to use a subegine to manage uploads | Fernando Sahmkow | |
