Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | video_core/dma_pusher: Simplyfy Step() logic. | Markus Wick | 2019-02-19 | 1 | -78/+77 |
* | video_core/dma_pusher: The full list of headers at once. | Markus Wick | 2019-02-19 | 1 | -48/+56 |
* | video_core: Assert on invalid GPU to CPU address queries | ReinUsesLisp | 2019-02-03 | 1 | -2/+4 |
* | dma_pushbuffer: Optimize to avoid loop and copy on Push. | bunnei | 2018-11-28 | 1 | -2/+10 |
* | gpu: Move command list profiling to DmaPusher::DispatchCalls. | bunnei | 2018-11-28 | 1 | -0/+5 |
* | gpu: Rewrite GPU command list processing with DmaPusher class. | bunnei | 2018-11-27 | 1 | -0/+110 |