aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/gpu_thread.h
AgeCommit message (Expand)Author
2019-05-19Merge pull request #2467 from lioncash/moveHexagon12
2019-05-14yuzu: Remove explicit types from locks where applicableLioncash
2019-05-14video_core/gpu_thread: Remove redundant copy constructor for CommandDataConta...Lioncash
2019-04-11video_core/gpu: Create threads separately from initializationLioncash
2019-04-01gpu_thread: Improve synchronization by using CoreTiming.bunnei
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-03-27gpu_thread: Remove unused dma_pusher class member variable from ThreadManagerLioncash
2019-03-14gpu: Use host address for caching instead of guest address.bunnei
2019-03-07video_core/gpu_thread: Remove unimplemented WaitForIdle function prototypeLioncash
2019-03-07video_core/gpu_thread: Amend constructor initializer list orderLioncash
2019-03-06gpu_thread: Fix deadlock with threading idle state check.bunnei
2019-03-06gpu: Move command processing to another thread.bunnei