summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_thread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpu_thread: Improve synchronization by using CoreTiming.bunnei2019-04-021-10/+33
* gpu_thread: Remove unused dma_pusher class member variable from ThreadManagerLioncash2019-03-271-2/+2
* gpu: Use host address for caching instead of guest address.bunnei2019-03-151-95/+41
* gpu_thread: Fix deadlock with threading idle state check.bunnei2019-03-071-4/+7
* gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion.bunnei2019-03-071-3/+1
* gpu: Always flush.bunnei2019-03-071-8/+5
* gpu: Move command processing to another thread.bunnei2019-03-071-0/+154