Lioncash
|
c2d4c8b95e
|
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
|
48a461a629
|
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
|
84ad81ee67
|
gpu_thread: Fix deadlock with threading idle state check.
|
2019-03-06 21:48:57 -05:00 |
|
bunnei
|
7b574f406b
|
gpu: Move command processing to another thread.
|
2019-03-06 21:48:57 -05:00 |
|