Commit Graph

6 Commits

Author SHA1 Message Date
Lioncash
0b2ae3008d gpu_thread: Remove unused dma_pusher class member variable from ThreadManager
The pusher instance is only ever used in the constructor of the
ThreadManager for creating the thread that the ThreadManager instance
contains. Aside from that, the member is unused, so it can be removed.
2019-03-27 12:51:21 -04:00
bunnei
62205cc543 gpu: Use host address for caching instead of guest address. 2019-03-14 22:34:42 -04:00
bunnei
8afc5737be gpu_thread: Fix deadlock with threading idle state check. 2019-03-06 21:48:57 -05:00
bunnei
93f1588265 gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion. 2019-03-06 21:48:57 -05:00
bunnei
408c1886c9 gpu: Always flush. 2019-03-06 21:48:57 -05:00
bunnei
40abf95fcc gpu: Move command processing to another thread. 2019-03-06 21:48:57 -05:00