summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_asynch.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-05Core: Wait for GPU to be idle before shutting down.Fernando Sahmkow1-0/+1
2019-08-21gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfigReinUsesLisp1-3/+2
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow1-1/+1
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardwareFernando Sahmkow1-1/+1
2019-07-05Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow1-0/+3
2019-04-12video_core/gpu: Create threads separately from initializationLioncash1-4/+1
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-3/+3
2019-03-07video_core/gpu: Make GPU's destructor virtualLioncash1-1/+1
2019-03-07gpu: Refactor a/synchronous implementations into their own classes.bunnei1-0/+37