Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | video_core/gpu_thread: Remove unused local variable | Lioncash | 2019-05-10 | 1 | -1/+1 |
* | video_core/gpu: Create threads separately from initialization | Lioncash | 2019-04-12 | 1 | -6/+11 |
* | video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor | Lioncash | 2019-04-06 | 1 | -1/+1 |
* | gpu_thread: Improve synchronization by using CoreTiming. | bunnei | 2019-04-02 | 1 | -10/+33 |
* | gpu_thread: Remove unused dma_pusher class member variable from ThreadManager | Lioncash | 2019-03-27 | 1 | -2/+2 |
* | gpu: Use host address for caching instead of guest address. | bunnei | 2019-03-15 | 1 | -95/+41 |
* | gpu_thread: Fix deadlock with threading idle state check. | bunnei | 2019-03-07 | 1 | -4/+7 |
* | gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion. | bunnei | 2019-03-07 | 1 | -3/+1 |
* | gpu: Always flush. | bunnei | 2019-03-07 | 1 | -8/+5 |
* | gpu: Move command processing to another thread. | bunnei | 2019-03-07 | 1 | -0/+154 |