summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/engine_interface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* engine_interface: Add missing virtual destructorLioncash2021-04-121-1/+2
| | | | | | Eliminates a potential bug vector related to inheritance. Plus, we should generally be specifying the destructor as virtual within purely virtual interfaces to begin with.
* Clang Format and Documentation.Fernando Sahmkow2020-04-281-2/+3
|
* VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow2020-04-281-0/+21