summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_asynch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core/gpu: Create threads separately from initializationGravatar Lioncash2019-04-111-1/+5
* gpu_thread: Improve synchronization by using CoreTiming.Gravatar bunnei2019-04-011-1/+1
* gpu: Use host address for caching instead of guest address.Gravatar bunnei2019-03-141-3/+3
* gpu: Refactor a/synchronous implementations into their own classes.Gravatar bunnei2019-03-061-0/+37