summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_interpreter.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.
* video_core/macro_interpreter: Move impl class to the cpp fileLioncash2022-01-251-76/+2
| | | | | Keeps the implementation hidden from the intended API and lessens the header dependencies on the interpreter's header.
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-5/+5
| | | | | | Resolves variable shadowing scenarios up to the end of the OpenGL code to make it nicer to review. The rest will be resolved in a following commit.
* Mark parameters as constDavid Marcec2020-06-031-1/+1
|
* Implement macro JITDavid Marcec2020-05-301-0/+102