summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_thread.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-12video_core/gpu: Create threads separately from initializationLioncash1-2/+4
2019-04-02gpu_thread: Improve synchronization by using CoreTiming.bunnei1-40/+31
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash1-6/+6
2019-03-27gpu_thread: Remove unused dma_pusher class member variable from ThreadManagerLioncash1-3/+0
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