summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_interpreter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add break for default casesKyle Kienapfel2022-11-141-0/+2
* video_coare: Reimplementing the maxwell drawing trigger mechanismFengChen2022-10-211-1/+1
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+0
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core/macro_interpreter: Move impl class to the cpp fileLioncash2022-01-251-8/+84
* video_core: Remove unnecessary enum class casting in logging messagesLioncash2020-12-071-4/+3
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-10/+10
* macro-interpreter: Resolve -Wself-assign-field warningLioncash2020-08-141-1/+0
* Macro HLE supportDavid Marcec2020-06-241-1/+2
* Mark parameters as constDavid Marcec2020-06-031-1/+1
* Implement macro JITDavid Marcec2020-05-301-0/+288