summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/vic.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj2022-12-201-3/+3
| | | | | resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows
* General: Fix clang format.Fernando Sahmkow2022-10-061-2/+2
|
* DMA & InlineToMemory Engines Rework.bunnei2022-10-061-2/+3
|
* NVDRV: Refactor Host1xFernando Sahmkow2022-10-061-11/+11
|
* VideoCore: Refactor syncing.Fernando Sahmkow2022-10-061-0/+243