summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_asynch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | Because of the recent separation of GPU functionality into sync/async variants, we need to mark the destructor virtual to provide proper destruction behavior, given we use the base class within the System class. Prior to this, it was undefined behavior whether or not the destructor in the derived classes would ever execute.
* gpu: Refactor a/synchronous implementations into their own classes.bunnei2019-03-071-0/+37