summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro_interpreter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-17video_core/macro_interpreter: Make definitions of most private enums/unions hiddenLioncash1-0/+71
2019-09-19Video Core: initial Implementation of InstanceDraw PackagingFernando Sahmkow1-1/+1
2019-09-04Revert "Revert #2466" and stub FirmwareCall 4ReinUsesLisp1-3/+1
2019-09-04maxwell_3d: Avoid moving macro_paramsReinUsesLisp1-5/+13
2019-07-14GPU: Add a microprofile for macro interpreterFernando Sahmkow1-0/+4
2019-05-19Revert #2466Fernando Sahmkow1-1/+3
2019-05-12GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay slot.Sebastian Valle1-3/+3
2019-04-06video_core/macro_interpreter: Remove assertion within FetchParameter()Lioncash1-2/+1
2019-04-06video_core/macro_interpreter: Simplify GetRegister()Lioncash1-11/+6
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec1-0/+2
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-1/+1
2018-11-22macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.bunnei1-7/+22
2018-11-01maxwell_3d: Restructure macro upload to use a single macro code memory.bunnei1-9/+10
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-3/+3
2018-07-31MacroInterpreter: Avoid left shifting negative values.Subv1-2/+2
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash1-3/+3
2018-04-01GPU: Implemented a gpu macro interpreter.Subv1-0/+257