summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_thread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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