summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_interpreter.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-01-25video_core/macro_interpreter: Move impl class to the cpp fileLioncash1-76/+2
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-5/+5
2020-06-03Mark parameters as constDavid Marcec1-1/+1
2020-05-30Implement macro JITDavid Marcec1-29/+22
2019-10-17video_core/macro_interpreter: Make definitions of most private enums/unions hiddenLioncash1-72/+8
2019-09-04maxwell_3d: Avoid moving macro_paramsReinUsesLisp1-3/+5
2018-11-22macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.bunnei1-1/+3
2018-11-01maxwell_3d: Restructure macro upload to use a single macro code memory.bunnei1-6/+6
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-2/+3
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-07-31MacroInterpreter: Avoid left shifting negative values.Subv1-0/+4
2018-04-01GPU: Implemented a gpu macro interpreter.Subv1-0/+164