summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_thread.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-40/+92
2019-03-07video_core/gpu_thread: Remove unimplemented WaitForIdle function prototypeLioncash1-3/+0
2019-03-07video_core/gpu_thread: Amend constructor initializer list orderLioncash1-2/+2
2019-03-07gpu_thread: Fix deadlock with threading idle state check.bunnei1-3/+4
2019-03-07gpu: Move command processing to another thread.bunnei1-0/+135