summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpu_thread: Improve synchronization by using CoreTiming.Gravatar bunnei2019-04-011-40/+31
* general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash2019-04-011-6/+6
* gpu_thread: Remove unused dma_pusher class member variable from ThreadManagerGravatar Lioncash2019-03-271-3/+0
* 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