bunnei
|
7fccfc3ee7
|
gpu: Use host address for caching instead of guest address.
|
2019-03-14 22:34:42 -04:00 |
|
Lioncash
|
8e1dbd7c45
|
video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype
This function didn't have a definition, so we can remove it to prevent
accidentally attempting to use it.
|
2019-03-07 16:08:52 -05:00 |
|
Lioncash
|
6f95564b38
|
video_core/gpu_thread: Amend constructor initializer list order
Moves the data members to satisfy the order they're declared as in the
constructor initializer list.
Silences a -Wreorder warning.
|
2019-03-07 16:05:49 -05:00 |
|
bunnei
|
01e509662d
|
gpu_thread: Fix deadlock with threading idle state check.
|
2019-03-06 21:48:57 -05:00 |
|
bunnei
|
9d1ee628b2
|
gpu: Move command processing to another thread.
|
2019-03-06 21:48:57 -05:00 |
|