summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_asynch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core: Wait for GPU to be idle before shutting down.Fernando Sahmkow2019-10-051-0/+1
* gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfigReinUsesLisp2019-08-211-3/+2
* NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow2019-07-051-1/+1
* GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardwareFernando Sahmkow2019-07-051-1/+1
* Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow2019-07-051-0/+3
* video_core/gpu: Create threads separately from initializationLioncash2019-04-121-4/+1
* gpu: Use host address for caching instead of guest address.bunnei2019-03-151-3/+3
* video_core/gpu: Make GPU's destructor virtualLioncash2019-03-071-1/+1
* gpu: Refactor a/synchronous implementations into their own classes.bunnei2019-03-071-0/+37