summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_thread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/core_timing_util: Use std::chrono types for specifying time unitsGravatar Lioncash2019-06-041-1/+1
* yuzu: Remove explicit types from locks where applicableGravatar Lioncash2019-05-141-1/+1
* video_core/gpu_thread: Remove unused local variableGravatar Lioncash2019-05-091-1/+1
* video_core/gpu: Create threads separately from initializationGravatar Lioncash2019-04-111-6/+11
* video_core/gpu_thread: Silence truncation warning in ThreadManager's constructorGravatar Lioncash2019-04-051-1/+1
* gpu_thread: Improve synchronization by using CoreTiming.Gravatar bunnei2019-04-011-10/+33
* gpu_thread: Remove unused dma_pusher class member variable from ThreadManagerGravatar Lioncash2019-03-271-2/+2
* gpu: Use host address for caching instead of guest address.Gravatar bunnei2019-03-141-95/+41
* gpu_thread: Fix deadlock with threading idle state check.Gravatar bunnei2019-03-061-4/+7
* gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion.Gravatar bunnei2019-03-061-3/+1
* gpu: Always flush.Gravatar bunnei2019-03-061-8/+5
* gpu: Move command processing to another thread.Gravatar bunnei2019-03-061-0/+154