summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_synch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nv_host_ctrl: Make Sync GPU variant always return synced result.Fernando Sahmkow2019-07-051-1/+1
|
* video_core/gpu: Create threads separately from initializationLioncash2019-04-121-1/+3
| | | | | | | | | Like with CPU emulation, we generally don't want to fire off the threads immediately after the relevant classes are initialized, we want to do this after all necessary data is done loading first. This splits the thread creation into its own interface member function to allow controlling when these threads in particular get created.
* gpu: Use host address for caching instead of guest address.bunnei2019-03-151-3/+3
|
* gpu: Refactor a/synchronous implementations into their own classes.bunnei2019-03-071-0/+37