Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general: Use deducation guides for std::lock_guard and std::unique_lock | Lioncash | 2019-04-01 | 1 | -6/+6 |
* | gpu_thread: Remove unused dma_pusher class member variable from ThreadManager | Lioncash | 2019-03-27 | 1 | -3/+0 |
* | gpu: Use host address for caching instead of guest address. | bunnei | 2019-03-15 | 1 | -40/+92 |
* | video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype | Lioncash | 2019-03-07 | 1 | -3/+0 |
* | video_core/gpu_thread: Amend constructor initializer list order | Lioncash | 2019-03-07 | 1 | -2/+2 |
* | gpu_thread: Fix deadlock with threading idle state check. | bunnei | 2019-03-07 | 1 | -3/+4 |
* | gpu: Move command processing to another thread. | bunnei | 2019-03-07 | 1 | -0/+135 |