Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Wait for GPU to be idle before shutting down. | Fernando Sahmkow | 2019-10-05 | 1 | -0/+4 |
* | gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig | ReinUsesLisp | 2019-08-21 | 1 | -3/+2 |
* | GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware | Fernando Sahmkow | 2019-07-05 | 1 | -2/+2 |
* | nv_host_ctrl: Make Sync GPU variant always return synced result. | Fernando Sahmkow | 2019-07-05 | 1 | -1/+1 |
* | Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts | Fernando Sahmkow | 2019-07-05 | 1 | -0/+7 |
* | video_core/gpu: Create threads separately from initialization | Lioncash | 2019-04-12 | 1 | -1/+5 |
* | gpu_thread: Improve synchronization by using CoreTiming. | bunnei | 2019-04-02 | 1 | -1/+1 |
* | gpu: Use host address for caching instead of guest address. | bunnei | 2019-03-15 | 1 | -3/+3 |
* | gpu: Refactor a/synchronous implementations into their own classes. | bunnei | 2019-03-07 | 1 | -0/+37 |