| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-27 | gpu_thread: Remove unused dma_pusher class member variable from ThreadManager | Lioncash | |
| 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-14 | gpu: Use host address for caching instead of guest address. | bunnei | |
| 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 | |
