summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpu: Use host address for caching instead of guest address.Gravatar bunnei2019-03-141-40/+92
* video_core/gpu_thread: Remove unimplemented WaitForIdle function prototypeGravatar Lioncash2019-03-071-3/+0
* video_core/gpu_thread: Amend constructor initializer list orderGravatar Lioncash2019-03-071-2/+2
* gpu_thread: Fix deadlock with threading idle state check.Gravatar bunnei2019-03-061-3/+4
* gpu: Move command processing to another thread.Gravatar bunnei2019-03-061-0/+135