| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-07 | video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype | Lioncash | |
| This function didn't have a definition, so we can remove it to prevent accidentally attempting to use it. | |||
| 2019-03-07 | video_core/gpu_thread: Amend constructor initializer list order | Lioncash | |
| Moves the data members to satisfy the order they're declared as in the constructor initializer list. Silences a -Wreorder warning. | |||
| 2019-03-06 | gpu_thread: Fix deadlock with threading idle state check. | bunnei | |
| 2019-03-06 | gpu: Move command processing to another thread. | bunnei | |
