aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/dma_pusher.cpp
AgeCommit message (Expand)Author
2019-07-26GPU: Flush commands on every dma pusher step.Fernando Sahmkow
2019-07-17Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow
2019-05-19Dma_pusher: ASSERT on empty command_listFernando Sahmkow
2019-04-28Merge pull request #2322 from ReinUsesLisp/wswitchbunnei
2019-04-18video_core: Silent -Wswitch warningsReinUsesLisp
2019-04-16Use ReadBlockUnsafe for fetyching DMA CommandListsFernando Sahmkow
2019-04-06video_core/texures/texture: Remove unnecessary includesLioncash
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-03-08dma_pusher: Store command_list_header by copyReinUsesLisp
2019-02-19video_core/dma_pusher: Simplyfy Step() logic.Markus Wick
2019-02-19video_core/dma_pusher: The full list of headers at once.Markus Wick
2019-02-03video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp
2018-11-27dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei
2018-11-27gpu: Move command list profiling to DmaPusher::DispatchCalls.bunnei
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.bunnei