summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* GPU: Flush commands on every dma pusher step.Fernando Sahmkow2019-07-261-0/+1
* Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow2019-07-171-1/+1
* Dma_pusher: ASSERT on empty command_listFernando Sahmkow2019-05-191-0/+7
* Merge pull request #2322 from ReinUsesLisp/wswitchbunnei2019-04-291-0/+2
|\
| * video_core: Silent -Wswitch warningsReinUsesLisp2019-04-181-0/+2
* | Use ReadBlockUnsafe for fetyching DMA CommandListsFernando Sahmkow2019-04-161-2/+2
|/
* video_core/texures/texture: Remove unnecessary includesLioncash2019-04-061-0/+1
* video_core: Refactor to use MemoryManager interface for all memory access.bunnei2019-03-161-5/+2
* dma_pusher: Store command_list_header by copyReinUsesLisp2019-03-081-1/+1
* video_core/dma_pusher: Simplyfy Step() logic.Markus Wick2019-02-191-78/+77
* video_core/dma_pusher: The full list of headers at once.Markus Wick2019-02-191-48/+56
* video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp2019-02-031-2/+4
* dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei2018-11-281-2/+10
* gpu: Move command list profiling to DmaPusher::DispatchCalls.bunnei2018-11-281-0/+5
* gpu: Rewrite GPU command list processing with DmaPusher class.bunnei2018-11-271-0/+110