summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_thread.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-02gpu_thread: Improve synchronization by using CoreTiming.bunnei1-10/+33
2019-03-27gpu_thread: Remove unused dma_pusher class member variable from ThreadManagerLioncash1-2/+2
The pusher instance is only ever used in the constructor of the ThreadManager for creating the thread that the ThreadManager instance contains. Aside from that, the member is unused, so it can be removed.
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-95/+41
2019-03-07gpu_thread: Fix deadlock with threading idle state check.bunnei1-4/+7
2019-03-07gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion.bunnei1-3/+1
2019-03-07gpu: Always flush.bunnei1-8/+5
2019-03-07gpu: Move command processing to another thread.bunnei1-0/+154