summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_thread.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-05core/core_timing_util: Use std::chrono types for specifying time unitsLioncash1-1/+1
2019-05-14yuzu: Remove explicit types from locks where applicableLioncash1-1/+1
2019-05-10video_core/gpu_thread: Remove unused local variableLioncash1-1/+1
2019-04-12video_core/gpu: Create threads separately from initializationLioncash1-6/+11
2019-04-06video_core/gpu_thread: Silence truncation warning in ThreadManager's constructorLioncash1-1/+1
2019-04-02gpu_thread: Improve synchronization by using CoreTiming.bunnei1-10/+33
2019-03-27gpu_thread: Remove unused dma_pusher class member variable from ThreadManagerLioncash1-2/+2
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-95/+41
2019-03-07gpu_thread: Fix deadlock with threading idle state check.bunnei1-4/+7
2019-03-07gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion.bunnei1-3/+1
2019-03-07gpu: Always flush.bunnei1-8/+5
2019-03-07gpu: Move command processing to another thread.bunnei1-0/+154